Define API ResourceRecordSets.
Classes
ResourceRecordSet
ResourceRecordSet(name, record_type, ttl, rrdatas, zone)
ResourceRecordSets are DNS resource records.
RRS are owned by a xref_ManagedZone instance.
See https://cloud.google.com/dns/api/v1/resourceRecordSets
Parameters | |
---|---|
Name | Description |
name |
str
the name of the record set. |
record_type |
str
the RR type of the zone. |
ttl |
int
TTL (in seconds) for caching the record sets. |
rrdatas |
list of string
one or more lines containing the resource data. |
zone |
ManagedZone
A zone which holds one or more record sets. |