blob: af4638bf7573c9d725bbc7e1ccead040159a13ac [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
Bu Sun Kimd059ad82020-07-22 17:02:09 -070075<h1><a href="dns_v1beta2.html">Cloud DNS API</a> . <a href="dns_v1beta2.managedZones.html">managedZones</a></h1>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070076<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070081 <code><a href="#create">create(project, body=None, clientOperationId=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Create a new ManagedZone.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070083<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070084 <code><a href="#delete">delete(project, managedZone, clientOperationId=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Delete a previously created ManagedZone.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070086<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070087 <code><a href="#get">get(project, managedZone, clientOperationId=None, x__xgafv=None)</a></code></p>
88<p class="firstline">Fetch the representation of an existing ManagedZone.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070089<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080090 <code><a href="#list">list(project, dnsName=None, pageToken=None, maxResults=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070091<p class="firstline">Enumerate ManagedZones that have been created but not yet deleted.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070092<p class="toc_element">
93 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
94<p class="firstline">Retrieves the next page of results.</p>
95<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070096 <code><a href="#patch">patch(project, managedZone, body=None, clientOperationId=None, x__xgafv=None)</a></code></p>
97<p class="firstline">Apply a partial update to an existing ManagedZone.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070098<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070099 <code><a href="#update">update(project, managedZone, body=None, clientOperationId=None, x__xgafv=None)</a></code></p>
100<p class="firstline">Update an existing ManagedZone.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700101<h3>Method Details</h3>
102<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700103 <code class="details" id="close">close()</code>
104 <pre>Close httplib2 connections.</pre>
105</div>
106
107<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700108 <code class="details" id="create">create(project, body=None, clientOperationId=None, x__xgafv=None)</code>
109 <pre>Create a new ManagedZone.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700110
111Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700112 project: string, Identifies the project addressed by this request. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700113 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700114 The object takes the form of:
115
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700116{ # A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800117 &quot;forwardingConfig&quot;: { # The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800118 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800119 &quot;targetNameServers&quot;: [ # List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given.
120 {
121 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;,
122 &quot;ipv4Address&quot;: &quot;A String&quot;, # IPv4 address of a target name server.
123 &quot;forwardingPath&quot;: &quot;A String&quot;, # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
124 },
125 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800126 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700127 &quot;peeringConfig&quot;: { # The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
128 &quot;targetNetwork&quot;: { # The network with which to peer.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700129 &quot;deactivateTime&quot;: &quot;A String&quot;, # The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800130 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700131 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;,
132 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800133 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;,
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700134 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800135 &quot;nameServerSet&quot;: &quot;A String&quot;, # Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.
136 &quot;reverseLookupConfig&quot;: { # The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS will resolve reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
137 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;,
138 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800139 &quot;labels&quot;: { # User labels.
140 &quot;a_key&quot;: &quot;A String&quot;,
141 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800142 &quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800143 &quot;visibility&quot;: &quot;A String&quot;, # The zone&#x27;s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800144 &quot;dnssecConfig&quot;: { # DNSSEC configuration.
145 &quot;state&quot;: &quot;A String&quot;, # Specifies whether DNSSEC is enabled, and what mode it is in.
146 &quot;nonExistence&quot;: &quot;A String&quot;, # Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
147 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;,
148 &quot;defaultKeySpecs&quot;: [ # Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
149 { # Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
150 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key.
151 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;,
152 &quot;keyType&quot;: &quot;A String&quot;, # Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.
153 &quot;keyLength&quot;: 42, # Length of the keys in bits.
154 },
155 ],
156 },
157 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the managed zone&#x27;s function.
158 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created on the server. This is in RFC3339 text format. Output only.
159 &quot;nameServers&quot;: [ # Delegate your managed_zone to these virtual name servers; defined by the server (output only)
160 &quot;A String&quot;,
161 ],
162 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only)
163 &quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
164 &quot;privateVisibilityConfig&quot;: { # For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
165 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;,
166 &quot;networks&quot;: [ # The list of VPC networks that can see this zone.
167 {
168 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
169 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;,
170 },
171 ],
172 },
173 &quot;kind&quot;: &quot;dns#managedZone&quot;,
174 &quot;serviceDirectoryConfig&quot;: { # Contains information about Service Directory-backed zones. # This field links to the associated service directory namespace. This field should not be set for public zones or forwarding zones.
175 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;,
176 &quot;namespace&quot;: { # Contains information about the namespace associated with the zone.
177 &quot;deletionTime&quot;: &quot;A String&quot;, # The time that the namespace backing this zone was deleted, empty string if it still exists. This is in RFC3339 text format. Output only.
178 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;,
179 &quot;namespaceUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the namespace associated with the zone. This should be formatted like https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
180 },
181 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700182}
183
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700184 clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700185 x__xgafv: string, V1 error format.
186 Allowed values
187 1 - v1 error format
188 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700189
190Returns:
191 An object of the form:
192
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700193 { # A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800194 &quot;forwardingConfig&quot;: { # The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800195 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800196 &quot;targetNameServers&quot;: [ # List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given.
197 {
198 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;,
199 &quot;ipv4Address&quot;: &quot;A String&quot;, # IPv4 address of a target name server.
200 &quot;forwardingPath&quot;: &quot;A String&quot;, # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
201 },
202 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800203 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700204 &quot;peeringConfig&quot;: { # The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
205 &quot;targetNetwork&quot;: { # The network with which to peer.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700206 &quot;deactivateTime&quot;: &quot;A String&quot;, # The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800207 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700208 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;,
209 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800210 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;,
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700211 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800212 &quot;nameServerSet&quot;: &quot;A String&quot;, # Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.
213 &quot;reverseLookupConfig&quot;: { # The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS will resolve reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
214 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;,
215 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800216 &quot;labels&quot;: { # User labels.
217 &quot;a_key&quot;: &quot;A String&quot;,
218 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800219 &quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800220 &quot;visibility&quot;: &quot;A String&quot;, # The zone&#x27;s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800221 &quot;dnssecConfig&quot;: { # DNSSEC configuration.
222 &quot;state&quot;: &quot;A String&quot;, # Specifies whether DNSSEC is enabled, and what mode it is in.
223 &quot;nonExistence&quot;: &quot;A String&quot;, # Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
224 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;,
225 &quot;defaultKeySpecs&quot;: [ # Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
226 { # Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
227 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key.
228 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;,
229 &quot;keyType&quot;: &quot;A String&quot;, # Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.
230 &quot;keyLength&quot;: 42, # Length of the keys in bits.
231 },
232 ],
233 },
234 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the managed zone&#x27;s function.
235 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created on the server. This is in RFC3339 text format. Output only.
236 &quot;nameServers&quot;: [ # Delegate your managed_zone to these virtual name servers; defined by the server (output only)
237 &quot;A String&quot;,
238 ],
239 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only)
240 &quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
241 &quot;privateVisibilityConfig&quot;: { # For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
242 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;,
243 &quot;networks&quot;: [ # The list of VPC networks that can see this zone.
244 {
245 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
246 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;,
247 },
248 ],
249 },
250 &quot;kind&quot;: &quot;dns#managedZone&quot;,
251 &quot;serviceDirectoryConfig&quot;: { # Contains information about Service Directory-backed zones. # This field links to the associated service directory namespace. This field should not be set for public zones or forwarding zones.
252 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;,
253 &quot;namespace&quot;: { # Contains information about the namespace associated with the zone.
254 &quot;deletionTime&quot;: &quot;A String&quot;, # The time that the namespace backing this zone was deleted, empty string if it still exists. This is in RFC3339 text format. Output only.
255 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;,
256 &quot;namespaceUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the namespace associated with the zone. This should be formatted like https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
257 },
258 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700259 }</pre>
260</div>
261
262<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700263 <code class="details" id="delete">delete(project, managedZone, clientOperationId=None, x__xgafv=None)</code>
264 <pre>Delete a previously created ManagedZone.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700265
266Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700267 project: string, Identifies the project addressed by this request. (required)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700268 managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or ID. (required)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700269 clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700270 x__xgafv: string, V1 error format.
271 Allowed values
272 1 - v1 error format
273 2 - v2 error format
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700274</pre>
275</div>
276
277<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700278 <code class="details" id="get">get(project, managedZone, clientOperationId=None, x__xgafv=None)</code>
279 <pre>Fetch the representation of an existing ManagedZone.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700280
281Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700282 project: string, Identifies the project addressed by this request. (required)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700283 managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or ID. (required)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700284 clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700285 x__xgafv: string, V1 error format.
286 Allowed values
287 1 - v1 error format
288 2 - v2 error format
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700289
290Returns:
291 An object of the form:
292
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700293 { # A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800294 &quot;forwardingConfig&quot;: { # The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800295 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800296 &quot;targetNameServers&quot;: [ # List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given.
297 {
298 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;,
299 &quot;ipv4Address&quot;: &quot;A String&quot;, # IPv4 address of a target name server.
300 &quot;forwardingPath&quot;: &quot;A String&quot;, # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
301 },
302 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800303 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700304 &quot;peeringConfig&quot;: { # The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
305 &quot;targetNetwork&quot;: { # The network with which to peer.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700306 &quot;deactivateTime&quot;: &quot;A String&quot;, # The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800307 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700308 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;,
309 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800310 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;,
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700311 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800312 &quot;nameServerSet&quot;: &quot;A String&quot;, # Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.
313 &quot;reverseLookupConfig&quot;: { # The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS will resolve reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
314 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;,
315 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800316 &quot;labels&quot;: { # User labels.
317 &quot;a_key&quot;: &quot;A String&quot;,
318 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800319 &quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800320 &quot;visibility&quot;: &quot;A String&quot;, # The zone&#x27;s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800321 &quot;dnssecConfig&quot;: { # DNSSEC configuration.
322 &quot;state&quot;: &quot;A String&quot;, # Specifies whether DNSSEC is enabled, and what mode it is in.
323 &quot;nonExistence&quot;: &quot;A String&quot;, # Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
324 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;,
325 &quot;defaultKeySpecs&quot;: [ # Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
326 { # Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
327 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key.
328 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;,
329 &quot;keyType&quot;: &quot;A String&quot;, # Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.
330 &quot;keyLength&quot;: 42, # Length of the keys in bits.
331 },
332 ],
333 },
334 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the managed zone&#x27;s function.
335 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created on the server. This is in RFC3339 text format. Output only.
336 &quot;nameServers&quot;: [ # Delegate your managed_zone to these virtual name servers; defined by the server (output only)
337 &quot;A String&quot;,
338 ],
339 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only)
340 &quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
341 &quot;privateVisibilityConfig&quot;: { # For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
342 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;,
343 &quot;networks&quot;: [ # The list of VPC networks that can see this zone.
344 {
345 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
346 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;,
347 },
348 ],
349 },
350 &quot;kind&quot;: &quot;dns#managedZone&quot;,
351 &quot;serviceDirectoryConfig&quot;: { # Contains information about Service Directory-backed zones. # This field links to the associated service directory namespace. This field should not be set for public zones or forwarding zones.
352 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;,
353 &quot;namespace&quot;: { # Contains information about the namespace associated with the zone.
354 &quot;deletionTime&quot;: &quot;A String&quot;, # The time that the namespace backing this zone was deleted, empty string if it still exists. This is in RFC3339 text format. Output only.
355 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;,
356 &quot;namespaceUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the namespace associated with the zone. This should be formatted like https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
357 },
358 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700359 }</pre>
360</div>
361
362<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800363 <code class="details" id="list">list(project, dnsName=None, pageToken=None, maxResults=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700364 <pre>Enumerate ManagedZones that have been created but not yet deleted.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700365
366Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700367 project: string, Identifies the project addressed by this request. (required)
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700368 dnsName: string, Restricts the list to return only zones with this domain name.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800369 pageToken: string, Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
370 maxResults: integer, Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700371 x__xgafv: string, V1 error format.
372 Allowed values
373 1 - v1 error format
374 2 - v2 error format
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700375
376Returns:
377 An object of the form:
378
379 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800380 &quot;header&quot;: { # Elements common to every response.
381 &quot;operationId&quot;: &quot;A String&quot;, # For mutating operation requests that completed successfully. This is the client_operation_id if the client specified it, otherwise it is generated by the server (output only).
382 },
383 &quot;nextPageToken&quot;: &quot;A String&quot;, # The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your page token. In this way you can retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned will be an inconsistent view of the collection. There is no way to retrieve a consistent snapshot of a collection larger than the maximum page size.
384 &quot;kind&quot;: &quot;dns#managedZonesListResponse&quot;, # Type of resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700385 &quot;managedZones&quot;: [ # The managed zone resources.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700386 { # A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800387 &quot;forwardingConfig&quot;: { # The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800388 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800389 &quot;targetNameServers&quot;: [ # List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given.
390 {
391 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;,
392 &quot;ipv4Address&quot;: &quot;A String&quot;, # IPv4 address of a target name server.
393 &quot;forwardingPath&quot;: &quot;A String&quot;, # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
394 },
395 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800396 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700397 &quot;peeringConfig&quot;: { # The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
398 &quot;targetNetwork&quot;: { # The network with which to peer.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700399 &quot;deactivateTime&quot;: &quot;A String&quot;, # The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800400 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700401 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;,
402 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800403 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;,
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700404 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800405 &quot;nameServerSet&quot;: &quot;A String&quot;, # Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.
406 &quot;reverseLookupConfig&quot;: { # The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS will resolve reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
407 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;,
408 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800409 &quot;labels&quot;: { # User labels.
410 &quot;a_key&quot;: &quot;A String&quot;,
411 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800412 &quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800413 &quot;visibility&quot;: &quot;A String&quot;, # The zone&#x27;s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800414 &quot;dnssecConfig&quot;: { # DNSSEC configuration.
415 &quot;state&quot;: &quot;A String&quot;, # Specifies whether DNSSEC is enabled, and what mode it is in.
416 &quot;nonExistence&quot;: &quot;A String&quot;, # Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
417 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;,
418 &quot;defaultKeySpecs&quot;: [ # Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
419 { # Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
420 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key.
421 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;,
422 &quot;keyType&quot;: &quot;A String&quot;, # Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.
423 &quot;keyLength&quot;: 42, # Length of the keys in bits.
424 },
425 ],
426 },
427 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the managed zone&#x27;s function.
428 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created on the server. This is in RFC3339 text format. Output only.
429 &quot;nameServers&quot;: [ # Delegate your managed_zone to these virtual name servers; defined by the server (output only)
430 &quot;A String&quot;,
431 ],
432 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only)
433 &quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
434 &quot;privateVisibilityConfig&quot;: { # For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
435 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;,
436 &quot;networks&quot;: [ # The list of VPC networks that can see this zone.
437 {
438 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
439 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;,
440 },
441 ],
442 },
443 &quot;kind&quot;: &quot;dns#managedZone&quot;,
444 &quot;serviceDirectoryConfig&quot;: { # Contains information about Service Directory-backed zones. # This field links to the associated service directory namespace. This field should not be set for public zones or forwarding zones.
445 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;,
446 &quot;namespace&quot;: { # Contains information about the namespace associated with the zone.
447 &quot;deletionTime&quot;: &quot;A String&quot;, # The time that the namespace backing this zone was deleted, empty string if it still exists. This is in RFC3339 text format. Output only.
448 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;,
449 &quot;namespaceUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the namespace associated with the zone. This should be formatted like https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
450 },
451 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700452 },
453 ],
454 }</pre>
455</div>
456
457<div class="method">
458 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
459 <pre>Retrieves the next page of results.
460
461Args:
462 previous_request: The request for the previous page. (required)
463 previous_response: The response from the request for the previous page. (required)
464
465Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700466 A request object that you can call &#x27;execute()&#x27; on to request the next
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700467 page. Returns None if there are no more items in the collection.
468 </pre>
469</div>
470
471<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700472 <code class="details" id="patch">patch(project, managedZone, body=None, clientOperationId=None, x__xgafv=None)</code>
473 <pre>Apply a partial update to an existing ManagedZone.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700474
475Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700476 project: string, Identifies the project addressed by this request. (required)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700477 managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or ID. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700478 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700479 The object takes the form of:
480
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700481{ # A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800482 &quot;forwardingConfig&quot;: { # The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800483 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800484 &quot;targetNameServers&quot;: [ # List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given.
485 {
486 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;,
487 &quot;ipv4Address&quot;: &quot;A String&quot;, # IPv4 address of a target name server.
488 &quot;forwardingPath&quot;: &quot;A String&quot;, # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
489 },
490 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800491 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700492 &quot;peeringConfig&quot;: { # The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
493 &quot;targetNetwork&quot;: { # The network with which to peer.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700494 &quot;deactivateTime&quot;: &quot;A String&quot;, # The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800495 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700496 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;,
497 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800498 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;,
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700499 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800500 &quot;nameServerSet&quot;: &quot;A String&quot;, # Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.
501 &quot;reverseLookupConfig&quot;: { # The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS will resolve reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
502 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;,
503 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800504 &quot;labels&quot;: { # User labels.
505 &quot;a_key&quot;: &quot;A String&quot;,
506 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800507 &quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800508 &quot;visibility&quot;: &quot;A String&quot;, # The zone&#x27;s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800509 &quot;dnssecConfig&quot;: { # DNSSEC configuration.
510 &quot;state&quot;: &quot;A String&quot;, # Specifies whether DNSSEC is enabled, and what mode it is in.
511 &quot;nonExistence&quot;: &quot;A String&quot;, # Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
512 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;,
513 &quot;defaultKeySpecs&quot;: [ # Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
514 { # Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
515 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key.
516 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;,
517 &quot;keyType&quot;: &quot;A String&quot;, # Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.
518 &quot;keyLength&quot;: 42, # Length of the keys in bits.
519 },
520 ],
521 },
522 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the managed zone&#x27;s function.
523 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created on the server. This is in RFC3339 text format. Output only.
524 &quot;nameServers&quot;: [ # Delegate your managed_zone to these virtual name servers; defined by the server (output only)
525 &quot;A String&quot;,
526 ],
527 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only)
528 &quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
529 &quot;privateVisibilityConfig&quot;: { # For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
530 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;,
531 &quot;networks&quot;: [ # The list of VPC networks that can see this zone.
532 {
533 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
534 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;,
535 },
536 ],
537 },
538 &quot;kind&quot;: &quot;dns#managedZone&quot;,
539 &quot;serviceDirectoryConfig&quot;: { # Contains information about Service Directory-backed zones. # This field links to the associated service directory namespace. This field should not be set for public zones or forwarding zones.
540 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;,
541 &quot;namespace&quot;: { # Contains information about the namespace associated with the zone.
542 &quot;deletionTime&quot;: &quot;A String&quot;, # The time that the namespace backing this zone was deleted, empty string if it still exists. This is in RFC3339 text format. Output only.
543 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;,
544 &quot;namespaceUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the namespace associated with the zone. This should be formatted like https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
545 },
546 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700547}
548
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700549 clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700550 x__xgafv: string, V1 error format.
551 Allowed values
552 1 - v1 error format
553 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700554
555Returns:
556 An object of the form:
557
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700558 { # An operation represents a successful mutation performed on a Cloud DNS resource. Operations provide: - An audit log of server resource mutations. - A way to recover/retry API calls in the case where the response is never received by the caller. Use the caller specified client_operation_id.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800559 &quot;zoneContext&quot;: { # Only populated if the operation targeted a ManagedZone (output only).
560 &quot;newValue&quot;: { # A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service. # The post-operation ManagedZone resource.
561 &quot;forwardingConfig&quot;: { # The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
562 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;,
563 &quot;targetNameServers&quot;: [ # List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given.
564 {
565 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;,
566 &quot;ipv4Address&quot;: &quot;A String&quot;, # IPv4 address of a target name server.
567 &quot;forwardingPath&quot;: &quot;A String&quot;, # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
568 },
569 ],
570 },
571 &quot;peeringConfig&quot;: { # The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
572 &quot;targetNetwork&quot;: { # The network with which to peer.
573 &quot;deactivateTime&quot;: &quot;A String&quot;, # The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
574 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
575 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;,
576 },
577 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;,
578 },
579 &quot;nameServerSet&quot;: &quot;A String&quot;, # Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.
580 &quot;reverseLookupConfig&quot;: { # The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS will resolve reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
581 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;,
582 },
583 &quot;labels&quot;: { # User labels.
584 &quot;a_key&quot;: &quot;A String&quot;,
585 },
586 &quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
587 &quot;visibility&quot;: &quot;A String&quot;, # The zone&#x27;s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
588 &quot;dnssecConfig&quot;: { # DNSSEC configuration.
589 &quot;state&quot;: &quot;A String&quot;, # Specifies whether DNSSEC is enabled, and what mode it is in.
590 &quot;nonExistence&quot;: &quot;A String&quot;, # Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
591 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;,
592 &quot;defaultKeySpecs&quot;: [ # Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
593 { # Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
594 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key.
595 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;,
596 &quot;keyType&quot;: &quot;A String&quot;, # Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.
597 &quot;keyLength&quot;: 42, # Length of the keys in bits.
598 },
599 ],
600 },
601 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the managed zone&#x27;s function.
602 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created on the server. This is in RFC3339 text format. Output only.
603 &quot;nameServers&quot;: [ # Delegate your managed_zone to these virtual name servers; defined by the server (output only)
604 &quot;A String&quot;,
605 ],
606 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only)
607 &quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
608 &quot;privateVisibilityConfig&quot;: { # For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
609 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;,
610 &quot;networks&quot;: [ # The list of VPC networks that can see this zone.
611 {
612 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
613 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;,
614 },
615 ],
616 },
617 &quot;kind&quot;: &quot;dns#managedZone&quot;,
618 &quot;serviceDirectoryConfig&quot;: { # Contains information about Service Directory-backed zones. # This field links to the associated service directory namespace. This field should not be set for public zones or forwarding zones.
619 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;,
620 &quot;namespace&quot;: { # Contains information about the namespace associated with the zone.
621 &quot;deletionTime&quot;: &quot;A String&quot;, # The time that the namespace backing this zone was deleted, empty string if it still exists. This is in RFC3339 text format. Output only.
622 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;,
623 &quot;namespaceUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the namespace associated with the zone. This should be formatted like https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
624 },
625 },
626 },
627 &quot;oldValue&quot;: { # A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service. # The pre-operation ManagedZone resource.
628 &quot;forwardingConfig&quot;: { # The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
629 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;,
630 &quot;targetNameServers&quot;: [ # List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given.
631 {
632 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;,
633 &quot;ipv4Address&quot;: &quot;A String&quot;, # IPv4 address of a target name server.
634 &quot;forwardingPath&quot;: &quot;A String&quot;, # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
635 },
636 ],
637 },
638 &quot;peeringConfig&quot;: { # The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
639 &quot;targetNetwork&quot;: { # The network with which to peer.
640 &quot;deactivateTime&quot;: &quot;A String&quot;, # The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
641 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
642 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;,
643 },
644 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;,
645 },
646 &quot;nameServerSet&quot;: &quot;A String&quot;, # Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.
647 &quot;reverseLookupConfig&quot;: { # The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS will resolve reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
648 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;,
649 },
650 &quot;labels&quot;: { # User labels.
651 &quot;a_key&quot;: &quot;A String&quot;,
652 },
653 &quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
654 &quot;visibility&quot;: &quot;A String&quot;, # The zone&#x27;s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
655 &quot;dnssecConfig&quot;: { # DNSSEC configuration.
656 &quot;state&quot;: &quot;A String&quot;, # Specifies whether DNSSEC is enabled, and what mode it is in.
657 &quot;nonExistence&quot;: &quot;A String&quot;, # Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
658 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;,
659 &quot;defaultKeySpecs&quot;: [ # Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
660 { # Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
661 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key.
662 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;,
663 &quot;keyType&quot;: &quot;A String&quot;, # Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.
664 &quot;keyLength&quot;: 42, # Length of the keys in bits.
665 },
666 ],
667 },
668 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the managed zone&#x27;s function.
669 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created on the server. This is in RFC3339 text format. Output only.
670 &quot;nameServers&quot;: [ # Delegate your managed_zone to these virtual name servers; defined by the server (output only)
671 &quot;A String&quot;,
672 ],
673 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only)
674 &quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
675 &quot;privateVisibilityConfig&quot;: { # For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
676 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;,
677 &quot;networks&quot;: [ # The list of VPC networks that can see this zone.
678 {
679 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
680 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;,
681 },
682 ],
683 },
684 &quot;kind&quot;: &quot;dns#managedZone&quot;,
685 &quot;serviceDirectoryConfig&quot;: { # Contains information about Service Directory-backed zones. # This field links to the associated service directory namespace. This field should not be set for public zones or forwarding zones.
686 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;,
687 &quot;namespace&quot;: { # Contains information about the namespace associated with the zone.
688 &quot;deletionTime&quot;: &quot;A String&quot;, # The time that the namespace backing this zone was deleted, empty string if it still exists. This is in RFC3339 text format. Output only.
689 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;,
690 &quot;namespaceUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the namespace associated with the zone. This should be formatted like https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
691 },
692 },
693 },
694 },
695 &quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server. This is in RFC3339 text format (output only).
696 &quot;type&quot;: &quot;A String&quot;, # Type of the operation. Operations include insert, update, and delete (output only).
697 &quot;user&quot;: &quot;A String&quot;, # User who requested the operation, for example: user@example.com. cloud-dns-system for operations automatically done by the system. (output only)
698 &quot;kind&quot;: &quot;dns#operation&quot;,
699 &quot;status&quot;: &quot;A String&quot;, # Status of the operation. Can be one of the following: &quot;PENDING&quot; or &quot;DONE&quot; (output only). A status of &quot;DONE&quot; means that the request to update the authoritative servers has been sent, but the servers might not be updated yet.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700700 &quot;dnsKeyContext&quot;: { # Only populated if the operation targeted a DnsKey (output only).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700701 &quot;oldValue&quot;: { # A DNSSEC key pair. # The pre-operation DnsKey resource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800702 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
703 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key. Immutable after creation time.
704 &quot;type&quot;: &quot;A String&quot;, # One of &quot;KEY_SIGNING&quot; or &quot;ZONE_SIGNING&quot;. Keys of type KEY_SIGNING have the Secure Entry Point flag set and, when active, will be used to sign only resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag will be cleared and this key will be used to sign only resource record sets of other types. Immutable after creation time.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700705 &quot;keyLength&quot;: 42, # Length of the key in bits. Specified at creation time then immutable.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800706 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created in the control plane. This is in RFC3339 text format. Output only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700707 &quot;digests&quot;: [ # Cryptographic hashes of the DNSKEY resource record associated with this DnsKey. These digests are needed to construct a DS record that points at this DNS key. Output only.
708 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700709 &quot;digest&quot;: &quot;A String&quot;, # The base-16 encoded bytes of this digest. Suitable for use in a DS resource record.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800710 &quot;type&quot;: &quot;A String&quot;, # Specifies the algorithm used to calculate this digest.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700711 },
712 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800713 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the resource&#x27;s function.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800714 &quot;isActive&quot;: True or False, # Active keys will be used to sign subsequent changes to the ManagedZone. Inactive keys will still be present as DNSKEY Resource Records for the use of resolvers validating existing signatures.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800715 &quot;kind&quot;: &quot;dns#dnsKey&quot;,
716 &quot;keyTag&quot;: 42, # The key tag is a non-cryptographic hash of the a DNSKEY resource record associated with this DnsKey. The key tag can be used to identify a DNSKEY more quickly (but it is not a unique identifier). In particular, the key tag is used in a parent zone&#x27;s DS record to point at the DNSKEY in this child ManagedZone. The key tag is a number in the range [0, 65535] and the algorithm to calculate it is specified in RFC4034 Appendix B. Output only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700717 &quot;publicKey&quot;: &quot;A String&quot;, # Base64 encoded public half of this key. Output only.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800718 },
719 &quot;newValue&quot;: { # A DNSSEC key pair. # The post-operation DnsKey resource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800720 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
721 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key. Immutable after creation time.
722 &quot;type&quot;: &quot;A String&quot;, # One of &quot;KEY_SIGNING&quot; or &quot;ZONE_SIGNING&quot;. Keys of type KEY_SIGNING have the Secure Entry Point flag set and, when active, will be used to sign only resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag will be cleared and this key will be used to sign only resource record sets of other types. Immutable after creation time.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800723 &quot;keyLength&quot;: 42, # Length of the key in bits. Specified at creation time then immutable.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800724 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created in the control plane. This is in RFC3339 text format. Output only.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800725 &quot;digests&quot;: [ # Cryptographic hashes of the DNSKEY resource record associated with this DnsKey. These digests are needed to construct a DS record that points at this DNS key. Output only.
726 {
727 &quot;digest&quot;: &quot;A String&quot;, # The base-16 encoded bytes of this digest. Suitable for use in a DS resource record.
728 &quot;type&quot;: &quot;A String&quot;, # Specifies the algorithm used to calculate this digest.
729 },
730 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800731 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the resource&#x27;s function.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800732 &quot;isActive&quot;: True or False, # Active keys will be used to sign subsequent changes to the ManagedZone. Inactive keys will still be present as DNSKEY Resource Records for the use of resolvers validating existing signatures.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800733 &quot;kind&quot;: &quot;dns#dnsKey&quot;,
734 &quot;keyTag&quot;: 42, # The key tag is a non-cryptographic hash of the a DNSKEY resource record associated with this DnsKey. The key tag can be used to identify a DNSKEY more quickly (but it is not a unique identifier). In particular, the key tag is used in a parent zone&#x27;s DS record to point at the DNSKEY in this child ManagedZone. The key tag is a number in the range [0, 65535] and the algorithm to calculate it is specified in RFC4034 Appendix B. Output only.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800735 &quot;publicKey&quot;: &quot;A String&quot;, # Base64 encoded public half of this key. Output only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700736 },
737 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800738 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource. This is the client_operation_id if the client specified it when the mutation was initiated, otherwise, it is generated by the server. The name must be 1-63 characters long and match the regular expression [-a-z0-9]? (output only)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700739 }</pre>
740</div>
741
742<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700743 <code class="details" id="update">update(project, managedZone, body=None, clientOperationId=None, x__xgafv=None)</code>
744 <pre>Update an existing ManagedZone.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700745
746Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700747 project: string, Identifies the project addressed by this request. (required)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700748 managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or ID. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700749 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700750 The object takes the form of:
751
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700752{ # A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800753 &quot;forwardingConfig&quot;: { # The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800754 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800755 &quot;targetNameServers&quot;: [ # List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given.
756 {
757 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;,
758 &quot;ipv4Address&quot;: &quot;A String&quot;, # IPv4 address of a target name server.
759 &quot;forwardingPath&quot;: &quot;A String&quot;, # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
760 },
761 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800762 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700763 &quot;peeringConfig&quot;: { # The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
764 &quot;targetNetwork&quot;: { # The network with which to peer.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700765 &quot;deactivateTime&quot;: &quot;A String&quot;, # The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800766 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700767 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;,
768 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800769 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;,
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700770 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800771 &quot;nameServerSet&quot;: &quot;A String&quot;, # Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.
772 &quot;reverseLookupConfig&quot;: { # The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS will resolve reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
773 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;,
774 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800775 &quot;labels&quot;: { # User labels.
776 &quot;a_key&quot;: &quot;A String&quot;,
777 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800778 &quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800779 &quot;visibility&quot;: &quot;A String&quot;, # The zone&#x27;s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800780 &quot;dnssecConfig&quot;: { # DNSSEC configuration.
781 &quot;state&quot;: &quot;A String&quot;, # Specifies whether DNSSEC is enabled, and what mode it is in.
782 &quot;nonExistence&quot;: &quot;A String&quot;, # Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
783 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;,
784 &quot;defaultKeySpecs&quot;: [ # Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
785 { # Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
786 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key.
787 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;,
788 &quot;keyType&quot;: &quot;A String&quot;, # Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.
789 &quot;keyLength&quot;: 42, # Length of the keys in bits.
790 },
791 ],
792 },
793 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the managed zone&#x27;s function.
794 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created on the server. This is in RFC3339 text format. Output only.
795 &quot;nameServers&quot;: [ # Delegate your managed_zone to these virtual name servers; defined by the server (output only)
796 &quot;A String&quot;,
797 ],
798 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only)
799 &quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
800 &quot;privateVisibilityConfig&quot;: { # For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
801 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;,
802 &quot;networks&quot;: [ # The list of VPC networks that can see this zone.
803 {
804 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
805 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;,
806 },
807 ],
808 },
809 &quot;kind&quot;: &quot;dns#managedZone&quot;,
810 &quot;serviceDirectoryConfig&quot;: { # Contains information about Service Directory-backed zones. # This field links to the associated service directory namespace. This field should not be set for public zones or forwarding zones.
811 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;,
812 &quot;namespace&quot;: { # Contains information about the namespace associated with the zone.
813 &quot;deletionTime&quot;: &quot;A String&quot;, # The time that the namespace backing this zone was deleted, empty string if it still exists. This is in RFC3339 text format. Output only.
814 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;,
815 &quot;namespaceUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the namespace associated with the zone. This should be formatted like https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
816 },
817 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700818}
819
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700820 clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700821 x__xgafv: string, V1 error format.
822 Allowed values
823 1 - v1 error format
824 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700825
826Returns:
827 An object of the form:
828
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700829 { # An operation represents a successful mutation performed on a Cloud DNS resource. Operations provide: - An audit log of server resource mutations. - A way to recover/retry API calls in the case where the response is never received by the caller. Use the caller specified client_operation_id.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800830 &quot;zoneContext&quot;: { # Only populated if the operation targeted a ManagedZone (output only).
831 &quot;newValue&quot;: { # A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service. # The post-operation ManagedZone resource.
832 &quot;forwardingConfig&quot;: { # The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
833 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;,
834 &quot;targetNameServers&quot;: [ # List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given.
835 {
836 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;,
837 &quot;ipv4Address&quot;: &quot;A String&quot;, # IPv4 address of a target name server.
838 &quot;forwardingPath&quot;: &quot;A String&quot;, # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
839 },
840 ],
841 },
842 &quot;peeringConfig&quot;: { # The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
843 &quot;targetNetwork&quot;: { # The network with which to peer.
844 &quot;deactivateTime&quot;: &quot;A String&quot;, # The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
845 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
846 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;,
847 },
848 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;,
849 },
850 &quot;nameServerSet&quot;: &quot;A String&quot;, # Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.
851 &quot;reverseLookupConfig&quot;: { # The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS will resolve reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
852 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;,
853 },
854 &quot;labels&quot;: { # User labels.
855 &quot;a_key&quot;: &quot;A String&quot;,
856 },
857 &quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
858 &quot;visibility&quot;: &quot;A String&quot;, # The zone&#x27;s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
859 &quot;dnssecConfig&quot;: { # DNSSEC configuration.
860 &quot;state&quot;: &quot;A String&quot;, # Specifies whether DNSSEC is enabled, and what mode it is in.
861 &quot;nonExistence&quot;: &quot;A String&quot;, # Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
862 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;,
863 &quot;defaultKeySpecs&quot;: [ # Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
864 { # Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
865 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key.
866 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;,
867 &quot;keyType&quot;: &quot;A String&quot;, # Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.
868 &quot;keyLength&quot;: 42, # Length of the keys in bits.
869 },
870 ],
871 },
872 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the managed zone&#x27;s function.
873 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created on the server. This is in RFC3339 text format. Output only.
874 &quot;nameServers&quot;: [ # Delegate your managed_zone to these virtual name servers; defined by the server (output only)
875 &quot;A String&quot;,
876 ],
877 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only)
878 &quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
879 &quot;privateVisibilityConfig&quot;: { # For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
880 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;,
881 &quot;networks&quot;: [ # The list of VPC networks that can see this zone.
882 {
883 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
884 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;,
885 },
886 ],
887 },
888 &quot;kind&quot;: &quot;dns#managedZone&quot;,
889 &quot;serviceDirectoryConfig&quot;: { # Contains information about Service Directory-backed zones. # This field links to the associated service directory namespace. This field should not be set for public zones or forwarding zones.
890 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;,
891 &quot;namespace&quot;: { # Contains information about the namespace associated with the zone.
892 &quot;deletionTime&quot;: &quot;A String&quot;, # The time that the namespace backing this zone was deleted, empty string if it still exists. This is in RFC3339 text format. Output only.
893 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;,
894 &quot;namespaceUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the namespace associated with the zone. This should be formatted like https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
895 },
896 },
897 },
898 &quot;oldValue&quot;: { # A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service. # The pre-operation ManagedZone resource.
899 &quot;forwardingConfig&quot;: { # The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
900 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;,
901 &quot;targetNameServers&quot;: [ # List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given.
902 {
903 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;,
904 &quot;ipv4Address&quot;: &quot;A String&quot;, # IPv4 address of a target name server.
905 &quot;forwardingPath&quot;: &quot;A String&quot;, # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
906 },
907 ],
908 },
909 &quot;peeringConfig&quot;: { # The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
910 &quot;targetNetwork&quot;: { # The network with which to peer.
911 &quot;deactivateTime&quot;: &quot;A String&quot;, # The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
912 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
913 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;,
914 },
915 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;,
916 },
917 &quot;nameServerSet&quot;: &quot;A String&quot;, # Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.
918 &quot;reverseLookupConfig&quot;: { # The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS will resolve reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
919 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;,
920 },
921 &quot;labels&quot;: { # User labels.
922 &quot;a_key&quot;: &quot;A String&quot;,
923 },
924 &quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
925 &quot;visibility&quot;: &quot;A String&quot;, # The zone&#x27;s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
926 &quot;dnssecConfig&quot;: { # DNSSEC configuration.
927 &quot;state&quot;: &quot;A String&quot;, # Specifies whether DNSSEC is enabled, and what mode it is in.
928 &quot;nonExistence&quot;: &quot;A String&quot;, # Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
929 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;,
930 &quot;defaultKeySpecs&quot;: [ # Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
931 { # Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
932 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key.
933 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;,
934 &quot;keyType&quot;: &quot;A String&quot;, # Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.
935 &quot;keyLength&quot;: 42, # Length of the keys in bits.
936 },
937 ],
938 },
939 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the managed zone&#x27;s function.
940 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created on the server. This is in RFC3339 text format. Output only.
941 &quot;nameServers&quot;: [ # Delegate your managed_zone to these virtual name servers; defined by the server (output only)
942 &quot;A String&quot;,
943 ],
944 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only)
945 &quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
946 &quot;privateVisibilityConfig&quot;: { # For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
947 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;,
948 &quot;networks&quot;: [ # The list of VPC networks that can see this zone.
949 {
950 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
951 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;,
952 },
953 ],
954 },
955 &quot;kind&quot;: &quot;dns#managedZone&quot;,
956 &quot;serviceDirectoryConfig&quot;: { # Contains information about Service Directory-backed zones. # This field links to the associated service directory namespace. This field should not be set for public zones or forwarding zones.
957 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;,
958 &quot;namespace&quot;: { # Contains information about the namespace associated with the zone.
959 &quot;deletionTime&quot;: &quot;A String&quot;, # The time that the namespace backing this zone was deleted, empty string if it still exists. This is in RFC3339 text format. Output only.
960 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;,
961 &quot;namespaceUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the namespace associated with the zone. This should be formatted like https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
962 },
963 },
964 },
965 },
966 &quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server. This is in RFC3339 text format (output only).
967 &quot;type&quot;: &quot;A String&quot;, # Type of the operation. Operations include insert, update, and delete (output only).
968 &quot;user&quot;: &quot;A String&quot;, # User who requested the operation, for example: user@example.com. cloud-dns-system for operations automatically done by the system. (output only)
969 &quot;kind&quot;: &quot;dns#operation&quot;,
970 &quot;status&quot;: &quot;A String&quot;, # Status of the operation. Can be one of the following: &quot;PENDING&quot; or &quot;DONE&quot; (output only). A status of &quot;DONE&quot; means that the request to update the authoritative servers has been sent, but the servers might not be updated yet.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700971 &quot;dnsKeyContext&quot;: { # Only populated if the operation targeted a DnsKey (output only).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700972 &quot;oldValue&quot;: { # A DNSSEC key pair. # The pre-operation DnsKey resource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800973 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
974 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key. Immutable after creation time.
975 &quot;type&quot;: &quot;A String&quot;, # One of &quot;KEY_SIGNING&quot; or &quot;ZONE_SIGNING&quot;. Keys of type KEY_SIGNING have the Secure Entry Point flag set and, when active, will be used to sign only resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag will be cleared and this key will be used to sign only resource record sets of other types. Immutable after creation time.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700976 &quot;keyLength&quot;: 42, # Length of the key in bits. Specified at creation time then immutable.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800977 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created in the control plane. This is in RFC3339 text format. Output only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700978 &quot;digests&quot;: [ # Cryptographic hashes of the DNSKEY resource record associated with this DnsKey. These digests are needed to construct a DS record that points at this DNS key. Output only.
979 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700980 &quot;digest&quot;: &quot;A String&quot;, # The base-16 encoded bytes of this digest. Suitable for use in a DS resource record.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800981 &quot;type&quot;: &quot;A String&quot;, # Specifies the algorithm used to calculate this digest.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700982 },
983 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800984 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the resource&#x27;s function.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800985 &quot;isActive&quot;: True or False, # Active keys will be used to sign subsequent changes to the ManagedZone. Inactive keys will still be present as DNSKEY Resource Records for the use of resolvers validating existing signatures.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800986 &quot;kind&quot;: &quot;dns#dnsKey&quot;,
987 &quot;keyTag&quot;: 42, # The key tag is a non-cryptographic hash of the a DNSKEY resource record associated with this DnsKey. The key tag can be used to identify a DNSKEY more quickly (but it is not a unique identifier). In particular, the key tag is used in a parent zone&#x27;s DS record to point at the DNSKEY in this child ManagedZone. The key tag is a number in the range [0, 65535] and the algorithm to calculate it is specified in RFC4034 Appendix B. Output only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700988 &quot;publicKey&quot;: &quot;A String&quot;, # Base64 encoded public half of this key. Output only.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800989 },
990 &quot;newValue&quot;: { # A DNSSEC key pair. # The post-operation DnsKey resource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800991 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
992 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key. Immutable after creation time.
993 &quot;type&quot;: &quot;A String&quot;, # One of &quot;KEY_SIGNING&quot; or &quot;ZONE_SIGNING&quot;. Keys of type KEY_SIGNING have the Secure Entry Point flag set and, when active, will be used to sign only resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag will be cleared and this key will be used to sign only resource record sets of other types. Immutable after creation time.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800994 &quot;keyLength&quot;: 42, # Length of the key in bits. Specified at creation time then immutable.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800995 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created in the control plane. This is in RFC3339 text format. Output only.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800996 &quot;digests&quot;: [ # Cryptographic hashes of the DNSKEY resource record associated with this DnsKey. These digests are needed to construct a DS record that points at this DNS key. Output only.
997 {
998 &quot;digest&quot;: &quot;A String&quot;, # The base-16 encoded bytes of this digest. Suitable for use in a DS resource record.
999 &quot;type&quot;: &quot;A String&quot;, # Specifies the algorithm used to calculate this digest.
1000 },
1001 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001002 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the resource&#x27;s function.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001003 &quot;isActive&quot;: True or False, # Active keys will be used to sign subsequent changes to the ManagedZone. Inactive keys will still be present as DNSKEY Resource Records for the use of resolvers validating existing signatures.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001004 &quot;kind&quot;: &quot;dns#dnsKey&quot;,
1005 &quot;keyTag&quot;: 42, # The key tag is a non-cryptographic hash of the a DNSKEY resource record associated with this DnsKey. The key tag can be used to identify a DNSKEY more quickly (but it is not a unique identifier). In particular, the key tag is used in a parent zone&#x27;s DS record to point at the DNSKEY in this child ManagedZone. The key tag is a number in the range [0, 65535] and the algorithm to calculate it is specified in RFC4034 Appendix B. Output only.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001006 &quot;publicKey&quot;: &quot;A String&quot;, # Base64 encoded public half of this key. Output only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001007 },
1008 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001009 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource. This is the client_operation_id if the client specified it when the mutation was initiated, otherwise, it is generated by the server. The name must be 1-63 characters long and match the regular expression [-a-z0-9]? (output only)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001010 }</pre>
1011</div>
1012
1013</body></html>