Bases: troveclient.base.Resource
An Instance is an opaque instance used to store Database instances.
Delete the instance.
Stops the replica database from being replicated to.
Restart the database instance.
Bases: object
Bases: troveclient.base.ManagerWithFind
Manage Instance resources.
Get the list of backups for a specific instance.
Return type: | list of Backups. |
---|
Get a configuration on instances.
Return type: | Instance |
---|
Create (boot) a new instance.
Delete the specified instance.
Parameters: | instance – A reference to the instance to delete |
---|
Eject a replica source from its set
Parameters: | instance – The Instance (or its ID) of the database |
---|
instance to eject.
Get a specific instances.
Return type: | Instance |
---|
Get a list of all instances.
Return type: | list of Instance. |
---|
Promote a replica to be the new replica_source of its set
Parameters: | instance – The Instance (or its ID) of the database |
---|
instance to promote.
Resizes an instance with a new flavor.
Resize the volume on an existing instances.
alias of Instance
Restart the database instance.
Parameters: | instance – The Instance (or its ID) of the database |
---|
instance to restart.