class documentation

class RecordServiceServicer(object): (source)

View In Hierarchy

Service for managing DNS records (Record resources)

Method Create Creates a DNS record
Method Delete Deletes the DNS record with the specified ID
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
Method Update Updates the DNS record with the specified ID
def Create(self, request, context): (source)

Creates a DNS record

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

Deletes the DNS record with the specified ID

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

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

Updates the DNS record with the specified ID