Skip to main content

resource_record_sets

Overview

Nameresource_record_sets
TypeResource
Idgoogle.dns.resource_record_sets

Fields

NameDatatypeDescription
namestringFor example, www.example.com.
kindstring
routingPolicyobjectA RRSetRoutingPolicy represents ResourceRecordSet data that is returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection.
rrdatasarrayAs defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
signatureRrdatasarrayAs defined in RFC 4034 (section 3.2).
ttlintegerNumber of seconds that this ResourceRecordSet can be cached by resolvers.
typestringThe identifier of a supported record type. See the list of Supported DNS record types.

Methods

NameAccessible byRequired ParamsDescription
getSELECTmanagedZone, name, project, typeFetches the representation of an existing ResourceRecordSet.
listSELECTmanagedZone, projectEnumerates ResourceRecordSets that you have created but not yet deleted.
createINSERTmanagedZone, projectCreates a new ResourceRecordSet.
deleteDELETEmanagedZone, name, project, typeDeletes a previously created ResourceRecordSet.
_listEXECmanagedZone, projectEnumerates ResourceRecordSets that you have created but not yet deleted.
patchEXECmanagedZone, name, project, typeApplies a partial update to an existing ResourceRecordSet.