class documentation
A set of methods for managing PostgreSQL Cluster resources.
| Method | |
Creates a PostgreSQL cluster in the specified folder. |
| Method | |
Deletes the specified PostgreSQL cluster. |
| Method | |
Returns the specified PostgreSQL Cluster resource. To get the list of available PostgreSQL Cluster resources, make a [List] request. |
| Method | |
Returns the specified PostgreSQL Cluster resource by name. |
| Method | |
Returns the specified PostgreSQL Cluster resource for backup. It should be used as a hint of cluster configuration in case of backup restoration. |
| Method | |
Retrieves the list of PostgreSQL Cluster resources that belong to the specified folder. |
| Method | |
Creates a new PostgreSQL cluster from a previously created backup. |
| Method | |
Wakes up suspended PostgreSQL cluster. |
| Method | |
Suspends the PostgreSQL cluster to save resources. |
| Method | |
Updates the PostgreSQL cluster. |
Returns the specified PostgreSQL Cluster resource. To get the list of available PostgreSQL Cluster resources, make a [List] request.
Returns the specified PostgreSQL Cluster resource for backup. It should be used as a hint of cluster configuration in case of backup restoration.