Bases: vas.shared.Groups.Group
A RabbitMQ 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 RabbitMQ 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 RabbitMQ 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 RabbitMQ 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 RabbitMQ installation
| Variables: |
|
|---|
Performs a delete. If a collection is available it is reloaded.
Bases: vas.shared.Installations.Installations
Used to enumerate, create, and delete RabbitMQ 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 RabbitMQ 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 instance to use a different installation
| Parameters: | installation (vas.rabbitmq.Installations.Installation) – The installation that the instance should use |
|---|
Bases: vas.shared.MutableCollection.MutableCollection
Used to enumerate, create, and delete RabbitMQ 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 RabbitMQ instance
| Variables: |
|
|---|
Reloads the live configuration’s details from the server
Bases: vas.shared.Collection.Collection
Used to enumerate a RabbitMQ 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 RabbitMQ 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 RabbitMQ 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 RabbitMQ 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 RabbitMQ 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 RabbitMQ node
| Variables: |
|
|---|
Reloads the node’s details from the server
Bases: vas.shared.Collection.Collection
Used to enumerate RabbitMQ 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 RabbitMQ instance’s 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 RabbitMQ 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 plugin image
| Variables: |
|
|---|
Performs a delete. If a collection is available it is reloaded.
Bases: vas.shared.MutableCollection.MutableCollection
Used to enumerate, create, and delete RabbitMQ plugin images
| Variables: | security (vas.shared.Security.Security) – The resource’s security |
|---|
Creates a new plugin image by uploading a file
| Parameters: | path (str) – The path of the plugin .ez file to upload |
|---|---|
| Return type: | vas.rabbitmq.PluginImages.PluginImage |
| Returns: | The new plugin image |
Reloads the resource’s details from the server
Bases: vas.shared.Resource.Resource, vas.shared.Deletable.Deletable
A plugin in a RabbitMQ instance
| 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 plugins
| Variables: | security (vas.shared.Security.Security) – The resource’s security |
|---|
Creates a plugin from the plugin_image
| Parameters: | plugin_image (vas.rabbitmq.PluginImages.PluginImage) – The plugin image to create the plugin from |
|---|---|
| Return type: | vas.rabbitmq.Plugins.Plugin |
| Returns: | The new plugin |
Reloads the resource’s details from the server
Bases: object
The entry point to the API for administering RabbitMQ
| Variables: |
|
|---|