Classes summary
AsyncResponse |
The AsyncResponse class encapsulates the data returned by a Cloud DNS
asynchronous response. |
Domain |
The Domain class represents a single domain |
Object |
The DnsObject class is an extension of the PersistentObject class that permits
the asynchronous responses used by Cloud DNS |
PtrRecord |
PTR records are used for reverse DNS |
Record |
The Record class represents a single domain record |
Service |
DNS Service. |
Subdomain |
The Subdomain is basically another domain, albeit one that is a child of a
parent domain. In terms of the code involved, the JSON is slightly different
than a top-level domain, and the parent is a domain instead of the DNS service
itself. |