types
DnsZone
A DNS zone. For details about the concept, see DNS zones.
id : string
ID of the DNS zone. Generated at creation time.
folderId : string
ID of the folder that the DNS zone belongs to.
createdAt : google.protobuf.Timestamp
Creation timestamp.
name : string
Name of the DNS zone. The name is unique within the folder.
description : string
Description of the DNS zone.
labels : string
DNS zone labels as key:value pairs.
zone : string
DNS zone suffix.
privateVisibility : PrivateVisibility
Privately visible zone settings. Specifies whether records within the zone are visible from a VPC networks only.
publicVisibility : PublicVisibility
Publicly visible zone settings. Indicates whether records within the zone are publicly visible.
deletionProtection : bool
Prevents accidental zone removal.
PrivateVisibility
Configuration for privately visible zones.
networkIds : string
Network IDs.
PublicVisibility
Configuration for publicly visible zones.
RecordSet
A record set. For details about the concept, see Resource record.
name : string
Domain name.
type : string
Record type.
ttl : int64
Time to live in seconds.
data : string
Data of the record set.