class documentation

class ClusterServiceServicer(object): (source)

View In Hierarchy

A set of methods for managing PostgreSQL Cluster resources.

Method Create Creates a PostgreSQL cluster in the specified folder.
Method Delete Deletes the specified PostgreSQL cluster.
Method Get Returns the specified PostgreSQL Cluster resource. To get the list of available PostgreSQL Cluster resources, make a [List] request.
Method GetByName Returns the specified PostgreSQL Cluster resource by name.
Method List Retrieves the list of PostgreSQL Cluster resources that belong to the specified folder.
Method Restore Creates a new PostgreSQL cluster from a previously created backup.
Method Start Wakes up suspended PostgreSQL cluster.
Method Stop Suspends the PostgreSQL cluster to save resources.
Method Update Updates the PostgreSQL cluster.
def Create(self, request, context): (source)

Creates a PostgreSQL cluster in the specified folder.

def Delete(self, request, context): (source)

Deletes the specified PostgreSQL cluster.

def Get(self, request, context): (source)

Returns the specified PostgreSQL Cluster resource. To get the list of available PostgreSQL Cluster resources, make a [List] request.

def GetByName(self, request, context): (source)

Returns the specified PostgreSQL Cluster resource by name.

def List(self, request, context): (source)

Retrieves the list of PostgreSQL Cluster resources that belong to the specified folder.

def Restore(self, request, context): (source)

Creates a new PostgreSQL cluster from a previously created backup.

def Start(self, request, context): (source)

Wakes up suspended PostgreSQL cluster.

def Stop(self, request, context): (source)

Suspends the PostgreSQL cluster to save resources.

def Update(self, request, context): (source)

Updates the PostgreSQL cluster.