Bases: vas.shared.Resource.Resource, vas.shared.Deletable.Deletable
An application
Variables: |
|
---|
Performs a delete. If a collection is available it is reloaded.
Bases: vas.shared.MutableCollection.MutableCollection
Used to enumerate, create, and delete applications
Variables: | security (vas.shared.Security.Security) – The resource’s security |
---|
Creates an new application
Parameters: | |
---|---|
Return type: | |
Returns: | The new application |
Reloads the resource’s details from the server
Bases: vas.shared.Groups.MutableGroup
A tc 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 tc 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 tc 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 tc 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
Parameters: | |
---|---|
Return type: | |
Returns: | The new installation image |
Reloads the resource’s details from the server
Bases: vas.shared.Installations.Installation
A tc 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 tc 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 tc 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 installation and, optionally, the runtime_version used by the instance
Parameters: |
|
---|
Bases: vas.shared.MutableCollection.MutableCollection
Used to enumerate, create, and delete tc 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 tc 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 tc 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 tc 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.Resource.Resource
An application on a node instance
Variables: |
|
---|
Reloads the resource’s details from the server
Bases: vas.shared.Collection.Collection
Used to enumerate a node instance’s applications
Variables: | security (vas.shared.Security.Security) – The resource’s security |
---|
Reloads the resource’s details from the server
Bases: vas.shared.NodeInstances.NodeInstance
A tc Server node instance
Variables: |
|
---|
Starts the resource
Stops the resource
Bases: vas.shared.NodeInstances.NodeInstances
Used to enumerate tc 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.StateResource.StateResource
A revision of a node application
Variables: |
|
---|
Reloads the resource’s details from the server
Starts the resource
Stops the resource
Bases: vas.shared.Collection.Collection
Used to enumerate revisions of a node application
Variables: | security (vas.shared.Security.Security) – The resource’s security |
---|
Reloads the resource’s details from the server
Bases: vas.shared.Nodes.GroupableNode
A tc Server node
Variables: |
|
---|
Bases: vas.shared.Collection.Collection
Used to enumerate tc 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: vas.shared.Resource.Resource, vas.shared.Deletable.Deletable
A revision image, i.e. a WAR file
Variables: |
|
---|
Performs a delete. If a collection is available it is reloaded.
Bases: vas.shared.MutableCollection.MutableCollection
Used to enumerate, create, and delete tc Server revision images
Variables: | security (vas.shared.Security.Security) – The resource’s security |
---|
Creates a new revision image by uploading a war file to the server
Parameters: | |
---|---|
Return type: | |
Returns: | The new revision image |
Reloads the resource’s details from the server
Bases: vas.shared.StateResource.StateResource, vas.shared.Deletable.Deletable
A revision of an application
Variables: |
|
---|
Performs a delete. If a collection is available it is reloaded.
Reloads the resource’s details from the server
Starts the resource
Stops the resource
Bases: vas.shared.MutableCollection.MutableCollection
Used to enumerate, create, and delete application revisions
Variables: | security (vas.shared.Security.Security) – The resource’s security |
---|
Creates a revision by deploying the revision image
Parameters: | revision_image (vas.tc_server.RevisionImages.RevisionImage) – The revision image to deploy |
---|---|
Return type: | vas.tc_server.Revisions.Revision |
Returns: | The new revision |
Reloads the resource’s details from the server
Bases: object
The entry point to the API for administering tc Server
Variables: |
|
---|
Bases: vas.shared.Resource.Resource, vas.shared.Deletable.Deletable
A template image
Variables: |
|
---|
Performs a delete. If a collection is available it is reloaded.
Bases: vas.shared.MutableCollection.MutableCollection
Used to enumerate, create, and delete tc Server template images
Variables: | security (vas.shared.Security.Security) – The resource’s security |
---|
Creates a new template image by uploading a .zip file to the server
Parameters: | |
---|---|
Return type: | |
Returns: | The new template image |
Reloads the resource’s details from the server
Bases: vas.shared.Resource.Resource, vas.shared.Deletable.Deletable
A tc Server Template
Variables: |
|
---|
Performs a delete. If a collection is available it is reloaded.
Reloads the resource’s details from the server
Bases: vas.shared.MutableCollection.MutableCollection
Used to enumerate, create, and delete tc Server templates
Variables: | security (vas.shared.Security.Security) – The resource’s security |
---|
Creates a new template
Parameters: | template_image (vas.tc_server.TemplateImages.TemplateImage) – The template image to use to create the template |
---|---|
Return type: | vas.tc_server.Templates.Template |
Returns: | The new template |
Reloads the resource’s details from the server