Bases: vas.shared.Groups.Group
A Web Server group
| Variables: |
|
|---|
Performs a delete. If a collection is available it is reloaded.
Reloads the group’s details from the server
Bases: vas.shared.Groups.Groups
Used to enumerate, create, and delete Web Server groups
| Variables: | security (vas.shared.Security.Security) – The security configuration for the collection |
|---|
Creates a new group
| Parameters: | |
|---|---|
| Return type: | |
| Returns: | The new group |
Reloads the resource’s details from the server
Bases: vas.shared.InstallationImages.InstallationImage
A Web Server installation image
| Variables: |
|
|---|
Performs a delete. If a collection is available it is reloaded.
Reloads the installation image’s details from the server
Bases: vas.shared.InstallationImages.InstallationImages
Used to enumerate, create, and delete Web Server installation images
| Variables: | security (vas.shared.Security.Security) – The resource’s security |
|---|
Creates an installation image by uploading a file to the server and assigning it a version, architecture, and operating system
| Parameters: | |
|---|---|
| Return type: | |
| Returns: | The new installation image |
Reloads the resource’s details from the server
Bases: vas.shared.Installations.Installation
A Web Server installation
| Variables: |
|
|---|
Performs a delete. If a collection is available it is reloaded.
Bases: vas.shared.Installations.Installations
Used to enumerate, create, and delete Web Server installations
| Variables: | security (vas.shared.Security.Security) – The resource’s security |
|---|
Create a new installation
| Parameters: | installation_image (vas.shared.InstallationImages.InstallationImage) – The installation image to use to create the installation |
|---|---|
| Return type: | vas.shared.Installations.Installation |
| Returns: | The new installation |
Reloads the resource’s details from the server
Bases: vas.shared.Instance.Instance
A Web Server instance
| Variables: |
|
|---|
Performs a delete. If a collection is available it is reloaded.
Reloads the instance’s details from the server
Starts the resource
| Parameters: | serial (bool) – Whether to start the node instance serially |
|---|
Stops the resource
| Parameters: | serial (bool) – Whether to stop the node instance serially |
|---|
Updates the installation used by the instance
| Parameters: | installation (vas.web_server.Installations.Installation) – The installation to be used by the instance |
|---|
Bases: vas.shared.MutableCollection.MutableCollection
Used to enumerate, create, and delete Web Server instances
| Variables: | security (vas.shared.Security.Security) – The resource’s security |
|---|
Creates a new instance
| Parameters: |
|
|---|---|
| Return type: | |
| Returns: | The new instance |
Reloads the resource’s details from the server
Bases: vas.shared.LiveConfiguration.LiveConfiguration
A live configuration file in a Web Server instance
| Variables: |
|
|---|
Reloads the live configuration’s details from the server
Bases: vas.shared.Collection.Collection
Used to enumerate an instance’s live configuration
| Variables: | security (vas.shared.Security.Security) – The resource’s security |
|---|
Reloads the resource’s details from the server
Bases: vas.shared.Logs.Log
A log file in a Web Server node instance
| Variables: |
|
|---|
Get the content of the log
| Parameters: |
|
|---|---|
| Return type: | |
| Returns: | The root directory of the extracted agent |
Performs a delete. If a collection is available it is reloaded.
Reloads the log’s details from the server
Bases: vas.shared.Logs.Logs
Used to enumerate a Web Server node instance’s logs
| Variables: | security (vas.shared.Security.Security) – The resource’s security |
|---|
Reloads the resource’s details from the server
Bases: vas.shared.NodeInstances.NodeInstance
A Web Server node instance
| Variables: |
|
|---|
Reloads the resource’s details from the server
Starts the resource
Stops the resource
Bases: vas.shared.NodeInstances.NodeInstances
Used to enumerate Web Server instances on an individual node
| Variables: | security (vas.shared.Security.Security) – The resource’s security |
|---|
Reloads the resource’s details from the server
Bases: vas.shared.NodeConfiguration.NodeConfiguration
A live configuration file in a node instance
| Variables: |
|
|---|
Reloads the configuration’s details from the server
Bases: vas.shared.Collection.Collection
Used to enumerate a node instance’s live configuration
| Variables: | security (vas.shared.Security.Security) – The resource’s security |
|---|
Reloads the resource’s details from the server
Bases: vas.shared.Nodes.GroupableNode
A Web Server node
| Variables: |
|
|---|
Reloads the node’s details from the server
Bases: vas.shared.Collection.Collection
Used to enumerate Web Server nodes
| Variables: | security (vas.shared.Security.Security) – The resource’s security |
|---|
Reloads the resource’s details from the server
Bases: vas.shared.PendingConfigurations.PendingConfiguration
A configuration file that is pending
| Variables: |
|
|---|
Performs a delete. If a collection is available it is reloaded.
Reloads the configuration’s details from the server
Bases: vas.shared.PendingConfigurations.PendingConfigurations
Used to enumerate an instance’s pending configuration
| Variables: | security (vas.shared.Security.Security) – The resource’s security |
|---|
Creates a new configuration. The configuration will be pending until its instance is started at which point the configuration will become live.
| Parameters: | |
|---|---|
| Return type: | |
| Returns: | The new configuration |
Reloads the resource’s details from the server
Bases: object
The entry point to the API for administering vFabric Web Server
| Variables: |
|
|---|