Bases: troveclient.base.Resource
A Cluster is an opaque cluster used to store Database clusters.
Delete the cluster.
Bases: object
Bases: troveclient.base.ManagerWithFind
Manage Cluster resources.
Adds a shard to the specified cluster.
| Parameters: | cluster – The cluster to add a shard to |
|---|
Create (boot) a new cluster.
Delete the specified cluster.
| Parameters: | cluster – The cluster to delete |
|---|
Get a specific cluster.
| Return type: | Cluster |
|---|
Grow a cluster.
| Parameters: |
|
|---|
Get a list of all clusters.
| Return type: | list of Cluster. |
|---|
alias of Cluster
Shrink a cluster.
| Parameters: |
|
|---|