Bases: troveclient.base.ManagerWithFind
Manage Instances resources.
Show an overview of all local instances.
Optionally, filter by deleted status.
Return type: | list of Instance. |
---|
Migrate the instance.
Parameters: | instance_id – The Instance (or its ID) to share onto. |
---|
Reboot the underlying OS.
Parameters: | instance_id – The Instance (or its ID) to share onto. |
---|
Set the task status to NONE.
alias of Instance
Get root access history of one instance.
Get details of one instance.
Return type: | Instance. |
---|
Update the guest agent via apt-get.
Bases: troveclient.base.ManagerWithFind
Manage Cluster resources.
Show an overview of all local clusters.
Optionally, filter by deleted status.
Return type: | list of Cluster. |
---|
Reset the current cluster task to NONE.
alias of Cluster
Get details of one cluster.
Bases: troveclient.v1.configurations.ConfigurationParameters
Mgmt call to create a new configuration parameter.
Mgmt call to delete a configuration parameter.
Get any configuration parameter deleted or not.
List all configuration parameters deleted or not.
Mgmt call to modify an existing configuration parameter.
Bases: troveclient.base.ManagerWithFind
Manage DatastoreVersion resources.
Create a new datastore version.
Delete a datastore version.
Update a datastore-version.
Get details of a datastore version.
List all datastore versions.
alias of DatastoreVersion
Bases: troveclient.base.ManagerWithFind
Manage Flavor resources.
Create a new flavor.
alias of Flavor
Bases: troveclient.base.Resource