Bases: vas.shared.Instance.Instance
An agent instance
Variables: |
|
---|
Performs a delete. If a collection is available it is reloaded.
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 instance
Parameters: |
|
---|
Bases: vas.shared.MutableCollection.MutableCollection
Used to enumerate, create, and delete agent instances
Variables: | security (vas.shared.Security.Security) – The resource’s security |
---|
Creates a new agent instance
Parameters: |
|
---|---|
Return type: | |
Returns: | The new agent instance |
Reloads the resource’s details from the server
Bases: vas.shared.LiveConfiguration.LiveConfiguration
A live configuration file in a agent instance
Variables: |
|
---|
Reloads the live configuration’s details from the server
Bases: vas.shared.Collection.Collection
Used to enumerate a agent 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 an agent 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 an agent 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
An agent node instance
Variables: |
|
---|
Starts the resource
Stops the resource
Bases: vas.shared.NodeInstances.NodeInstances
Used to enumerate agent 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 agent node instance
Variables: |
|
---|
Reloads the configuration’s details from the server
Bases: vas.shared.Collection.Collection
Used to enumerate a agent 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.PendingConfigurations.PendingConfiguration
A agent 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 a agent 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: vas.shared.Groups.MutableGroup
A SqlFire 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 SqlFire 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 SqlFire 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 SqlFire 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
Parameters: | |
---|---|
Return type: | |
Returns: | The new installation image |
Reloads the resource’s details from the server
Bases: vas.shared.Installations.Installation
A SqlFire installation
Variables: |
|
---|
Performs a delete. If a collection is available it is reloaded.
Bases: vas.shared.Installations.Installations
Used to enumerate, create, and delete SqlFire 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 locator instance
Variables: |
|
---|
Performs a delete. If a collection is available it is reloaded.
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 locator instance
Parameters: |
|
---|---|
Return type: | |
Returns: | The new instance |
Bases: vas.shared.MutableCollection.MutableCollection
Used to enumerate, create, and delete locator instances
Variables: | security (vas.shared.Security.Security) – The resource’s security |
---|
Creates a new locator 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 locator instance
Variables: |
|
---|
Reloads the live configuration’s details from the server
Bases: vas.shared.Collection.Collection
Used to enumerate a locator 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 locator 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 locator 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 locator node instance
Variables: |
|
---|
Starts the resource
Stops the resource
Bases: vas.shared.NodeInstances.NodeInstances
Used to enumerate locator 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 locator node instance
Variables: |
|
---|
Reloads the configuration’s details from the server
Bases: vas.shared.Collection.Collection
Used to enumerate a locator 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.PendingConfigurations.PendingConfiguration
A locator 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 a locator 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: vas.shared.Nodes.GroupableNode
A SqlFire node
Variables: |
|
---|
Bases: vas.shared.Collection.Collection
Used to enumerate SqlFire nodes
Variables: | security (vas.shared.Security.Security) – The resource’s security |
---|
Reloads the resource’s details from the server
Bases: vas.shared.Instance.Instance
A server instance
Variables: |
|
---|
Performs a delete. If a collection is available it is reloaded.
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 instance
Parameters: |
|
---|---|
Return type: | |
Returns: | The new server instance |
Bases: vas.shared.MutableCollection.MutableCollection
Used to enumerate, create, and delete server instances
Variables: | security (vas.shared.Security.Security) – The resource’s security |
---|
Creates a new server instance
Parameters: |
|
---|---|
Return type: | |
Returns: | The new server instance |
Reloads the resource’s details from the server
Bases: vas.shared.LiveConfiguration.LiveConfiguration
A live configuration file in a server instance
Variables: |
|
---|
Reloads the live configuration’s details from the server
Bases: vas.shared.Collection.Collection
Used to enumerate a server 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 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 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 server node instance
Variables: |
|
---|
Starts the resource
Parameters: | rebalance (bool) – Whether to rebalance the server instance on start |
---|
Stops the resource
Bases: vas.shared.NodeInstances.NodeInstances
Used to enumerate 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 server node instance
Variables: |
|
---|
Reloads the configuration’s details from the server
Bases: vas.shared.Collection.Collection
Used to enumerate a server 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.PendingConfigurations.PendingConfiguration
A server 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 a server 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 SqlFire
Variables: |
|
---|