class documentation

class ZoneServiceServicer(object): (source)

View In Hierarchy

Service for managing DNS zones (Zone resources)

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
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