Bases: vas.shared.Resource.Resource
A dynamic collection of items
| Variables: | security (vas.shared.Security.Security) – The resource’s security |
|---|
Bases: vas.shared.Resource.Resource
A configuration file in an instance
| Variables: |
|
|---|
Bases: object
The vas.shared.Deletable.Deletable mixin provides classes with support for deletion. The class must provide to instance variables: client and location.
Bases: vas.shared.Resource.Resource, vas.shared.Deletable.Deletable
A collection of one or more nodes
| Variables: |
|
|---|
Performs a delete. If a collection is available it is reloaded.
Bases: vas.shared.MutableCollection.MutableCollection
A collection of groups
| Variables: | security (vas.shared.Security.Security) – The security configuration for the collection |
|---|
Reloads the resource’s details from the server
Bases: vas.shared.Groups.Group
A group that supports changes to it membership
| Variables: |
|
|---|
Performs a delete. If a collection is available it is reloaded.
Reloads the group’s details from the server
Bases: vas.shared.Resource.Resource, vas.shared.Deletable.Deletable
A product binary, typically are .zip or .tar.gz file, that has been uploaded to the server. Once created, an installation image can then be used to create an installation on a group.
| Variables: |
|
|---|
Performs a delete. If a collection is available it is reloaded.
Bases: vas.shared.MutableCollection.MutableCollection
A collection of 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.Resource.Resource, vas.shared.Deletable.Deletable
An installation of a middleware component. Created from an installation image. Once created, an installation is used when creating a new instance and provides the binaries that the instance uses at runtime.
| 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
A collection of 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.Resource.Resource, vas.shared.Deletable.Deletable
An instance of a middleware component. Created from an installation that provides the binaries that the instance uses at runtime.
| Variables: |
|
|---|
Performs a delete. If a collection is available it is reloaded.
Bases: vas.shared.Configuration.Configuration
A live configuration file in an instance
| Variables: |
|
|---|
Bases: vas.shared.Resource.Resource, vas.shared.Deletable.Deletable
A log file in a 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.
Bases: vas.shared.MutableCollection.MutableCollection
A 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.Collection.Collection
A collection that allows items to be created
| Variables: | security (vas.shared.Security.Security) – The resource’s security |
|---|
Reloads the resource’s details from the server
Bases: vas.shared.Resource.Resource
A configuration file in a node instance
| Variables: |
|
|---|
Bases: vas.shared.StateResource.StateResource
A node instance, i.e. an instance on an individual node
| Variables: |
|
|---|
Reloads the resource’s details from the server
Starts the resource
Stops the resource
Bases: vas.shared.Collection.Collection
A collection of node instances
| Variables: | security (vas.shared.Security.Security) – The resource’s security |
|---|
Reloads the resource’s details from the server
Bases: vas.shared.Resource.Resource
A node, i.e. a machine with the vFabric Administration agent installed on it
| Variables: |
|
|---|
Bases: vas.shared.Nodes.Node
A node that can be grouped
| Variables: |
|
|---|
Bases: vas.shared.Configuration.Configuration, vas.shared.Deletable.Deletable
A configuration file that is pending and will be made live the next time its instance is started
| Variables: |
|
|---|
Performs a delete. If a collection is available it is reloaded.
Reloads the configuration’s details from the server
Bases: vas.shared.MutableCollection.MutableCollection
A collection of an instance’s pending configurations
| 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 base of all types that interact with the REST API. A resource should map to a specific URI in the REST API.
| Variables: | security (vas.shared.Security.Security) – The resource’s security |
|---|
Bases: object
The security configuration for a resource
| Variables: |
|
|---|
Change the permissions for an item or collection. Analogous to the UNIX chmod command.
| Parameters: |
|
|---|
Bases: vas.shared.Resource.Resource
A resource that has state, i.e. it can be started and stopped and its state can be queried
| Variables: |
|
|---|
Reloads the resource’s details from the server
Enter search terms or a module, class or function name.