class documentation

class ZoneServiceServicer(object): (source)

View In Hierarchy

Service for managing DNS zones (Zone resources)

Method Create Creates a DNS zone
Method Delete Deletes the DNS zone with the specified ID
Method Get Gets the DNS zone with the specified ID
Method GetByName Gets the DNS zone by its parent IAM container (metadata.parent_id) and metadata.name
Method List Lists DNS zones in the specified parent IAM container
Method Update Updates the DNS zone with the specified ID
def Create(self, request, context): (source)

Creates a DNS zone

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

Deletes the DNS zone with the specified ID

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

Gets the DNS zone with the specified ID

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

Gets the DNS zone by its parent IAM container (metadata.parent_id) and metadata.name

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

Lists DNS zones in the specified parent IAM container

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

Updates the DNS zone with the specified ID