docs: update docs/dyn (#1096)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/dns_v1.changes.html b/docs/dyn/dns_v1.changes.html
index 7f08127..f4941af 100644
--- a/docs/dyn/dns_v1.changes.html
+++ b/docs/dyn/dns_v1.changes.html
@@ -84,7 +84,7 @@
<code><a href="#get">get(project, managedZone, changeId, clientOperationId=None, x__xgafv=None)</a></code></p>
<p class="firstline">Fetch the representation of an existing Change.</p>
<p class="toc_element">
- <code><a href="#list">list(project, managedZone, sortOrder=None, pageToken=None, sortBy=None, maxResults=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(project, managedZone, sortOrder=None, sortBy=None, pageToken=None, maxResults=None, x__xgafv=None)</a></code></p>
<p class="firstline">Enumerate Changes to a ResourceRecordSet collection.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -106,130 +106,130 @@
The object takes the form of:
{ # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
- "id": "A String", # Unique identifier for the resource; defined by the server (output only).
- "startTime": "A String", # The time that this operation was started by the server (output only). This is in RFC3339 text format.
- "deletions": [ # Which ResourceRecordSets to remove? Must match existing data exactly.
- { # A unit of data that will be returned by the DNS servers.
- "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
- "A String",
- ],
- "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
- "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
- "geoPolicy": {
- "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
- {
- "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
- "A String",
- ],
- "rrdatas": [
- "A String",
- ],
- "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
- "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
- },
- ],
- "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
- {
- "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
- "A String",
- ],
- "rrdatas": [
- "A String",
- ],
- "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
- "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
- },
- ],
- "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+ "startTime": "A String", # The time that this operation was started by the server (output only). This is in RFC3339 text format.
+ "isServing": True or False, # If the DNS queries for the zone will be served.
+ "kind": "dns#change",
+ "deletions": [ # Which ResourceRecordSets to remove? Must match existing data exactly.
+ { # A unit of data that will be returned by the DNS servers.
+ "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+ "A String",
+ ],
+ "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+ "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
+ "kind": "dns#rRSetRoutingPolicy",
+ "geoPolicy": {
+ "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+ "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+ {
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+ "A String",
+ ],
+ "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+ "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+ "rrdatas": [
+ "A String",
+ ],
+ },
+ ],
+ "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
+ {
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+ "A String",
+ ],
+ "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+ "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+ "rrdatas": [
+ "A String",
+ ],
+ },
+ ],
+ },
+ "wrrPolicy": {
+ "items": [
+ {
+ "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+ "A String",
+ ],
+ "rrdatas": [
+ "A String",
+ ],
+ "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+ },
+ ],
+ "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+ },
},
- "kind": "dns#rRSetRoutingPolicy",
- "wrrPolicy": {
- "items": [
- {
- "rrdatas": [
- "A String",
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
- "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
- "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
- "A String",
- ],
- },
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicy",
- },
+ "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
+ "name": "A String", # For example, www.example.com.
+ "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
+ "A String",
+ ],
+ "kind": "dns#resourceRecordSet",
},
- "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
- "name": "A String", # For example, www.example.com.
- "kind": "dns#resourceRecordSet",
- "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
- "A String",
- ],
- },
- ],
- "kind": "dns#change",
- "isServing": True or False, # If the DNS queries for the zone will be served.
- "additions": [ # Which ResourceRecordSets to add?
- { # A unit of data that will be returned by the DNS servers.
- "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
- "A String",
- ],
- "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
- "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
- "geoPolicy": {
- "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
- {
- "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
- "A String",
- ],
- "rrdatas": [
- "A String",
- ],
- "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
- "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
- },
- ],
- "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
- {
- "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
- "A String",
- ],
- "rrdatas": [
- "A String",
- ],
- "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
- "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
- },
- ],
- "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+ ],
+ "additions": [ # Which ResourceRecordSets to add?
+ { # A unit of data that will be returned by the DNS servers.
+ "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+ "A String",
+ ],
+ "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+ "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
+ "kind": "dns#rRSetRoutingPolicy",
+ "geoPolicy": {
+ "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+ "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+ {
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+ "A String",
+ ],
+ "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+ "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+ "rrdatas": [
+ "A String",
+ ],
+ },
+ ],
+ "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
+ {
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+ "A String",
+ ],
+ "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+ "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+ "rrdatas": [
+ "A String",
+ ],
+ },
+ ],
+ },
+ "wrrPolicy": {
+ "items": [
+ {
+ "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+ "A String",
+ ],
+ "rrdatas": [
+ "A String",
+ ],
+ "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+ },
+ ],
+ "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+ },
},
- "kind": "dns#rRSetRoutingPolicy",
- "wrrPolicy": {
- "items": [
- {
- "rrdatas": [
- "A String",
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
- "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
- "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
- "A String",
- ],
- },
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicy",
- },
+ "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
+ "name": "A String", # For example, www.example.com.
+ "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
+ "A String",
+ ],
+ "kind": "dns#resourceRecordSet",
},
- "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
- "name": "A String", # For example, www.example.com.
- "kind": "dns#resourceRecordSet",
- "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
- "A String",
- ],
- },
- ],
- "status": "A String", # Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
-}
+ ],
+ "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+ "status": "A String", # Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
+ }
clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
x__xgafv: string, V1 error format.
@@ -241,130 +241,130 @@
An object of the form:
{ # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
- "id": "A String", # Unique identifier for the resource; defined by the server (output only).
- "startTime": "A String", # The time that this operation was started by the server (output only). This is in RFC3339 text format.
- "deletions": [ # Which ResourceRecordSets to remove? Must match existing data exactly.
- { # A unit of data that will be returned by the DNS servers.
- "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
- "A String",
- ],
- "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
- "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
- "geoPolicy": {
- "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
- {
- "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
- "A String",
- ],
- "rrdatas": [
- "A String",
- ],
- "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
- "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
- },
- ],
- "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
- {
- "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
- "A String",
- ],
- "rrdatas": [
- "A String",
- ],
- "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
- "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
- },
- ],
- "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+ "startTime": "A String", # The time that this operation was started by the server (output only). This is in RFC3339 text format.
+ "isServing": True or False, # If the DNS queries for the zone will be served.
+ "kind": "dns#change",
+ "deletions": [ # Which ResourceRecordSets to remove? Must match existing data exactly.
+ { # A unit of data that will be returned by the DNS servers.
+ "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+ "A String",
+ ],
+ "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+ "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
+ "kind": "dns#rRSetRoutingPolicy",
+ "geoPolicy": {
+ "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+ "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+ {
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+ "A String",
+ ],
+ "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+ "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+ "rrdatas": [
+ "A String",
+ ],
+ },
+ ],
+ "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
+ {
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+ "A String",
+ ],
+ "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+ "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+ "rrdatas": [
+ "A String",
+ ],
+ },
+ ],
+ },
+ "wrrPolicy": {
+ "items": [
+ {
+ "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+ "A String",
+ ],
+ "rrdatas": [
+ "A String",
+ ],
+ "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+ },
+ ],
+ "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+ },
},
- "kind": "dns#rRSetRoutingPolicy",
- "wrrPolicy": {
- "items": [
- {
- "rrdatas": [
- "A String",
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
- "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
- "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
- "A String",
- ],
- },
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicy",
- },
+ "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
+ "name": "A String", # For example, www.example.com.
+ "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
+ "A String",
+ ],
+ "kind": "dns#resourceRecordSet",
},
- "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
- "name": "A String", # For example, www.example.com.
- "kind": "dns#resourceRecordSet",
- "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
- "A String",
- ],
- },
- ],
- "kind": "dns#change",
- "isServing": True or False, # If the DNS queries for the zone will be served.
- "additions": [ # Which ResourceRecordSets to add?
- { # A unit of data that will be returned by the DNS servers.
- "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
- "A String",
- ],
- "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
- "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
- "geoPolicy": {
- "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
- {
- "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
- "A String",
- ],
- "rrdatas": [
- "A String",
- ],
- "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
- "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
- },
- ],
- "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
- {
- "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
- "A String",
- ],
- "rrdatas": [
- "A String",
- ],
- "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
- "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
- },
- ],
- "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+ ],
+ "additions": [ # Which ResourceRecordSets to add?
+ { # A unit of data that will be returned by the DNS servers.
+ "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+ "A String",
+ ],
+ "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+ "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
+ "kind": "dns#rRSetRoutingPolicy",
+ "geoPolicy": {
+ "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+ "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+ {
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+ "A String",
+ ],
+ "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+ "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+ "rrdatas": [
+ "A String",
+ ],
+ },
+ ],
+ "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
+ {
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+ "A String",
+ ],
+ "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+ "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+ "rrdatas": [
+ "A String",
+ ],
+ },
+ ],
+ },
+ "wrrPolicy": {
+ "items": [
+ {
+ "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+ "A String",
+ ],
+ "rrdatas": [
+ "A String",
+ ],
+ "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+ },
+ ],
+ "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+ },
},
- "kind": "dns#rRSetRoutingPolicy",
- "wrrPolicy": {
- "items": [
- {
- "rrdatas": [
- "A String",
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
- "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
- "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
- "A String",
- ],
- },
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicy",
- },
+ "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
+ "name": "A String", # For example, www.example.com.
+ "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
+ "A String",
+ ],
+ "kind": "dns#resourceRecordSet",
},
- "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
- "name": "A String", # For example, www.example.com.
- "kind": "dns#resourceRecordSet",
- "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
- "A String",
- ],
- },
- ],
- "status": "A String", # Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
- }</pre>
+ ],
+ "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+ "status": "A String", # Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
+ }</pre>
</div>
<div class="method">
@@ -385,144 +385,144 @@
An object of the form:
{ # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
- "id": "A String", # Unique identifier for the resource; defined by the server (output only).
- "startTime": "A String", # The time that this operation was started by the server (output only). This is in RFC3339 text format.
- "deletions": [ # Which ResourceRecordSets to remove? Must match existing data exactly.
- { # A unit of data that will be returned by the DNS servers.
- "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
- "A String",
- ],
- "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
- "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
- "geoPolicy": {
- "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
- {
- "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
- "A String",
- ],
- "rrdatas": [
- "A String",
- ],
- "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
- "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
- },
- ],
- "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
- {
- "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
- "A String",
- ],
- "rrdatas": [
- "A String",
- ],
- "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
- "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
- },
- ],
- "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+ "startTime": "A String", # The time that this operation was started by the server (output only). This is in RFC3339 text format.
+ "isServing": True or False, # If the DNS queries for the zone will be served.
+ "kind": "dns#change",
+ "deletions": [ # Which ResourceRecordSets to remove? Must match existing data exactly.
+ { # A unit of data that will be returned by the DNS servers.
+ "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+ "A String",
+ ],
+ "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+ "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
+ "kind": "dns#rRSetRoutingPolicy",
+ "geoPolicy": {
+ "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+ "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+ {
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+ "A String",
+ ],
+ "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+ "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+ "rrdatas": [
+ "A String",
+ ],
+ },
+ ],
+ "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
+ {
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+ "A String",
+ ],
+ "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+ "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+ "rrdatas": [
+ "A String",
+ ],
+ },
+ ],
+ },
+ "wrrPolicy": {
+ "items": [
+ {
+ "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+ "A String",
+ ],
+ "rrdatas": [
+ "A String",
+ ],
+ "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+ },
+ ],
+ "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+ },
},
- "kind": "dns#rRSetRoutingPolicy",
- "wrrPolicy": {
- "items": [
- {
- "rrdatas": [
- "A String",
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
- "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
- "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
- "A String",
- ],
- },
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicy",
- },
+ "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
+ "name": "A String", # For example, www.example.com.
+ "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
+ "A String",
+ ],
+ "kind": "dns#resourceRecordSet",
},
- "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
- "name": "A String", # For example, www.example.com.
- "kind": "dns#resourceRecordSet",
- "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
- "A String",
- ],
- },
- ],
- "kind": "dns#change",
- "isServing": True or False, # If the DNS queries for the zone will be served.
- "additions": [ # Which ResourceRecordSets to add?
- { # A unit of data that will be returned by the DNS servers.
- "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
- "A String",
- ],
- "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
- "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
- "geoPolicy": {
- "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
- {
- "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
- "A String",
- ],
- "rrdatas": [
- "A String",
- ],
- "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
- "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
- },
- ],
- "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
- {
- "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
- "A String",
- ],
- "rrdatas": [
- "A String",
- ],
- "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
- "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
- },
- ],
- "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+ ],
+ "additions": [ # Which ResourceRecordSets to add?
+ { # A unit of data that will be returned by the DNS servers.
+ "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+ "A String",
+ ],
+ "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+ "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
+ "kind": "dns#rRSetRoutingPolicy",
+ "geoPolicy": {
+ "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+ "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+ {
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+ "A String",
+ ],
+ "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+ "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+ "rrdatas": [
+ "A String",
+ ],
+ },
+ ],
+ "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
+ {
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+ "A String",
+ ],
+ "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+ "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+ "rrdatas": [
+ "A String",
+ ],
+ },
+ ],
+ },
+ "wrrPolicy": {
+ "items": [
+ {
+ "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+ "A String",
+ ],
+ "rrdatas": [
+ "A String",
+ ],
+ "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+ },
+ ],
+ "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+ },
},
- "kind": "dns#rRSetRoutingPolicy",
- "wrrPolicy": {
- "items": [
- {
- "rrdatas": [
- "A String",
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
- "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
- "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
- "A String",
- ],
- },
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicy",
- },
+ "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
+ "name": "A String", # For example, www.example.com.
+ "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
+ "A String",
+ ],
+ "kind": "dns#resourceRecordSet",
},
- "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
- "name": "A String", # For example, www.example.com.
- "kind": "dns#resourceRecordSet",
- "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
- "A String",
- ],
- },
- ],
- "status": "A String", # Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
- }</pre>
+ ],
+ "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+ "status": "A String", # Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
+ }</pre>
</div>
<div class="method">
- <code class="details" id="list">list(project, managedZone, sortOrder=None, pageToken=None, sortBy=None, maxResults=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(project, managedZone, sortOrder=None, sortBy=None, pageToken=None, maxResults=None, x__xgafv=None)</code>
<pre>Enumerate Changes to a ResourceRecordSet collection.
Args:
project: string, Identifies the project addressed by this request. (required)
managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or ID. (required)
sortOrder: string, Sorting order direction: 'ascending' or 'descending'.
- pageToken: string, Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
sortBy: string, Sorting criterion. The only supported value is change sequence.
Allowed values
changeSequence -
+ pageToken: string, Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
maxResults: integer, Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return.
x__xgafv: string, V1 error format.
Allowed values
@@ -536,135 +536,135 @@
"header": { # Elements common to every response.
"operationId": "A String", # For mutating operation requests that completed successfully. This is the client_operation_id if the client specified it, otherwise it is generated by the server (output only).
},
+ "nextPageToken": "A String", # The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your pagination token. In this way you can retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned will be an inconsistent view of the collection. There is no way to retrieve a "snapshot" of collections larger than the maximum page size.
"changes": [ # The requested changes.
{ # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
- "id": "A String", # Unique identifier for the resource; defined by the server (output only).
- "startTime": "A String", # The time that this operation was started by the server (output only). This is in RFC3339 text format.
- "deletions": [ # Which ResourceRecordSets to remove? Must match existing data exactly.
- { # A unit of data that will be returned by the DNS servers.
- "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
- "A String",
- ],
- "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
- "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
- "geoPolicy": {
- "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
- {
- "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
- "A String",
- ],
- "rrdatas": [
- "A String",
- ],
- "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
- "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
- },
- ],
- "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
- {
- "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
- "A String",
- ],
- "rrdatas": [
- "A String",
- ],
- "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
- "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
- },
- ],
- "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+ "startTime": "A String", # The time that this operation was started by the server (output only). This is in RFC3339 text format.
+ "isServing": True or False, # If the DNS queries for the zone will be served.
+ "kind": "dns#change",
+ "deletions": [ # Which ResourceRecordSets to remove? Must match existing data exactly.
+ { # A unit of data that will be returned by the DNS servers.
+ "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+ "A String",
+ ],
+ "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+ "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
+ "kind": "dns#rRSetRoutingPolicy",
+ "geoPolicy": {
+ "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+ "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+ {
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+ "A String",
+ ],
+ "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+ "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+ "rrdatas": [
+ "A String",
+ ],
+ },
+ ],
+ "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
+ {
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+ "A String",
+ ],
+ "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+ "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+ "rrdatas": [
+ "A String",
+ ],
+ },
+ ],
+ },
+ "wrrPolicy": {
+ "items": [
+ {
+ "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+ "A String",
+ ],
+ "rrdatas": [
+ "A String",
+ ],
+ "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+ },
+ ],
+ "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+ },
},
- "kind": "dns#rRSetRoutingPolicy",
- "wrrPolicy": {
- "items": [
- {
- "rrdatas": [
- "A String",
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
- "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
- "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
- "A String",
- ],
- },
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicy",
- },
+ "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
+ "name": "A String", # For example, www.example.com.
+ "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
+ "A String",
+ ],
+ "kind": "dns#resourceRecordSet",
},
- "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
- "name": "A String", # For example, www.example.com.
- "kind": "dns#resourceRecordSet",
- "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
- "A String",
- ],
- },
- ],
- "kind": "dns#change",
- "isServing": True or False, # If the DNS queries for the zone will be served.
- "additions": [ # Which ResourceRecordSets to add?
- { # A unit of data that will be returned by the DNS servers.
- "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
- "A String",
- ],
- "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
- "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
- "geoPolicy": {
- "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
- {
- "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
- "A String",
- ],
- "rrdatas": [
- "A String",
- ],
- "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
- "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
- },
- ],
- "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
- {
- "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
- "A String",
- ],
- "rrdatas": [
- "A String",
- ],
- "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
- "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
- },
- ],
- "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+ ],
+ "additions": [ # Which ResourceRecordSets to add?
+ { # A unit of data that will be returned by the DNS servers.
+ "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
+ "A String",
+ ],
+ "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
+ "routingPolicy": { # A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy(dynamic). An error is returned otherwise.
+ "kind": "dns#rRSetRoutingPolicy",
+ "geoPolicy": {
+ "kind": "dns#rRSetRoutingPolicyGeoPolicy",
+ "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
+ {
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+ "A String",
+ ],
+ "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+ "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+ "rrdatas": [
+ "A String",
+ ],
+ },
+ ],
+ "failovers": [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not.
+ {
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata.
+ "A String",
+ ],
+ "location": "A String", # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g "us-east1", "southamerica-east1", "asia-east1", etc.
+ "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem",
+ "rrdatas": [
+ "A String",
+ ],
+ },
+ ],
+ },
+ "wrrPolicy": {
+ "items": [
+ {
+ "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
+ "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
+ "A String",
+ ],
+ "rrdatas": [
+ "A String",
+ ],
+ "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
+ },
+ ],
+ "kind": "dns#rRSetRoutingPolicyWrrPolicy",
+ },
},
- "kind": "dns#rRSetRoutingPolicy",
- "wrrPolicy": {
- "items": [
- {
- "rrdatas": [
- "A String",
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem",
- "weight": 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be a decimal in the range [0,1].
- "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata.
- "A String",
- ],
- },
- ],
- "kind": "dns#rRSetRoutingPolicyWrrPolicy",
- },
+ "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types.
+ "name": "A String", # For example, www.example.com.
+ "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
+ "A String",
+ ],
+ "kind": "dns#resourceRecordSet",
},
- "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
- "name": "A String", # For example, www.example.com.
- "kind": "dns#resourceRecordSet",
- "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2).
- "A String",
- ],
- },
- ],
- "status": "A String", # Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
- },
+ ],
+ "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+ "status": "A String", # Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
+ },
],
"kind": "dns#changesListResponse", # Type of resource.
- "nextPageToken": "A String", # The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your pagination token. In this way you can retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned will be an inconsistent view of the collection. There is no way to retrieve a "snapshot" of collections larger than the maximum page size.
}</pre>
</div>