blob: 7ad9b6ae54b8be7d8afbb1f9947f2e31b747cb37 [file] [log] [blame]
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001<html><body>
2<style>
3
4body, 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
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, 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
75<h1><a href="dns_v1beta2.html">Google Cloud DNS API</a> . <a href="dns_v1beta2.managedZones.html">managedZones</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070078 <code><a href="#create">create(project, body=None, clientOperationId=None)</a></code></p>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070079<p class="firstline"></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070080<p class="toc_element">
81 <code><a href="#delete">delete(project, managedZone, clientOperationId=None)</a></code></p>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070082<p class="firstline"></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070083<p class="toc_element">
84 <code><a href="#get">get(project, managedZone, clientOperationId=None)</a></code></p>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070085<p class="firstline"></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070086<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070087 <code><a href="#list">list(project, dnsName=None, maxResults=None, pageToken=None)</a></code></p>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070088<p class="firstline"></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070089<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<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070093 <code><a href="#patch">patch(project, managedZone, body=None, clientOperationId=None)</a></code></p>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070094<p class="firstline"></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070095<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070096 <code><a href="#update">update(project, managedZone, body=None, clientOperationId=None)</a></code></p>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070097<p class="firstline"></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070098<h3>Method Details</h3>
99<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700100 <code class="details" id="create">create(project, body=None, clientOperationId=None)</code>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700101 <pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700102
103Args:
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700104 project: string, A parameter (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700105 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700106 The object takes the form of:
107
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700108{
109 &quot;creationTime&quot;: &quot;A String&quot;,
110 &quot;description&quot;: &quot;A String&quot;,
111 &quot;dnsName&quot;: &quot;A String&quot;,
112 &quot;dnssecConfig&quot;: {
113 &quot;defaultKeySpecs&quot;: [
114 {
115 &quot;algorithm&quot;: &quot;A String&quot;,
116 &quot;keyLength&quot;: 42,
117 &quot;keyType&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700118 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKeySpec&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700119 },
120 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700121 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneDnsSecConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700122 &quot;nonExistence&quot;: &quot;A String&quot;,
123 &quot;state&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700124 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700125 &quot;forwardingConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700126 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700127 &quot;targetNameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700128 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700129 &quot;forwardingPath&quot;: &quot;A String&quot;,
130 &quot;ipv4Address&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700131 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
132 },
133 ],
134 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700135 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700136 &quot;kind&quot;: &quot;dns#managedZone&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZone&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700137 &quot;labels&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700138 &quot;a_key&quot;: &quot;A String&quot;,
139 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700140 &quot;name&quot;: &quot;A String&quot;,
141 &quot;nameServerSet&quot;: &quot;A String&quot;,
142 &quot;nameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700143 &quot;A String&quot;,
144 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700145 &quot;peeringConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700146 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700147 &quot;targetNetwork&quot;: {
148 &quot;deactivateTime&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700149 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfigTargetNetwork&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700150 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700151 },
152 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700153 &quot;privateVisibilityConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700154 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700155 &quot;networks&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700156 {
157 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700158 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700159 },
160 ],
161 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700162 &quot;reverseLookupConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700163 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
164 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700165 &quot;serviceDirectoryConfig&quot;: {
166 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfig&quot;.
167 &quot;namespace&quot;: {
168 &quot;deletionTime&quot;: &quot;A String&quot;,
169 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;.
170 &quot;namespaceUrl&quot;: &quot;A String&quot;,
171 },
172 },
173 &quot;visibility&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700174}
175
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700176 clientOperationId: string, A parameter
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700177
178Returns:
179 An object of the form:
180
181 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700182 &quot;creationTime&quot;: &quot;A String&quot;,
183 &quot;description&quot;: &quot;A String&quot;,
184 &quot;dnsName&quot;: &quot;A String&quot;,
185 &quot;dnssecConfig&quot;: {
186 &quot;defaultKeySpecs&quot;: [
187 {
188 &quot;algorithm&quot;: &quot;A String&quot;,
189 &quot;keyLength&quot;: 42,
190 &quot;keyType&quot;: &quot;A String&quot;,
191 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKeySpec&quot;.
192 },
193 ],
194 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneDnsSecConfig&quot;.
195 &quot;nonExistence&quot;: &quot;A String&quot;,
196 &quot;state&quot;: &quot;A String&quot;,
197 },
198 &quot;forwardingConfig&quot;: {
199 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfig&quot;.
200 &quot;targetNameServers&quot;: [
201 {
202 &quot;forwardingPath&quot;: &quot;A String&quot;,
203 &quot;ipv4Address&quot;: &quot;A String&quot;,
204 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
205 },
206 ],
207 },
208 &quot;id&quot;: &quot;A String&quot;,
209 &quot;kind&quot;: &quot;dns#managedZone&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZone&quot;.
210 &quot;labels&quot;: {
211 &quot;a_key&quot;: &quot;A String&quot;,
212 },
213 &quot;name&quot;: &quot;A String&quot;,
214 &quot;nameServerSet&quot;: &quot;A String&quot;,
215 &quot;nameServers&quot;: [
216 &quot;A String&quot;,
217 ],
218 &quot;peeringConfig&quot;: {
219 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfig&quot;.
220 &quot;targetNetwork&quot;: {
221 &quot;deactivateTime&quot;: &quot;A String&quot;,
222 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfigTargetNetwork&quot;.
223 &quot;networkUrl&quot;: &quot;A String&quot;,
224 },
225 },
226 &quot;privateVisibilityConfig&quot;: {
227 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfig&quot;.
228 &quot;networks&quot;: [
229 {
230 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;.
231 &quot;networkUrl&quot;: &quot;A String&quot;,
232 },
233 ],
234 },
235 &quot;reverseLookupConfig&quot;: {
236 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
237 },
238 &quot;serviceDirectoryConfig&quot;: {
239 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfig&quot;.
240 &quot;namespace&quot;: {
241 &quot;deletionTime&quot;: &quot;A String&quot;,
242 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;.
243 &quot;namespaceUrl&quot;: &quot;A String&quot;,
244 },
245 },
246 &quot;visibility&quot;: &quot;A String&quot;,
247 }</pre>
248</div>
249
250<div class="method">
251 <code class="details" id="delete">delete(project, managedZone, clientOperationId=None)</code>
252 <pre>
253
254Args:
255 project: string, A parameter (required)
256 managedZone: string, A parameter (required)
257 clientOperationId: string, A parameter
258</pre>
259</div>
260
261<div class="method">
262 <code class="details" id="get">get(project, managedZone, clientOperationId=None)</code>
263 <pre>
264
265Args:
266 project: string, A parameter (required)
267 managedZone: string, A parameter (required)
268 clientOperationId: string, A parameter
269
270Returns:
271 An object of the form:
272
273 {
274 &quot;creationTime&quot;: &quot;A String&quot;,
275 &quot;description&quot;: &quot;A String&quot;,
276 &quot;dnsName&quot;: &quot;A String&quot;,
277 &quot;dnssecConfig&quot;: {
278 &quot;defaultKeySpecs&quot;: [
279 {
280 &quot;algorithm&quot;: &quot;A String&quot;,
281 &quot;keyLength&quot;: 42,
282 &quot;keyType&quot;: &quot;A String&quot;,
283 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKeySpec&quot;.
284 },
285 ],
286 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneDnsSecConfig&quot;.
287 &quot;nonExistence&quot;: &quot;A String&quot;,
288 &quot;state&quot;: &quot;A String&quot;,
289 },
290 &quot;forwardingConfig&quot;: {
291 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfig&quot;.
292 &quot;targetNameServers&quot;: [
293 {
294 &quot;forwardingPath&quot;: &quot;A String&quot;,
295 &quot;ipv4Address&quot;: &quot;A String&quot;,
296 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
297 },
298 ],
299 },
300 &quot;id&quot;: &quot;A String&quot;,
301 &quot;kind&quot;: &quot;dns#managedZone&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZone&quot;.
302 &quot;labels&quot;: {
303 &quot;a_key&quot;: &quot;A String&quot;,
304 },
305 &quot;name&quot;: &quot;A String&quot;,
306 &quot;nameServerSet&quot;: &quot;A String&quot;,
307 &quot;nameServers&quot;: [
308 &quot;A String&quot;,
309 ],
310 &quot;peeringConfig&quot;: {
311 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfig&quot;.
312 &quot;targetNetwork&quot;: {
313 &quot;deactivateTime&quot;: &quot;A String&quot;,
314 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfigTargetNetwork&quot;.
315 &quot;networkUrl&quot;: &quot;A String&quot;,
316 },
317 },
318 &quot;privateVisibilityConfig&quot;: {
319 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfig&quot;.
320 &quot;networks&quot;: [
321 {
322 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;.
323 &quot;networkUrl&quot;: &quot;A String&quot;,
324 },
325 ],
326 },
327 &quot;reverseLookupConfig&quot;: {
328 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
329 },
330 &quot;serviceDirectoryConfig&quot;: {
331 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfig&quot;.
332 &quot;namespace&quot;: {
333 &quot;deletionTime&quot;: &quot;A String&quot;,
334 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;.
335 &quot;namespaceUrl&quot;: &quot;A String&quot;,
336 },
337 },
338 &quot;visibility&quot;: &quot;A String&quot;,
339 }</pre>
340</div>
341
342<div class="method">
343 <code class="details" id="list">list(project, dnsName=None, maxResults=None, pageToken=None)</code>
344 <pre>
345
346Args:
347 project: string, A parameter (required)
348 dnsName: string, A parameter
349 maxResults: integer, A parameter
350 pageToken: string, A parameter
351
352Returns:
353 An object of the form:
354
355 {
356 &quot;header&quot;: {
357 &quot;operationId&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700358 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700359 &quot;kind&quot;: &quot;dns#managedZonesListResponse&quot;, # Type of resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700360 &quot;managedZones&quot;: [
361 {
362 &quot;creationTime&quot;: &quot;A String&quot;,
363 &quot;description&quot;: &quot;A String&quot;,
364 &quot;dnsName&quot;: &quot;A String&quot;,
365 &quot;dnssecConfig&quot;: {
366 &quot;defaultKeySpecs&quot;: [
367 {
368 &quot;algorithm&quot;: &quot;A String&quot;,
369 &quot;keyLength&quot;: 42,
370 &quot;keyType&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700371 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKeySpec&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700372 },
373 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700374 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneDnsSecConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700375 &quot;nonExistence&quot;: &quot;A String&quot;,
376 &quot;state&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700377 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700378 &quot;forwardingConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700379 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700380 &quot;targetNameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700381 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700382 &quot;forwardingPath&quot;: &quot;A String&quot;,
383 &quot;ipv4Address&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700384 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
385 },
386 ],
387 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700388 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700389 &quot;kind&quot;: &quot;dns#managedZone&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZone&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700390 &quot;labels&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700391 &quot;a_key&quot;: &quot;A String&quot;,
392 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700393 &quot;name&quot;: &quot;A String&quot;,
394 &quot;nameServerSet&quot;: &quot;A String&quot;,
395 &quot;nameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700396 &quot;A String&quot;,
397 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700398 &quot;peeringConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700399 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700400 &quot;targetNetwork&quot;: {
401 &quot;deactivateTime&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700402 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfigTargetNetwork&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700403 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700404 },
405 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700406 &quot;privateVisibilityConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700407 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700408 &quot;networks&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700409 {
410 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700411 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700412 },
413 ],
414 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700415 &quot;reverseLookupConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700416 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
417 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700418 &quot;serviceDirectoryConfig&quot;: {
419 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfig&quot;.
420 &quot;namespace&quot;: {
421 &quot;deletionTime&quot;: &quot;A String&quot;,
422 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;.
423 &quot;namespaceUrl&quot;: &quot;A String&quot;,
424 },
425 },
426 &quot;visibility&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700427 },
428 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700429 &quot;nextPageToken&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700430 }</pre>
431</div>
432
433<div class="method">
434 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
435 <pre>Retrieves the next page of results.
436
437Args:
438 previous_request: The request for the previous page. (required)
439 previous_response: The response from the request for the previous page. (required)
440
441Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700442 A request object that you can call &#x27;execute()&#x27; on to request the next
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700443 page. Returns None if there are no more items in the collection.
444 </pre>
445</div>
446
447<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700448 <code class="details" id="patch">patch(project, managedZone, body=None, clientOperationId=None)</code>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700449 <pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700450
451Args:
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700452 project: string, A parameter (required)
453 managedZone: string, A parameter (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700454 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700455 The object takes the form of:
456
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700457{
458 &quot;creationTime&quot;: &quot;A String&quot;,
459 &quot;description&quot;: &quot;A String&quot;,
460 &quot;dnsName&quot;: &quot;A String&quot;,
461 &quot;dnssecConfig&quot;: {
462 &quot;defaultKeySpecs&quot;: [
463 {
464 &quot;algorithm&quot;: &quot;A String&quot;,
465 &quot;keyLength&quot;: 42,
466 &quot;keyType&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700467 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKeySpec&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700468 },
469 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700470 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneDnsSecConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700471 &quot;nonExistence&quot;: &quot;A String&quot;,
472 &quot;state&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700473 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700474 &quot;forwardingConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700475 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700476 &quot;targetNameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700477 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700478 &quot;forwardingPath&quot;: &quot;A String&quot;,
479 &quot;ipv4Address&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700480 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
481 },
482 ],
483 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700484 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700485 &quot;kind&quot;: &quot;dns#managedZone&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZone&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700486 &quot;labels&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700487 &quot;a_key&quot;: &quot;A String&quot;,
488 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700489 &quot;name&quot;: &quot;A String&quot;,
490 &quot;nameServerSet&quot;: &quot;A String&quot;,
491 &quot;nameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700492 &quot;A String&quot;,
493 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700494 &quot;peeringConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700495 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700496 &quot;targetNetwork&quot;: {
497 &quot;deactivateTime&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700498 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfigTargetNetwork&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700499 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700500 },
501 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700502 &quot;privateVisibilityConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700503 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700504 &quot;networks&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700505 {
506 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700507 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700508 },
509 ],
510 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700511 &quot;reverseLookupConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700512 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
513 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700514 &quot;serviceDirectoryConfig&quot;: {
515 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfig&quot;.
516 &quot;namespace&quot;: {
517 &quot;deletionTime&quot;: &quot;A String&quot;,
518 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;.
519 &quot;namespaceUrl&quot;: &quot;A String&quot;,
520 },
521 },
522 &quot;visibility&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700523}
524
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700525 clientOperationId: string, A parameter
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700526
527Returns:
528 An object of the form:
529
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700530 {
531 &quot;dnsKeyContext&quot;: {
532 &quot;newValue&quot;: {
533 &quot;algorithm&quot;: &quot;A String&quot;,
534 &quot;creationTime&quot;: &quot;A String&quot;,
535 &quot;description&quot;: &quot;A String&quot;,
536 &quot;digests&quot;: [
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700537 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700538 &quot;digest&quot;: &quot;A String&quot;,
539 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700540 },
541 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700542 &quot;id&quot;: &quot;A String&quot;,
543 &quot;isActive&quot;: True or False,
544 &quot;keyLength&quot;: 42,
545 &quot;keyTag&quot;: 42,
Bu Sun Kim65020912020-05-20 12:08:20 -0700546 &quot;kind&quot;: &quot;dns#dnsKey&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKey&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700547 &quot;publicKey&quot;: &quot;A String&quot;,
548 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700549 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700550 &quot;oldValue&quot;: {
551 &quot;algorithm&quot;: &quot;A String&quot;,
552 &quot;creationTime&quot;: &quot;A String&quot;,
553 &quot;description&quot;: &quot;A String&quot;,
554 &quot;digests&quot;: [
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700555 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700556 &quot;digest&quot;: &quot;A String&quot;,
557 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700558 },
559 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700560 &quot;id&quot;: &quot;A String&quot;,
561 &quot;isActive&quot;: True or False,
562 &quot;keyLength&quot;: 42,
563 &quot;keyTag&quot;: 42,
Bu Sun Kim65020912020-05-20 12:08:20 -0700564 &quot;kind&quot;: &quot;dns#dnsKey&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKey&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700565 &quot;publicKey&quot;: &quot;A String&quot;,
566 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700567 },
568 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700569 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700570 &quot;kind&quot;: &quot;dns#operation&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#operation&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700571 &quot;startTime&quot;: &quot;A String&quot;,
572 &quot;status&quot;: &quot;A String&quot;,
573 &quot;type&quot;: &quot;A String&quot;,
574 &quot;user&quot;: &quot;A String&quot;,
575 &quot;zoneContext&quot;: {
576 &quot;newValue&quot;: {
577 &quot;creationTime&quot;: &quot;A String&quot;,
578 &quot;description&quot;: &quot;A String&quot;,
579 &quot;dnsName&quot;: &quot;A String&quot;,
580 &quot;dnssecConfig&quot;: {
581 &quot;defaultKeySpecs&quot;: [
582 {
583 &quot;algorithm&quot;: &quot;A String&quot;,
584 &quot;keyLength&quot;: 42,
585 &quot;keyType&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700586 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKeySpec&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700587 },
588 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700589 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneDnsSecConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700590 &quot;nonExistence&quot;: &quot;A String&quot;,
591 &quot;state&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700592 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700593 &quot;forwardingConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700594 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700595 &quot;targetNameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700596 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700597 &quot;forwardingPath&quot;: &quot;A String&quot;,
598 &quot;ipv4Address&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700599 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
600 },
601 ],
602 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700603 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700604 &quot;kind&quot;: &quot;dns#managedZone&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZone&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700605 &quot;labels&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700606 &quot;a_key&quot;: &quot;A String&quot;,
607 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700608 &quot;name&quot;: &quot;A String&quot;,
609 &quot;nameServerSet&quot;: &quot;A String&quot;,
610 &quot;nameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700611 &quot;A String&quot;,
612 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700613 &quot;peeringConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700614 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700615 &quot;targetNetwork&quot;: {
616 &quot;deactivateTime&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700617 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfigTargetNetwork&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700618 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700619 },
620 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700621 &quot;privateVisibilityConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700622 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700623 &quot;networks&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700624 {
625 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700626 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700627 },
628 ],
629 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700630 &quot;reverseLookupConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700631 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
632 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700633 &quot;serviceDirectoryConfig&quot;: {
634 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfig&quot;.
635 &quot;namespace&quot;: {
636 &quot;deletionTime&quot;: &quot;A String&quot;,
637 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;.
638 &quot;namespaceUrl&quot;: &quot;A String&quot;,
639 },
640 },
641 &quot;visibility&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700642 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700643 &quot;oldValue&quot;: {
644 &quot;creationTime&quot;: &quot;A String&quot;,
645 &quot;description&quot;: &quot;A String&quot;,
646 &quot;dnsName&quot;: &quot;A String&quot;,
647 &quot;dnssecConfig&quot;: {
648 &quot;defaultKeySpecs&quot;: [
649 {
650 &quot;algorithm&quot;: &quot;A String&quot;,
651 &quot;keyLength&quot;: 42,
652 &quot;keyType&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700653 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKeySpec&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700654 },
655 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700656 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneDnsSecConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700657 &quot;nonExistence&quot;: &quot;A String&quot;,
658 &quot;state&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700659 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700660 &quot;forwardingConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700661 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700662 &quot;targetNameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700663 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700664 &quot;forwardingPath&quot;: &quot;A String&quot;,
665 &quot;ipv4Address&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700666 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
667 },
668 ],
669 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700670 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700671 &quot;kind&quot;: &quot;dns#managedZone&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZone&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700672 &quot;labels&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700673 &quot;a_key&quot;: &quot;A String&quot;,
674 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700675 &quot;name&quot;: &quot;A String&quot;,
676 &quot;nameServerSet&quot;: &quot;A String&quot;,
677 &quot;nameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700678 &quot;A String&quot;,
679 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700680 &quot;peeringConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700681 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700682 &quot;targetNetwork&quot;: {
683 &quot;deactivateTime&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700684 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfigTargetNetwork&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700685 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700686 },
687 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700688 &quot;privateVisibilityConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700689 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700690 &quot;networks&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700691 {
692 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700693 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700694 },
695 ],
696 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700697 &quot;reverseLookupConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700698 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
699 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700700 &quot;serviceDirectoryConfig&quot;: {
701 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfig&quot;.
702 &quot;namespace&quot;: {
703 &quot;deletionTime&quot;: &quot;A String&quot;,
704 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;.
705 &quot;namespaceUrl&quot;: &quot;A String&quot;,
706 },
707 },
708 &quot;visibility&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700709 },
710 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700711 }</pre>
712</div>
713
714<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700715 <code class="details" id="update">update(project, managedZone, body=None, clientOperationId=None)</code>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700716 <pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700717
718Args:
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700719 project: string, A parameter (required)
720 managedZone: string, A parameter (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700721 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700722 The object takes the form of:
723
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700724{
725 &quot;creationTime&quot;: &quot;A String&quot;,
726 &quot;description&quot;: &quot;A String&quot;,
727 &quot;dnsName&quot;: &quot;A String&quot;,
728 &quot;dnssecConfig&quot;: {
729 &quot;defaultKeySpecs&quot;: [
730 {
731 &quot;algorithm&quot;: &quot;A String&quot;,
732 &quot;keyLength&quot;: 42,
733 &quot;keyType&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700734 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKeySpec&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700735 },
736 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700737 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneDnsSecConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700738 &quot;nonExistence&quot;: &quot;A String&quot;,
739 &quot;state&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700740 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700741 &quot;forwardingConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700742 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700743 &quot;targetNameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700744 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700745 &quot;forwardingPath&quot;: &quot;A String&quot;,
746 &quot;ipv4Address&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700747 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
748 },
749 ],
750 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700751 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700752 &quot;kind&quot;: &quot;dns#managedZone&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZone&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700753 &quot;labels&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700754 &quot;a_key&quot;: &quot;A String&quot;,
755 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700756 &quot;name&quot;: &quot;A String&quot;,
757 &quot;nameServerSet&quot;: &quot;A String&quot;,
758 &quot;nameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700759 &quot;A String&quot;,
760 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700761 &quot;peeringConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700762 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700763 &quot;targetNetwork&quot;: {
764 &quot;deactivateTime&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700765 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfigTargetNetwork&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700766 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700767 },
768 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700769 &quot;privateVisibilityConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700770 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700771 &quot;networks&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700772 {
773 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700774 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700775 },
776 ],
777 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700778 &quot;reverseLookupConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700779 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
780 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700781 &quot;serviceDirectoryConfig&quot;: {
782 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfig&quot;.
783 &quot;namespace&quot;: {
784 &quot;deletionTime&quot;: &quot;A String&quot;,
785 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;.
786 &quot;namespaceUrl&quot;: &quot;A String&quot;,
787 },
788 },
789 &quot;visibility&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700790}
791
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700792 clientOperationId: string, A parameter
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700793
794Returns:
795 An object of the form:
796
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700797 {
798 &quot;dnsKeyContext&quot;: {
799 &quot;newValue&quot;: {
800 &quot;algorithm&quot;: &quot;A String&quot;,
801 &quot;creationTime&quot;: &quot;A String&quot;,
802 &quot;description&quot;: &quot;A String&quot;,
803 &quot;digests&quot;: [
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700804 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700805 &quot;digest&quot;: &quot;A String&quot;,
806 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700807 },
808 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700809 &quot;id&quot;: &quot;A String&quot;,
810 &quot;isActive&quot;: True or False,
811 &quot;keyLength&quot;: 42,
812 &quot;keyTag&quot;: 42,
Bu Sun Kim65020912020-05-20 12:08:20 -0700813 &quot;kind&quot;: &quot;dns#dnsKey&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKey&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700814 &quot;publicKey&quot;: &quot;A String&quot;,
815 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700816 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700817 &quot;oldValue&quot;: {
818 &quot;algorithm&quot;: &quot;A String&quot;,
819 &quot;creationTime&quot;: &quot;A String&quot;,
820 &quot;description&quot;: &quot;A String&quot;,
821 &quot;digests&quot;: [
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700822 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700823 &quot;digest&quot;: &quot;A String&quot;,
824 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700825 },
826 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700827 &quot;id&quot;: &quot;A String&quot;,
828 &quot;isActive&quot;: True or False,
829 &quot;keyLength&quot;: 42,
830 &quot;keyTag&quot;: 42,
Bu Sun Kim65020912020-05-20 12:08:20 -0700831 &quot;kind&quot;: &quot;dns#dnsKey&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKey&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700832 &quot;publicKey&quot;: &quot;A String&quot;,
833 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700834 },
835 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700836 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700837 &quot;kind&quot;: &quot;dns#operation&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#operation&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700838 &quot;startTime&quot;: &quot;A String&quot;,
839 &quot;status&quot;: &quot;A String&quot;,
840 &quot;type&quot;: &quot;A String&quot;,
841 &quot;user&quot;: &quot;A String&quot;,
842 &quot;zoneContext&quot;: {
843 &quot;newValue&quot;: {
844 &quot;creationTime&quot;: &quot;A String&quot;,
845 &quot;description&quot;: &quot;A String&quot;,
846 &quot;dnsName&quot;: &quot;A String&quot;,
847 &quot;dnssecConfig&quot;: {
848 &quot;defaultKeySpecs&quot;: [
849 {
850 &quot;algorithm&quot;: &quot;A String&quot;,
851 &quot;keyLength&quot;: 42,
852 &quot;keyType&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700853 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKeySpec&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700854 },
855 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700856 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneDnsSecConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700857 &quot;nonExistence&quot;: &quot;A String&quot;,
858 &quot;state&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700859 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700860 &quot;forwardingConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700861 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700862 &quot;targetNameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700863 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700864 &quot;forwardingPath&quot;: &quot;A String&quot;,
865 &quot;ipv4Address&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700866 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
867 },
868 ],
869 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700870 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700871 &quot;kind&quot;: &quot;dns#managedZone&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZone&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700872 &quot;labels&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700873 &quot;a_key&quot;: &quot;A String&quot;,
874 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700875 &quot;name&quot;: &quot;A String&quot;,
876 &quot;nameServerSet&quot;: &quot;A String&quot;,
877 &quot;nameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700878 &quot;A String&quot;,
879 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700880 &quot;peeringConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700881 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700882 &quot;targetNetwork&quot;: {
883 &quot;deactivateTime&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700884 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfigTargetNetwork&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700885 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700886 },
887 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700888 &quot;privateVisibilityConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700889 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700890 &quot;networks&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700891 {
892 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700893 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700894 },
895 ],
896 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700897 &quot;reverseLookupConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700898 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
899 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700900 &quot;serviceDirectoryConfig&quot;: {
901 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfig&quot;.
902 &quot;namespace&quot;: {
903 &quot;deletionTime&quot;: &quot;A String&quot;,
904 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;.
905 &quot;namespaceUrl&quot;: &quot;A String&quot;,
906 },
907 },
908 &quot;visibility&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700909 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700910 &quot;oldValue&quot;: {
911 &quot;creationTime&quot;: &quot;A String&quot;,
912 &quot;description&quot;: &quot;A String&quot;,
913 &quot;dnsName&quot;: &quot;A String&quot;,
914 &quot;dnssecConfig&quot;: {
915 &quot;defaultKeySpecs&quot;: [
916 {
917 &quot;algorithm&quot;: &quot;A String&quot;,
918 &quot;keyLength&quot;: 42,
919 &quot;keyType&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700920 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#dnsKeySpec&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700921 },
922 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700923 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneDnsSecConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700924 &quot;nonExistence&quot;: &quot;A String&quot;,
925 &quot;state&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700926 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700927 &quot;forwardingConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700928 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700929 &quot;targetNameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700930 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700931 &quot;forwardingPath&quot;: &quot;A String&quot;,
932 &quot;ipv4Address&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700933 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
934 },
935 ],
936 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700937 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700938 &quot;kind&quot;: &quot;dns#managedZone&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZone&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700939 &quot;labels&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700940 &quot;a_key&quot;: &quot;A String&quot;,
941 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700942 &quot;name&quot;: &quot;A String&quot;,
943 &quot;nameServerSet&quot;: &quot;A String&quot;,
944 &quot;nameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700945 &quot;A String&quot;,
946 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700947 &quot;peeringConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700948 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700949 &quot;targetNetwork&quot;: {
950 &quot;deactivateTime&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700951 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePeeringConfigTargetNetwork&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700952 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700953 },
954 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700955 &quot;privateVisibilityConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700956 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfig&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700957 &quot;networks&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700958 {
959 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700960 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700961 },
962 ],
963 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700964 &quot;reverseLookupConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700965 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
966 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700967 &quot;serviceDirectoryConfig&quot;: {
968 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfig&quot;.
969 &quot;namespace&quot;: {
970 &quot;deletionTime&quot;: &quot;A String&quot;,
971 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;.
972 &quot;namespaceUrl&quot;: &quot;A String&quot;,
973 },
974 },
975 &quot;visibility&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700976 },
977 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700978 }</pre>
979</div>
980
981</body></html>