For a list of methods for this resource, see the end of this page.
Resource representations
A unit of data that will be returned by the DNS servers.
{ "kind": "dns#resourceRecordSet", "name": string, "type": string, "ttl": integer, "rrdatas": [ string ], "signatureRrdatas": [ string ] }
Property name | Value | Description | Notes |
---|---|---|---|
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "dns#resourceRecordSet" . |
|
name |
string |
For example, www.example.com. | |
rrdatas[] |
list |
As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. | |
signatureRrdatas[] |
list |
As defined in RFC 4034 (section 3.2). | |
ttl |
integer |
Number of seconds that this ResourceRecordSet can be cached by resolvers. | |
type |
string |
The identifier of a supported record type. See the list of Supported DNS record types. |
Methods
- list
- Enumerate ResourceRecordSets that have been created but not yet deleted.