Bases: troveclient.base.Resource
A DatastoreLog is a log on the database guest instance.
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.
Force delete the instance
Restart the database instance.
Bases: object
Bases: troveclient.base.ManagerWithFind
Manage Instance resources.
Get the list of backups for a specific instance.
instance – instance for which to list backups
limit – max items to return
marker – marker start point
list of Backups.
Create (boot) a new instance.
Delete the specified instance.
instance – A reference to the instance to delete
Eject a replica source from its set
instance – The Instance (or its ID) of the database
instance to eject.
Force delete the specified instance.
instance – A reference to the instance to force delete
Get a list of all instances.
list of Instance.
Perform action on guest log.
instance – The Instance (or its ID) of the database
instance to get the log for.
log_name – The name of <log> to publish
enable – Turn on <log>
disable – Turn off <log>
publish – Publish log to associated container
discard – Delete the associated container
List of DatastoreLog.
Return generator to yield the last <lines> lines of guest log.
instance – The Instance (or its ID) of the database
instance to get the log for.
log_name – The name of <log> to publish
lines – Display last <lines> lines of log (0 for all lines)
swift – Connection to swift
generator function to yield log as chunks.
Get a list of all guest logs.
instance – The Instance (or its ID) of the database
instance to get the log for.
list of DatastoreLog.
Saves a guest log to a file.
instance – The Instance (or its ID) of the database
instance to get the log for.
log_name – The name of <log> to publish
Filename to which log was saved
This method is deprecated, use update instead.
Apply modules to an instance.
Query an instance about installed modules.
Remove a module from an instance.
Retrieve the module data file from an instance. This includes the contents of the module data file.
Get the list of modules for a specific instance.
Promote a replica to be the new replica_source of its set
instance – The Instance (or its ID) of the database
instance to promote.
Reset the status of an instance.
instance – A reference to the instance
Resizes an instance with a new flavor.
Resize the volume on an existing instances.
alias of troveclient.v1.instances.Instance
Restart the database instance.
instance – The Instance (or its ID) of the database
instance to restart.
Update instance.
The configuration change, detach_replica and access change cannot be updated at the same time.
Upgrades an instance with a new datastore version.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.