blob: cba1acda0f12d513da07f43842ac71d79981b7aa [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_v1.html">Google Cloud DNS API</a> . <a href="dns_v1.managedZoneOperations.html">managedZoneOperations</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#get">get(project, managedZone, operation, 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">
Bu Sun Kim65020912020-05-20 12:08:20 -070081 <code><a href="#list">list(project, managedZone, maxResults=None, pageToken=None, sortBy=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="#list_next">list_next(previous_request, previous_response)</a></code></p>
85<p class="firstline">Retrieves the next page of results.</p>
86<h3>Method Details</h3>
87<div class="method">
88 <code class="details" id="get">get(project, managedZone, operation, clientOperationId=None)</code>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070089 <pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070090
91Args:
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070092 project: string, A parameter (required)
93 managedZone: string, A parameter (required)
94 operation: string, A parameter (required)
95 clientOperationId: string, A parameter
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070096
97Returns:
98 An object of the form:
99
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700100 {
101 &quot;dnsKeyContext&quot;: {
102 &quot;newValue&quot;: {
103 &quot;algorithm&quot;: &quot;A String&quot;,
104 &quot;creationTime&quot;: &quot;A String&quot;,
105 &quot;description&quot;: &quot;A String&quot;,
106 &quot;digests&quot;: [
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700107 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700108 &quot;digest&quot;: &quot;A String&quot;,
109 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700110 },
111 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700112 &quot;id&quot;: &quot;A String&quot;,
113 &quot;isActive&quot;: True or False,
114 &quot;keyLength&quot;: 42,
115 &quot;keyTag&quot;: 42,
Bu Sun Kim65020912020-05-20 12:08:20 -0700116 &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 -0700117 &quot;publicKey&quot;: &quot;A String&quot;,
118 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700119 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700120 &quot;oldValue&quot;: {
121 &quot;algorithm&quot;: &quot;A String&quot;,
122 &quot;creationTime&quot;: &quot;A String&quot;,
123 &quot;description&quot;: &quot;A String&quot;,
124 &quot;digests&quot;: [
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700125 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700126 &quot;digest&quot;: &quot;A String&quot;,
127 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700128 },
129 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700130 &quot;id&quot;: &quot;A String&quot;,
131 &quot;isActive&quot;: True or False,
132 &quot;keyLength&quot;: 42,
133 &quot;keyTag&quot;: 42,
Bu Sun Kim65020912020-05-20 12:08:20 -0700134 &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 -0700135 &quot;publicKey&quot;: &quot;A String&quot;,
136 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700137 },
138 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700139 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700140 &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 -0700141 &quot;startTime&quot;: &quot;A String&quot;,
142 &quot;status&quot;: &quot;A String&quot;,
143 &quot;type&quot;: &quot;A String&quot;,
144 &quot;user&quot;: &quot;A String&quot;,
145 &quot;zoneContext&quot;: {
146 &quot;newValue&quot;: {
147 &quot;creationTime&quot;: &quot;A String&quot;,
148 &quot;description&quot;: &quot;A String&quot;,
149 &quot;dnsName&quot;: &quot;A String&quot;,
150 &quot;dnssecConfig&quot;: {
151 &quot;defaultKeySpecs&quot;: [
152 {
153 &quot;algorithm&quot;: &quot;A String&quot;,
154 &quot;keyLength&quot;: 42,
155 &quot;keyType&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700156 &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 -0700157 },
158 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700159 &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 -0700160 &quot;nonExistence&quot;: &quot;A String&quot;,
161 &quot;state&quot;: &quot;A String&quot;,
Dan O'Mearadd494642020-05-01 07:42:23 -0700162 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700163 &quot;forwardingConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700164 &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 -0700165 &quot;targetNameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700166 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700167 &quot;forwardingPath&quot;: &quot;A String&quot;,
168 &quot;ipv4Address&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700169 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
170 },
171 ],
172 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700173 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700174 &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 -0700175 &quot;labels&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700176 &quot;a_key&quot;: &quot;A String&quot;,
177 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700178 &quot;name&quot;: &quot;A String&quot;,
179 &quot;nameServerSet&quot;: &quot;A String&quot;,
180 &quot;nameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700181 &quot;A String&quot;,
182 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700183 &quot;peeringConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700184 &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 -0700185 &quot;targetNetwork&quot;: {
186 &quot;deactivateTime&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700187 &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 -0700188 &quot;networkUrl&quot;: &quot;A String&quot;,
Dan O'Mearadd494642020-05-01 07:42:23 -0700189 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700190 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700191 &quot;privateVisibilityConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700192 &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 -0700193 &quot;networks&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700194 {
195 &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 -0700196 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700197 },
198 ],
199 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700200 &quot;reverseLookupConfig&quot;: {
201 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
202 },
203 &quot;visibility&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700204 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700205 &quot;oldValue&quot;: {
206 &quot;creationTime&quot;: &quot;A String&quot;,
207 &quot;description&quot;: &quot;A String&quot;,
208 &quot;dnsName&quot;: &quot;A String&quot;,
209 &quot;dnssecConfig&quot;: {
210 &quot;defaultKeySpecs&quot;: [
211 {
212 &quot;algorithm&quot;: &quot;A String&quot;,
213 &quot;keyLength&quot;: 42,
214 &quot;keyType&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700215 &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 -0700216 },
217 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700218 &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 -0700219 &quot;nonExistence&quot;: &quot;A String&quot;,
220 &quot;state&quot;: &quot;A String&quot;,
Dan O'Mearadd494642020-05-01 07:42:23 -0700221 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700222 &quot;forwardingConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700223 &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 -0700224 &quot;targetNameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700225 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700226 &quot;forwardingPath&quot;: &quot;A String&quot;,
227 &quot;ipv4Address&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700228 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
229 },
230 ],
231 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700232 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700233 &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 -0700234 &quot;labels&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700235 &quot;a_key&quot;: &quot;A String&quot;,
236 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700237 &quot;name&quot;: &quot;A String&quot;,
238 &quot;nameServerSet&quot;: &quot;A String&quot;,
239 &quot;nameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700240 &quot;A String&quot;,
241 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700242 &quot;peeringConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700243 &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 -0700244 &quot;targetNetwork&quot;: {
245 &quot;deactivateTime&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700246 &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 -0700247 &quot;networkUrl&quot;: &quot;A String&quot;,
Dan O'Mearadd494642020-05-01 07:42:23 -0700248 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700249 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700250 &quot;privateVisibilityConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700251 &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 -0700252 &quot;networks&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700253 {
254 &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 -0700255 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700256 },
257 ],
258 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700259 &quot;reverseLookupConfig&quot;: {
260 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
261 },
262 &quot;visibility&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700263 },
264 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700265 }</pre>
266</div>
267
268<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700269 <code class="details" id="list">list(project, managedZone, maxResults=None, pageToken=None, sortBy=None)</code>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700270 <pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700271
272Args:
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700273 project: string, A parameter (required)
274 managedZone: string, A parameter (required)
275 maxResults: integer, A parameter
276 pageToken: string, A parameter
277 sortBy: string, A parameter
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700278 Allowed values
279 id -
280 startTime -
281
282Returns:
283 An object of the form:
284
285 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700286 &quot;header&quot;: {
287 &quot;operationId&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700288 },
289 &quot;kind&quot;: &quot;dns#managedZoneOperationsListResponse&quot;, # Type of resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700290 &quot;nextPageToken&quot;: &quot;A String&quot;,
291 &quot;operations&quot;: [
292 {
293 &quot;dnsKeyContext&quot;: {
294 &quot;newValue&quot;: {
295 &quot;algorithm&quot;: &quot;A String&quot;,
296 &quot;creationTime&quot;: &quot;A String&quot;,
297 &quot;description&quot;: &quot;A String&quot;,
298 &quot;digests&quot;: [
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700299 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700300 &quot;digest&quot;: &quot;A String&quot;,
301 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700302 },
303 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700304 &quot;id&quot;: &quot;A String&quot;,
305 &quot;isActive&quot;: True or False,
306 &quot;keyLength&quot;: 42,
307 &quot;keyTag&quot;: 42,
Bu Sun Kim65020912020-05-20 12:08:20 -0700308 &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 -0700309 &quot;publicKey&quot;: &quot;A String&quot;,
310 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700311 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700312 &quot;oldValue&quot;: {
313 &quot;algorithm&quot;: &quot;A String&quot;,
314 &quot;creationTime&quot;: &quot;A String&quot;,
315 &quot;description&quot;: &quot;A String&quot;,
316 &quot;digests&quot;: [
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700317 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700318 &quot;digest&quot;: &quot;A String&quot;,
319 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700320 },
321 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700322 &quot;id&quot;: &quot;A String&quot;,
323 &quot;isActive&quot;: True or False,
324 &quot;keyLength&quot;: 42,
325 &quot;keyTag&quot;: 42,
Bu Sun Kim65020912020-05-20 12:08:20 -0700326 &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 -0700327 &quot;publicKey&quot;: &quot;A String&quot;,
328 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700329 },
330 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700331 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700332 &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 -0700333 &quot;startTime&quot;: &quot;A String&quot;,
334 &quot;status&quot;: &quot;A String&quot;,
335 &quot;type&quot;: &quot;A String&quot;,
336 &quot;user&quot;: &quot;A String&quot;,
337 &quot;zoneContext&quot;: {
338 &quot;newValue&quot;: {
339 &quot;creationTime&quot;: &quot;A String&quot;,
340 &quot;description&quot;: &quot;A String&quot;,
341 &quot;dnsName&quot;: &quot;A String&quot;,
342 &quot;dnssecConfig&quot;: {
343 &quot;defaultKeySpecs&quot;: [
344 {
345 &quot;algorithm&quot;: &quot;A String&quot;,
346 &quot;keyLength&quot;: 42,
347 &quot;keyType&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700348 &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 -0700349 },
350 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700351 &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 -0700352 &quot;nonExistence&quot;: &quot;A String&quot;,
353 &quot;state&quot;: &quot;A String&quot;,
Dan O'Mearadd494642020-05-01 07:42:23 -0700354 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700355 &quot;forwardingConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700356 &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 -0700357 &quot;targetNameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700358 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700359 &quot;forwardingPath&quot;: &quot;A String&quot;,
360 &quot;ipv4Address&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700361 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
362 },
363 ],
364 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700365 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700366 &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 -0700367 &quot;labels&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700368 &quot;a_key&quot;: &quot;A String&quot;,
369 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700370 &quot;name&quot;: &quot;A String&quot;,
371 &quot;nameServerSet&quot;: &quot;A String&quot;,
372 &quot;nameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700373 &quot;A String&quot;,
374 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700375 &quot;peeringConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700376 &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 -0700377 &quot;targetNetwork&quot;: {
378 &quot;deactivateTime&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700379 &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 -0700380 &quot;networkUrl&quot;: &quot;A String&quot;,
Dan O'Mearadd494642020-05-01 07:42:23 -0700381 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700382 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700383 &quot;privateVisibilityConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700384 &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 -0700385 &quot;networks&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700386 {
387 &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 -0700388 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700389 },
390 ],
391 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700392 &quot;reverseLookupConfig&quot;: {
393 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
394 },
395 &quot;visibility&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700396 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700397 &quot;oldValue&quot;: {
398 &quot;creationTime&quot;: &quot;A String&quot;,
399 &quot;description&quot;: &quot;A String&quot;,
400 &quot;dnsName&quot;: &quot;A String&quot;,
401 &quot;dnssecConfig&quot;: {
402 &quot;defaultKeySpecs&quot;: [
403 {
404 &quot;algorithm&quot;: &quot;A String&quot;,
405 &quot;keyLength&quot;: 42,
406 &quot;keyType&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700407 &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 -0700408 },
409 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700410 &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 -0700411 &quot;nonExistence&quot;: &quot;A String&quot;,
412 &quot;state&quot;: &quot;A String&quot;,
Dan O'Mearadd494642020-05-01 07:42:23 -0700413 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700414 &quot;forwardingConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700415 &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 -0700416 &quot;targetNameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700417 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700418 &quot;forwardingPath&quot;: &quot;A String&quot;,
419 &quot;ipv4Address&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700420 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
421 },
422 ],
423 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700424 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700425 &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 -0700426 &quot;labels&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700427 &quot;a_key&quot;: &quot;A String&quot;,
428 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700429 &quot;name&quot;: &quot;A String&quot;,
430 &quot;nameServerSet&quot;: &quot;A String&quot;,
431 &quot;nameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700432 &quot;A String&quot;,
433 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700434 &quot;peeringConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700435 &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 -0700436 &quot;targetNetwork&quot;: {
437 &quot;deactivateTime&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700438 &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 -0700439 &quot;networkUrl&quot;: &quot;A String&quot;,
Dan O'Mearadd494642020-05-01 07:42:23 -0700440 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700441 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700442 &quot;privateVisibilityConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700443 &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 -0700444 &quot;networks&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700445 {
446 &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 -0700447 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700448 },
449 ],
450 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700451 &quot;reverseLookupConfig&quot;: {
452 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
453 },
454 &quot;visibility&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700455 },
456 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700457 },
458 ],
459 }</pre>
460</div>
461
462<div class="method">
463 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
464 <pre>Retrieves the next page of results.
465
466Args:
467 previous_request: The request for the previous page. (required)
468 previous_response: The response from the request for the previous page. (required)
469
470Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700471 A request object that you can call &#x27;execute()&#x27; on to request the next
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700472 page. Returns None if there are no more items in the collection.
473 </pre>
474</div>
475
476</body></html>