class documentation

class RecordServiceServicer(object): (source)

View In Hierarchy

Service for managing DNS records (Record resources)

Method Get Gets the DNS record with the specified ID
Method GetByName Gets the DNS record by its parent DNS zone (metadata.parent_id) and metadata.name
Method List Lists DNS records in the specified DNS zone
def Get(self, request, context): (source)

Gets the DNS record with the specified ID

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

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

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

Lists DNS records in the specified DNS zone