blob: 50c01ee492af4733e817444fbf6747e6f4f5910a [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.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;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -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;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700189 },
190 },
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;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700201 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
202 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700203 &quot;serviceDirectoryConfig&quot;: {
204 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfig&quot;.
205 &quot;namespace&quot;: {
206 &quot;deletionTime&quot;: &quot;A String&quot;,
207 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;.
208 &quot;namespaceUrl&quot;: &quot;A String&quot;,
209 },
210 },
211 &quot;visibility&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700212 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700213 &quot;oldValue&quot;: {
214 &quot;creationTime&quot;: &quot;A String&quot;,
215 &quot;description&quot;: &quot;A String&quot;,
216 &quot;dnsName&quot;: &quot;A String&quot;,
217 &quot;dnssecConfig&quot;: {
218 &quot;defaultKeySpecs&quot;: [
219 {
220 &quot;algorithm&quot;: &quot;A String&quot;,
221 &quot;keyLength&quot;: 42,
222 &quot;keyType&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700223 &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 -0700224 },
225 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700226 &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 -0700227 &quot;nonExistence&quot;: &quot;A String&quot;,
228 &quot;state&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700229 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700230 &quot;forwardingConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700231 &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 -0700232 &quot;targetNameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700233 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700234 &quot;forwardingPath&quot;: &quot;A String&quot;,
235 &quot;ipv4Address&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700236 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
237 },
238 ],
239 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700240 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700241 &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 -0700242 &quot;labels&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700243 &quot;a_key&quot;: &quot;A String&quot;,
244 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700245 &quot;name&quot;: &quot;A String&quot;,
246 &quot;nameServerSet&quot;: &quot;A String&quot;,
247 &quot;nameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700248 &quot;A String&quot;,
249 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700250 &quot;peeringConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700251 &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 -0700252 &quot;targetNetwork&quot;: {
253 &quot;deactivateTime&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700254 &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 -0700255 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700256 },
257 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700258 &quot;privateVisibilityConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700259 &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 -0700260 &quot;networks&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700261 {
262 &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 -0700263 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700264 },
265 ],
266 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700267 &quot;reverseLookupConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700268 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
269 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700270 &quot;serviceDirectoryConfig&quot;: {
271 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfig&quot;.
272 &quot;namespace&quot;: {
273 &quot;deletionTime&quot;: &quot;A String&quot;,
274 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;.
275 &quot;namespaceUrl&quot;: &quot;A String&quot;,
276 },
277 },
278 &quot;visibility&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700279 },
280 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700281 }</pre>
282</div>
283
284<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700285 <code class="details" id="list">list(project, managedZone, maxResults=None, pageToken=None, sortBy=None)</code>
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700286 <pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700287
288Args:
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700289 project: string, A parameter (required)
290 managedZone: string, A parameter (required)
291 maxResults: integer, A parameter
292 pageToken: string, A parameter
293 sortBy: string, A parameter
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700294 Allowed values
295 id -
296 startTime -
297
298Returns:
299 An object of the form:
300
301 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700302 &quot;header&quot;: {
303 &quot;operationId&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700304 },
305 &quot;kind&quot;: &quot;dns#managedZoneOperationsListResponse&quot;, # Type of resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700306 &quot;nextPageToken&quot;: &quot;A String&quot;,
307 &quot;operations&quot;: [
308 {
309 &quot;dnsKeyContext&quot;: {
310 &quot;newValue&quot;: {
311 &quot;algorithm&quot;: &quot;A String&quot;,
312 &quot;creationTime&quot;: &quot;A String&quot;,
313 &quot;description&quot;: &quot;A String&quot;,
314 &quot;digests&quot;: [
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700315 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700316 &quot;digest&quot;: &quot;A String&quot;,
317 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700318 },
319 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700320 &quot;id&quot;: &quot;A String&quot;,
321 &quot;isActive&quot;: True or False,
322 &quot;keyLength&quot;: 42,
323 &quot;keyTag&quot;: 42,
Bu Sun Kim65020912020-05-20 12:08:20 -0700324 &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 -0700325 &quot;publicKey&quot;: &quot;A String&quot;,
326 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700327 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700328 &quot;oldValue&quot;: {
329 &quot;algorithm&quot;: &quot;A String&quot;,
330 &quot;creationTime&quot;: &quot;A String&quot;,
331 &quot;description&quot;: &quot;A String&quot;,
332 &quot;digests&quot;: [
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700333 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700334 &quot;digest&quot;: &quot;A String&quot;,
335 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700336 },
337 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700338 &quot;id&quot;: &quot;A String&quot;,
339 &quot;isActive&quot;: True or False,
340 &quot;keyLength&quot;: 42,
341 &quot;keyTag&quot;: 42,
Bu Sun Kim65020912020-05-20 12:08:20 -0700342 &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 -0700343 &quot;publicKey&quot;: &quot;A String&quot;,
344 &quot;type&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700345 },
346 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700347 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700348 &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 -0700349 &quot;startTime&quot;: &quot;A String&quot;,
350 &quot;status&quot;: &quot;A String&quot;,
351 &quot;type&quot;: &quot;A String&quot;,
352 &quot;user&quot;: &quot;A String&quot;,
353 &quot;zoneContext&quot;: {
354 &quot;newValue&quot;: {
355 &quot;creationTime&quot;: &quot;A String&quot;,
356 &quot;description&quot;: &quot;A String&quot;,
357 &quot;dnsName&quot;: &quot;A String&quot;,
358 &quot;dnssecConfig&quot;: {
359 &quot;defaultKeySpecs&quot;: [
360 {
361 &quot;algorithm&quot;: &quot;A String&quot;,
362 &quot;keyLength&quot;: 42,
363 &quot;keyType&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700364 &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 -0700365 },
366 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700367 &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 -0700368 &quot;nonExistence&quot;: &quot;A String&quot;,
369 &quot;state&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700370 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700371 &quot;forwardingConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700372 &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 -0700373 &quot;targetNameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700374 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700375 &quot;forwardingPath&quot;: &quot;A String&quot;,
376 &quot;ipv4Address&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700377 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
378 },
379 ],
380 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700381 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700382 &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 -0700383 &quot;labels&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700384 &quot;a_key&quot;: &quot;A String&quot;,
385 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700386 &quot;name&quot;: &quot;A String&quot;,
387 &quot;nameServerSet&quot;: &quot;A String&quot;,
388 &quot;nameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700389 &quot;A String&quot;,
390 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700391 &quot;peeringConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700392 &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 -0700393 &quot;targetNetwork&quot;: {
394 &quot;deactivateTime&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700395 &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 -0700396 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700397 },
398 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700399 &quot;privateVisibilityConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700400 &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 -0700401 &quot;networks&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700402 {
403 &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 -0700404 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700405 },
406 ],
407 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700408 &quot;reverseLookupConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700409 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
410 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700411 &quot;serviceDirectoryConfig&quot;: {
412 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfig&quot;.
413 &quot;namespace&quot;: {
414 &quot;deletionTime&quot;: &quot;A String&quot;,
415 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;.
416 &quot;namespaceUrl&quot;: &quot;A String&quot;,
417 },
418 },
419 &quot;visibility&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700420 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700421 &quot;oldValue&quot;: {
422 &quot;creationTime&quot;: &quot;A String&quot;,
423 &quot;description&quot;: &quot;A String&quot;,
424 &quot;dnsName&quot;: &quot;A String&quot;,
425 &quot;dnssecConfig&quot;: {
426 &quot;defaultKeySpecs&quot;: [
427 {
428 &quot;algorithm&quot;: &quot;A String&quot;,
429 &quot;keyLength&quot;: 42,
430 &quot;keyType&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700431 &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 -0700432 },
433 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700434 &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 -0700435 &quot;nonExistence&quot;: &quot;A String&quot;,
436 &quot;state&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700437 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700438 &quot;forwardingConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700439 &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 -0700440 &quot;targetNameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700441 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700442 &quot;forwardingPath&quot;: &quot;A String&quot;,
443 &quot;ipv4Address&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700444 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;.
445 },
446 ],
447 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700448 &quot;id&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700449 &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 -0700450 &quot;labels&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700451 &quot;a_key&quot;: &quot;A String&quot;,
452 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700453 &quot;name&quot;: &quot;A String&quot;,
454 &quot;nameServerSet&quot;: &quot;A String&quot;,
455 &quot;nameServers&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700456 &quot;A String&quot;,
457 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700458 &quot;peeringConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700459 &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 -0700460 &quot;targetNetwork&quot;: {
461 &quot;deactivateTime&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700462 &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 -0700463 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700464 },
465 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700466 &quot;privateVisibilityConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700467 &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 -0700468 &quot;networks&quot;: [
Bu Sun Kim65020912020-05-20 12:08:20 -0700469 {
470 &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 -0700471 &quot;networkUrl&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700472 },
473 ],
474 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700475 &quot;reverseLookupConfig&quot;: {
Bu Sun Kim65020912020-05-20 12:08:20 -0700476 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneReverseLookupConfig&quot;.
477 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700478 &quot;serviceDirectoryConfig&quot;: {
479 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfig&quot;.
480 &quot;namespace&quot;: {
481 &quot;deletionTime&quot;: &quot;A String&quot;,
482 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;.
483 &quot;namespaceUrl&quot;: &quot;A String&quot;,
484 },
485 },
486 &quot;visibility&quot;: &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700487 },
488 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700489 },
490 ],
491 }</pre>
492</div>
493
494<div class="method">
495 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
496 <pre>Retrieves the next page of results.
497
498Args:
499 previous_request: The request for the previous page. (required)
500 previous_response: The response from the request for the previous page. (required)
501
502Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700503 A request object that you can call &#x27;execute()&#x27; on to request the next
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700504 page. Returns None if there are no more items in the collection.
505 </pre>
506</div>
507
508</body></html>