Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 1 | <html><body> |
| 2 | <style> |
| 3 | |
| 4 | body, h1, h2, h3, div, span, p, pre, a { |
| 5 | margin: 0; |
| 6 | padding: 0; |
| 7 | border: 0; |
| 8 | font-weight: inherit; |
| 9 | font-style: inherit; |
| 10 | font-size: 100%; |
| 11 | font-family: inherit; |
| 12 | vertical-align: baseline; |
| 13 | } |
| 14 | |
| 15 | body { |
| 16 | font-size: 13px; |
| 17 | padding: 1em; |
| 18 | } |
| 19 | |
| 20 | h1 { |
| 21 | font-size: 26px; |
| 22 | margin-bottom: 1em; |
| 23 | } |
| 24 | |
| 25 | h2 { |
| 26 | font-size: 24px; |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | |
| 30 | h3 { |
| 31 | font-size: 20px; |
| 32 | margin-bottom: 1em; |
| 33 | margin-top: 1em; |
| 34 | } |
| 35 | |
| 36 | pre, code { |
| 37 | line-height: 1.5; |
| 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| 39 | } |
| 40 | |
| 41 | pre { |
| 42 | margin-top: 0.5em; |
| 43 | } |
| 44 | |
| 45 | h1, h2, h3, p { |
| 46 | font-family: Arial, sans serif; |
| 47 | } |
| 48 | |
| 49 | h1, h2, h3 { |
| 50 | border-bottom: solid #CCC 1px; |
| 51 | } |
| 52 | |
| 53 | .toc_element { |
| 54 | margin-top: 0.5em; |
| 55 | } |
| 56 | |
| 57 | .firstline { |
| 58 | margin-left: 2 em; |
| 59 | } |
| 60 | |
| 61 | .method { |
| 62 | margin-top: 1em; |
| 63 | border: solid 1px #CCC; |
| 64 | padding: 1em; |
| 65 | background: #EEE; |
| 66 | } |
| 67 | |
| 68 | .details { |
| 69 | font-weight: bold; |
| 70 | font-size: 14px; |
| 71 | } |
| 72 | |
| 73 | </style> |
| 74 | |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 75 | <h1><a href="dns_v1beta2.html">Cloud DNS API</a> . <a href="dns_v1beta2.changes.html">changes</a></h1> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 76 | <h2>Instance Methods</h2> |
| 77 | <p class="toc_element"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 78 | <code><a href="#close">close()</a></code></p> |
| 79 | <p class="firstline">Close httplib2 connections.</p> |
| 80 | <p class="toc_element"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 81 | <code><a href="#create">create(project, managedZone, body=None, clientOperationId=None, x__xgafv=None)</a></code></p> |
| 82 | <p class="firstline">Atomically update the ResourceRecordSet collection.</p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 83 | <p class="toc_element"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 84 | <code><a href="#get">get(project, managedZone, changeId, clientOperationId=None, x__xgafv=None)</a></code></p> |
| 85 | <p class="firstline">Fetch the representation of an existing Change.</p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 86 | <p class="toc_element"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 87 | <code><a href="#list">list(project, managedZone, sortOrder=None, sortBy=None, pageToken=None, maxResults=None, x__xgafv=None)</a></code></p> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 88 | <p class="firstline">Enumerate Changes to a ResourceRecordSet collection.</p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 89 | <p class="toc_element"> |
| 90 | <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> |
| 91 | <p class="firstline">Retrieves the next page of results.</p> |
| 92 | <h3>Method Details</h3> |
| 93 | <div class="method"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 94 | <code class="details" id="close">close()</code> |
| 95 | <pre>Close httplib2 connections.</pre> |
| 96 | </div> |
| 97 | |
| 98 | <div class="method"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 99 | <code class="details" id="create">create(project, managedZone, body=None, clientOperationId=None, x__xgafv=None)</code> |
| 100 | <pre>Atomically update the ResourceRecordSet collection. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 101 | |
| 102 | Args: |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 103 | project: string, Identifies the project addressed by this request. (required) |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 104 | managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or ID. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 105 | body: object, The request body. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 106 | The object takes the form of: |
| 107 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 108 | { # 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. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 109 | "startTime": "A String", # The time that this operation was started by the server (output only). This is in RFC3339 text format. |
| 110 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 111 | "additions": [ # Which ResourceRecordSets to add? |
| 112 | { # A unit of data that will be returned by the DNS servers. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 113 | "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 114 | "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 115 | "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. |
| 116 | "geoPolicy": { |
| 117 | "kind": "dns#rRSetRoutingPolicyGeoPolicy", |
| 118 | "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. |
| 119 | { |
| 120 | "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| 121 | "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. |
| 122 | "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata. |
| 123 | "A String", |
| 124 | ], |
| 125 | "rrdatas": [ |
| 126 | "A String", |
| 127 | ], |
| 128 | }, |
| 129 | ], |
| 130 | "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead. |
| 131 | { |
| 132 | "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| 133 | "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. |
| 134 | "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata. |
| 135 | "A String", |
| 136 | ], |
| 137 | "rrdatas": [ |
| 138 | "A String", |
| 139 | ], |
| 140 | }, |
| 141 | ], |
| 142 | }, |
| 143 | "wrrPolicy": { |
| 144 | "kind": "dns#rRSetRoutingPolicyWrrPolicy", |
| 145 | "items": [ |
| 146 | { |
| 147 | "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem", |
| 148 | "rrdatas": [ |
| 149 | "A String", |
| 150 | ], |
| 151 | "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]. |
| 152 | "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata. |
| 153 | "A String", |
| 154 | ], |
| 155 | }, |
| 156 | ], |
| 157 | }, |
| 158 | "kind": "dns#rRSetRoutingPolicy", |
| 159 | }, |
| 160 | "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2). |
| 161 | "A String", |
| 162 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 163 | "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 164 | "A String", |
| 165 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 166 | "kind": "dns#resourceRecordSet", |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 167 | "name": "A String", # For example, www.example.com. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 168 | }, |
| 169 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 170 | "isServing": True or False, # If the DNS queries for the zone will be served. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 171 | "deletions": [ # Which ResourceRecordSets to remove? Must match existing data exactly. |
| 172 | { # A unit of data that will be returned by the DNS servers. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 173 | "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 174 | "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 175 | "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. |
| 176 | "geoPolicy": { |
| 177 | "kind": "dns#rRSetRoutingPolicyGeoPolicy", |
| 178 | "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. |
| 179 | { |
| 180 | "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| 181 | "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. |
| 182 | "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata. |
| 183 | "A String", |
| 184 | ], |
| 185 | "rrdatas": [ |
| 186 | "A String", |
| 187 | ], |
| 188 | }, |
| 189 | ], |
| 190 | "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead. |
| 191 | { |
| 192 | "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| 193 | "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. |
| 194 | "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata. |
| 195 | "A String", |
| 196 | ], |
| 197 | "rrdatas": [ |
| 198 | "A String", |
| 199 | ], |
| 200 | }, |
| 201 | ], |
| 202 | }, |
| 203 | "wrrPolicy": { |
| 204 | "kind": "dns#rRSetRoutingPolicyWrrPolicy", |
| 205 | "items": [ |
| 206 | { |
| 207 | "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem", |
| 208 | "rrdatas": [ |
| 209 | "A String", |
| 210 | ], |
| 211 | "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]. |
| 212 | "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata. |
| 213 | "A String", |
| 214 | ], |
| 215 | }, |
| 216 | ], |
| 217 | }, |
| 218 | "kind": "dns#rRSetRoutingPolicy", |
| 219 | }, |
| 220 | "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2). |
| 221 | "A String", |
| 222 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 223 | "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. |
| 224 | "A String", |
| 225 | ], |
| 226 | "kind": "dns#resourceRecordSet", |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 227 | "name": "A String", # For example, www.example.com. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 228 | }, |
| 229 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 230 | "id": "A String", # Unique identifier for the resource; defined by the server (output only). |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 231 | "kind": "dns#change", |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 232 | } |
| 233 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 234 | clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 235 | x__xgafv: string, V1 error format. |
| 236 | Allowed values |
| 237 | 1 - v1 error format |
| 238 | 2 - v2 error format |
| 239 | |
| 240 | Returns: |
| 241 | An object of the form: |
| 242 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 243 | { # 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. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 244 | "startTime": "A String", # The time that this operation was started by the server (output only). This is in RFC3339 text format. |
| 245 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 246 | "additions": [ # Which ResourceRecordSets to add? |
| 247 | { # A unit of data that will be returned by the DNS servers. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 248 | "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 249 | "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 250 | "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. |
| 251 | "geoPolicy": { |
| 252 | "kind": "dns#rRSetRoutingPolicyGeoPolicy", |
| 253 | "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. |
| 254 | { |
| 255 | "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| 256 | "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. |
| 257 | "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata. |
| 258 | "A String", |
| 259 | ], |
| 260 | "rrdatas": [ |
| 261 | "A String", |
| 262 | ], |
| 263 | }, |
| 264 | ], |
| 265 | "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead. |
| 266 | { |
| 267 | "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| 268 | "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. |
| 269 | "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata. |
| 270 | "A String", |
| 271 | ], |
| 272 | "rrdatas": [ |
| 273 | "A String", |
| 274 | ], |
| 275 | }, |
| 276 | ], |
| 277 | }, |
| 278 | "wrrPolicy": { |
| 279 | "kind": "dns#rRSetRoutingPolicyWrrPolicy", |
| 280 | "items": [ |
| 281 | { |
| 282 | "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem", |
| 283 | "rrdatas": [ |
| 284 | "A String", |
| 285 | ], |
| 286 | "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]. |
| 287 | "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata. |
| 288 | "A String", |
| 289 | ], |
| 290 | }, |
| 291 | ], |
| 292 | }, |
| 293 | "kind": "dns#rRSetRoutingPolicy", |
| 294 | }, |
| 295 | "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2). |
| 296 | "A String", |
| 297 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 298 | "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 299 | "A String", |
| 300 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 301 | "kind": "dns#resourceRecordSet", |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 302 | "name": "A String", # For example, www.example.com. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 303 | }, |
| 304 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 305 | "isServing": True or False, # If the DNS queries for the zone will be served. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 306 | "deletions": [ # Which ResourceRecordSets to remove? Must match existing data exactly. |
| 307 | { # A unit of data that will be returned by the DNS servers. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 308 | "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 309 | "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 310 | "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. |
| 311 | "geoPolicy": { |
| 312 | "kind": "dns#rRSetRoutingPolicyGeoPolicy", |
| 313 | "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. |
| 314 | { |
| 315 | "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| 316 | "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. |
| 317 | "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata. |
| 318 | "A String", |
| 319 | ], |
| 320 | "rrdatas": [ |
| 321 | "A String", |
| 322 | ], |
| 323 | }, |
| 324 | ], |
| 325 | "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead. |
| 326 | { |
| 327 | "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| 328 | "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. |
| 329 | "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata. |
| 330 | "A String", |
| 331 | ], |
| 332 | "rrdatas": [ |
| 333 | "A String", |
| 334 | ], |
| 335 | }, |
| 336 | ], |
| 337 | }, |
| 338 | "wrrPolicy": { |
| 339 | "kind": "dns#rRSetRoutingPolicyWrrPolicy", |
| 340 | "items": [ |
| 341 | { |
| 342 | "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem", |
| 343 | "rrdatas": [ |
| 344 | "A String", |
| 345 | ], |
| 346 | "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]. |
| 347 | "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata. |
| 348 | "A String", |
| 349 | ], |
| 350 | }, |
| 351 | ], |
| 352 | }, |
| 353 | "kind": "dns#rRSetRoutingPolicy", |
| 354 | }, |
| 355 | "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2). |
| 356 | "A String", |
| 357 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 358 | "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. |
| 359 | "A String", |
| 360 | ], |
| 361 | "kind": "dns#resourceRecordSet", |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 362 | "name": "A String", # For example, www.example.com. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 363 | }, |
| 364 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 365 | "id": "A String", # Unique identifier for the resource; defined by the server (output only). |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 366 | "kind": "dns#change", |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 367 | }</pre> |
| 368 | </div> |
| 369 | |
| 370 | <div class="method"> |
| 371 | <code class="details" id="get">get(project, managedZone, changeId, clientOperationId=None, x__xgafv=None)</code> |
| 372 | <pre>Fetch the representation of an existing Change. |
| 373 | |
| 374 | Args: |
| 375 | project: string, Identifies the project addressed by this request. (required) |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 376 | managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or ID. (required) |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 377 | changeId: string, The identifier of the requested change, from a previous ResourceRecordSetsChangeResponse. (required) |
| 378 | clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 379 | x__xgafv: string, V1 error format. |
| 380 | Allowed values |
| 381 | 1 - v1 error format |
| 382 | 2 - v2 error format |
| 383 | |
| 384 | Returns: |
| 385 | An object of the form: |
| 386 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 387 | { # 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. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 388 | "startTime": "A String", # The time that this operation was started by the server (output only). This is in RFC3339 text format. |
| 389 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 390 | "additions": [ # Which ResourceRecordSets to add? |
| 391 | { # A unit of data that will be returned by the DNS servers. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 392 | "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 393 | "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 394 | "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. |
| 395 | "geoPolicy": { |
| 396 | "kind": "dns#rRSetRoutingPolicyGeoPolicy", |
| 397 | "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. |
| 398 | { |
| 399 | "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| 400 | "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. |
| 401 | "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata. |
| 402 | "A String", |
| 403 | ], |
| 404 | "rrdatas": [ |
| 405 | "A String", |
| 406 | ], |
| 407 | }, |
| 408 | ], |
| 409 | "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead. |
| 410 | { |
| 411 | "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| 412 | "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. |
| 413 | "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata. |
| 414 | "A String", |
| 415 | ], |
| 416 | "rrdatas": [ |
| 417 | "A String", |
| 418 | ], |
| 419 | }, |
| 420 | ], |
| 421 | }, |
| 422 | "wrrPolicy": { |
| 423 | "kind": "dns#rRSetRoutingPolicyWrrPolicy", |
| 424 | "items": [ |
| 425 | { |
| 426 | "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem", |
| 427 | "rrdatas": [ |
| 428 | "A String", |
| 429 | ], |
| 430 | "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]. |
| 431 | "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata. |
| 432 | "A String", |
| 433 | ], |
| 434 | }, |
| 435 | ], |
| 436 | }, |
| 437 | "kind": "dns#rRSetRoutingPolicy", |
| 438 | }, |
| 439 | "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2). |
| 440 | "A String", |
| 441 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 442 | "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 443 | "A String", |
| 444 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 445 | "kind": "dns#resourceRecordSet", |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 446 | "name": "A String", # For example, www.example.com. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 447 | }, |
| 448 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 449 | "isServing": True or False, # If the DNS queries for the zone will be served. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 450 | "deletions": [ # Which ResourceRecordSets to remove? Must match existing data exactly. |
| 451 | { # A unit of data that will be returned by the DNS servers. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 452 | "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 453 | "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 454 | "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. |
| 455 | "geoPolicy": { |
| 456 | "kind": "dns#rRSetRoutingPolicyGeoPolicy", |
| 457 | "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. |
| 458 | { |
| 459 | "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| 460 | "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. |
| 461 | "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata. |
| 462 | "A String", |
| 463 | ], |
| 464 | "rrdatas": [ |
| 465 | "A String", |
| 466 | ], |
| 467 | }, |
| 468 | ], |
| 469 | "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead. |
| 470 | { |
| 471 | "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| 472 | "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. |
| 473 | "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata. |
| 474 | "A String", |
| 475 | ], |
| 476 | "rrdatas": [ |
| 477 | "A String", |
| 478 | ], |
| 479 | }, |
| 480 | ], |
| 481 | }, |
| 482 | "wrrPolicy": { |
| 483 | "kind": "dns#rRSetRoutingPolicyWrrPolicy", |
| 484 | "items": [ |
| 485 | { |
| 486 | "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem", |
| 487 | "rrdatas": [ |
| 488 | "A String", |
| 489 | ], |
| 490 | "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]. |
| 491 | "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata. |
| 492 | "A String", |
| 493 | ], |
| 494 | }, |
| 495 | ], |
| 496 | }, |
| 497 | "kind": "dns#rRSetRoutingPolicy", |
| 498 | }, |
| 499 | "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2). |
| 500 | "A String", |
| 501 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 502 | "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. |
| 503 | "A String", |
| 504 | ], |
| 505 | "kind": "dns#resourceRecordSet", |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 506 | "name": "A String", # For example, www.example.com. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 507 | }, |
| 508 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 509 | "id": "A String", # Unique identifier for the resource; defined by the server (output only). |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 510 | "kind": "dns#change", |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 511 | }</pre> |
| 512 | </div> |
| 513 | |
| 514 | <div class="method"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 515 | <code class="details" id="list">list(project, managedZone, sortOrder=None, sortBy=None, pageToken=None, maxResults=None, x__xgafv=None)</code> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 516 | <pre>Enumerate Changes to a ResourceRecordSet collection. |
| 517 | |
| 518 | Args: |
| 519 | project: string, Identifies the project addressed by this request. (required) |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 520 | managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or ID. (required) |
| 521 | sortOrder: string, Sorting order direction: 'ascending' or 'descending'. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 522 | sortBy: string, Sorting criterion. The only supported value is change sequence. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 523 | Allowed values |
| 524 | changeSequence - |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 525 | pageToken: string, Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 526 | maxResults: integer, Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 527 | x__xgafv: string, V1 error format. |
| 528 | Allowed values |
| 529 | 1 - v1 error format |
| 530 | 2 - v2 error format |
| 531 | |
| 532 | Returns: |
| 533 | An object of the form: |
| 534 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 535 | { # The response to a request to enumerate Changes to a ResourceRecordSets collection. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 536 | "changes": [ # The requested changes. |
| 537 | { # 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. |
| 538 | "startTime": "A String", # The time that this operation was started by the server (output only). This is in RFC3339 text format. |
| 539 | "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. |
| 540 | "additions": [ # Which ResourceRecordSets to add? |
| 541 | { # A unit of data that will be returned by the DNS servers. |
| 542 | "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers. |
| 543 | "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types. |
| 544 | "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. |
| 545 | "geoPolicy": { |
| 546 | "kind": "dns#rRSetRoutingPolicyGeoPolicy", |
| 547 | "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. |
| 548 | { |
| 549 | "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| 550 | "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. |
| 551 | "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata. |
| 552 | "A String", |
| 553 | ], |
| 554 | "rrdatas": [ |
| 555 | "A String", |
| 556 | ], |
| 557 | }, |
| 558 | ], |
| 559 | "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead. |
| 560 | { |
| 561 | "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| 562 | "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. |
| 563 | "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata. |
| 564 | "A String", |
| 565 | ], |
| 566 | "rrdatas": [ |
| 567 | "A String", |
| 568 | ], |
| 569 | }, |
| 570 | ], |
| 571 | }, |
| 572 | "wrrPolicy": { |
| 573 | "kind": "dns#rRSetRoutingPolicyWrrPolicy", |
| 574 | "items": [ |
| 575 | { |
| 576 | "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem", |
| 577 | "rrdatas": [ |
| 578 | "A String", |
| 579 | ], |
| 580 | "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]. |
| 581 | "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata. |
| 582 | "A String", |
| 583 | ], |
| 584 | }, |
| 585 | ], |
| 586 | }, |
| 587 | "kind": "dns#rRSetRoutingPolicy", |
| 588 | }, |
| 589 | "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2). |
| 590 | "A String", |
| 591 | ], |
| 592 | "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. |
| 593 | "A String", |
| 594 | ], |
| 595 | "kind": "dns#resourceRecordSet", |
| 596 | "name": "A String", # For example, www.example.com. |
| 597 | }, |
| 598 | ], |
| 599 | "isServing": True or False, # If the DNS queries for the zone will be served. |
| 600 | "deletions": [ # Which ResourceRecordSets to remove? Must match existing data exactly. |
| 601 | { # A unit of data that will be returned by the DNS servers. |
| 602 | "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers. |
| 603 | "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types. |
| 604 | "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. |
| 605 | "geoPolicy": { |
| 606 | "kind": "dns#rRSetRoutingPolicyGeoPolicy", |
| 607 | "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. |
| 608 | { |
| 609 | "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| 610 | "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. |
| 611 | "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata. |
| 612 | "A String", |
| 613 | ], |
| 614 | "rrdatas": [ |
| 615 | "A String", |
| 616 | ], |
| 617 | }, |
| 618 | ], |
| 619 | "items": [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead. |
| 620 | { |
| 621 | "kind": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| 622 | "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. |
| 623 | "signatureRrdatas": [ # DNSSEC generated signatures for the above geo_rrdata. |
| 624 | "A String", |
| 625 | ], |
| 626 | "rrdatas": [ |
| 627 | "A String", |
| 628 | ], |
| 629 | }, |
| 630 | ], |
| 631 | }, |
| 632 | "wrrPolicy": { |
| 633 | "kind": "dns#rRSetRoutingPolicyWrrPolicy", |
| 634 | "items": [ |
| 635 | { |
| 636 | "kind": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem", |
| 637 | "rrdatas": [ |
| 638 | "A String", |
| 639 | ], |
| 640 | "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]. |
| 641 | "signatureRrdatas": [ # DNSSEC generated signatures for the above wrr_rrdata. |
| 642 | "A String", |
| 643 | ], |
| 644 | }, |
| 645 | ], |
| 646 | }, |
| 647 | "kind": "dns#rRSetRoutingPolicy", |
| 648 | }, |
| 649 | "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2). |
| 650 | "A String", |
| 651 | ], |
| 652 | "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. |
| 653 | "A String", |
| 654 | ], |
| 655 | "kind": "dns#resourceRecordSet", |
| 656 | "name": "A String", # For example, www.example.com. |
| 657 | }, |
| 658 | ], |
| 659 | "id": "A String", # Unique identifier for the resource; defined by the server (output only). |
| 660 | "kind": "dns#change", |
| 661 | }, |
| 662 | ], |
| 663 | "kind": "dns#changesListResponse", # Type of resource. |
| 664 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 665 | "header": { # Elements common to every response. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 666 | "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). |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 667 | }, |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 668 | }</pre> |
| 669 | </div> |
| 670 | |
| 671 | <div class="method"> |
| 672 | <code class="details" id="list_next">list_next(previous_request, previous_response)</code> |
| 673 | <pre>Retrieves the next page of results. |
| 674 | |
| 675 | Args: |
| 676 | previous_request: The request for the previous page. (required) |
| 677 | previous_response: The response from the request for the previous page. (required) |
| 678 | |
| 679 | Returns: |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 680 | A request object that you can call 'execute()' on to request the next |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 681 | page. Returns None if there are no more items in the collection. |
| 682 | </pre> |
| 683 | </div> |
| 684 | |
| 685 | </body></html> |