Bases: troveclient.base.Resource
A Cluster is an opaque cluster used to store Database clusters.
Delete the cluster.
Force delete the cluster
Bases: object
Bases: troveclient.base.ManagerWithFind
Manage Cluster resources.
Adds a shard to the specified cluster.
cluster – The cluster to add a shard to
Create (boot) a new cluster.
Delete the specified cluster.
cluster – The cluster to delete
Grow a cluster.
cluster – The cluster to grow
instances – List of instances to add
Reset the status of a cluster
cluster – The cluster to reset
alias of troveclient.v1.clusters.Cluster
Shrink a cluster.
cluster – The cluster to shrink
instances – List of instances to drop
Upgrades a cluster to a new datastore version.
cluster – The cluster to upgrade
datastore_version – Datastore version to which to upgrade
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.