1{
2 "auth": {
3 "oauth2": {
4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
7 }
8 }
9 }
10 },
11 "basePath": "",
12 "baseUrl": "https://vmwareengine.googleapis.com/",
13 "batchPath": "batch",
14 "canonicalName": "VMware Engine",
15 "description": "The Google VMware Engine API lets you programmatically manage VMware environments.",
16 "discoveryVersion": "v1",
17 "documentationLink": "https://cloud.google.com/solutions/vmware-as-a-service",
18 "fullyEncodeReservedExpansion": true,
19 "icons": {
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
22 },
23 "id": "vmwareengine:v1",
24 "kind": "discovery#restDescription",
25 "mtlsRootUrl": "https://vmwareengine.mtls.googleapis.com/",
26 "name": "vmwareengine",
27 "ownerDomain": "google.com",
28 "ownerName": "Google",
29 "parameters": {
30 "$.xgafv": {
31 "description": "V1 error format.",
32 "enum": [
33 "1",
34 "2"
35 ],
36 "enumDescriptions": [
37 "v1 error format",
38 "v2 error format"
39 ],
40 "location": "query",
41 "type": "string"
42 },
43 "access_token": {
44 "description": "OAuth access token.",
45 "location": "query",
46 "type": "string"
47 },
48 "alt": {
49 "default": "json",
50 "description": "Data format for response.",
51 "enum": [
52 "json",
53 "media",
54 "proto"
55 ],
56 "enumDescriptions": [
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
60 ],
61 "location": "query",
62 "type": "string"
63 },
64 "callback": {
65 "description": "JSONP",
66 "location": "query",
67 "type": "string"
68 },
69 "fields": {
70 "description": "Selector specifying which fields to include in a partial response.",
71 "location": "query",
72 "type": "string"
73 },
74 "key": {
75 "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
76 "location": "query",
77 "type": "string"
78 },
79 "oauth_token": {
80 "description": "OAuth 2.0 token for the current user.",
81 "location": "query",
82 "type": "string"
83 },
84 "prettyPrint": {
85 "default": "true",
86 "description": "Returns response with indentations and line breaks.",
87 "location": "query",
88 "type": "boolean"
89 },
90 "quotaUser": {
91 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
92 "location": "query",
93 "type": "string"
94 },
95 "uploadType": {
96 "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
97 "location": "query",
98 "type": "string"
99 },
100 "upload_protocol": {
101 "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
102 "location": "query",
103 "type": "string"
104 }
105 },
106 "protocol": "rest",
107 "resources": {
108 "projects": {
109 "resources": {
110 "locations": {
111 "methods": {
112 "get": {
113 "description": "Gets information about a location.",
114 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}",
115 "httpMethod": "GET",
116 "id": "vmwareengine.projects.locations.get",
117 "parameterOrder": [
118 "name"
119 ],
120 "parameters": {
121 "name": {
122 "description": "Resource name for the location.",
123 "location": "path",
124 "pattern": "^projects/[^/]+/locations/[^/]+$",
125 "required": true,
126 "type": "string"
127 }
128 },
129 "path": "v1/{+name}",
130 "response": {
131 "$ref": "Location"
132 },
133 "scopes": [
134 "https://www.googleapis.com/auth/cloud-platform"
135 ]
136 },
137 "getDnsBindPermission": {
138 "description": "Gets all the principals having bind permission on the intranet VPC associated with the consumer project granted by the Grant API. DnsBindPermission is a global resource and location can only be global.",
139 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dnsBindPermission",
140 "httpMethod": "GET",
141 "id": "vmwareengine.projects.locations.getDnsBindPermission",
142 "parameterOrder": [
143 "name"
144 ],
145 "parameters": {
146 "name": {
147 "description": "Required. The name of the resource which stores the users/service accounts having the permission to bind to the corresponding intranet VPC of the consumer project. DnsBindPermission is a global resource. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/dnsBindPermission`",
148 "location": "path",
149 "pattern": "^projects/[^/]+/locations/[^/]+/dnsBindPermission$",
150 "required": true,
151 "type": "string"
152 }
153 },
154 "path": "v1/{+name}",
155 "response": {
156 "$ref": "DnsBindPermission"
157 },
158 "scopes": [
159 "https://www.googleapis.com/auth/cloud-platform"
160 ]
161 },
162 "list": {
163 "description": "Lists information about the supported locations for this service.",
164 "flatPath": "v1/projects/{projectsId}/locations",
165 "httpMethod": "GET",
166 "id": "vmwareengine.projects.locations.list",
167 "parameterOrder": [
168 "name"
169 ],
170 "parameters": {
171 "filter": {
172 "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
173 "location": "query",
174 "type": "string"
175 },
176 "name": {
177 "description": "The resource that owns the locations collection, if applicable.",
178 "location": "path",
179 "pattern": "^projects/[^/]+$",
180 "required": true,
181 "type": "string"
182 },
183 "pageSize": {
184 "description": "The maximum number of results to return. If not set, the service selects a default.",
185 "format": "int32",
186 "location": "query",
187 "type": "integer"
188 },
189 "pageToken": {
190 "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
191 "location": "query",
192 "type": "string"
193 }
194 },
195 "path": "v1/{+name}/locations",
196 "response": {
197 "$ref": "ListLocationsResponse"
198 },
199 "scopes": [
200 "https://www.googleapis.com/auth/cloud-platform"
201 ]
202 }
203 },
204 "resources": {
205 "dnsBindPermission": {
206 "methods": {
207 "grant": {
208 "description": "Grants the bind permission to the customer provided principal(user / service account) to bind their DNS zone with the intranet VPC associated with the project. DnsBindPermission is a global resource and location can only be global.",
209 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dnsBindPermission:grant",
210 "httpMethod": "POST",
211 "id": "vmwareengine.projects.locations.dnsBindPermission.grant",
212 "parameterOrder": [
213 "name"
214 ],
215 "parameters": {
216 "name": {
217 "description": "Required. The name of the resource which stores the users/service accounts having the permission to bind to the corresponding intranet VPC of the consumer project. DnsBindPermission is a global resource. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/dnsBindPermission`",
218 "location": "path",
219 "pattern": "^projects/[^/]+/locations/[^/]+/dnsBindPermission$",
220 "required": true,
221 "type": "string"
222 }
223 },
224 "path": "v1/{+name}:grant",
225 "request": {
226 "$ref": "GrantDnsBindPermissionRequest"
227 },
228 "response": {
229 "$ref": "Operation"
230 },
231 "scopes": [
232 "https://www.googleapis.com/auth/cloud-platform"
233 ]
234 },
235 "revoke": {
236 "description": "Revokes the bind permission from the customer provided principal(user / service account) on the intranet VPC associated with the consumer project. DnsBindPermission is a global resource and location can only be global.",
237 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dnsBindPermission:revoke",
238 "httpMethod": "POST",
239 "id": "vmwareengine.projects.locations.dnsBindPermission.revoke",
240 "parameterOrder": [
241 "name"
242 ],
243 "parameters": {
244 "name": {
245 "description": "Required. The name of the resource which stores the users/service accounts having the permission to bind to the corresponding intranet VPC of the consumer project. DnsBindPermission is a global resource. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/dnsBindPermission`",
246 "location": "path",
247 "pattern": "^projects/[^/]+/locations/[^/]+/dnsBindPermission$",
248 "required": true,
249 "type": "string"
250 }
251 },
252 "path": "v1/{+name}:revoke",
253 "request": {
254 "$ref": "RevokeDnsBindPermissionRequest"
255 },
256 "response": {
257 "$ref": "Operation"
258 },
259 "scopes": [
260 "https://www.googleapis.com/auth/cloud-platform"
261 ]
262 }
263 }
264 },
265 "networkPeerings": {
266 "methods": {
267 "create": {
268 "description": "Creates a new network peering between the peer network and VMware Engine network provided in a `NetworkPeering` resource. NetworkPeering is a global resource and location can only be global.",
269 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPeerings",
270 "httpMethod": "POST",
271 "id": "vmwareengine.projects.locations.networkPeerings.create",
272 "parameterOrder": [
273 "parent"
274 ],
275 "parameters": {
276 "networkPeeringId": {
277 "description": "Required. The user-provided identifier of the new `NetworkPeering`. This identifier must be unique among `NetworkPeering` resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)",
278 "location": "query",
279 "type": "string"
280 },
281 "parent": {
282 "description": "Required. The resource name of the location to create the new network peering in. This value is always `global`, because `NetworkPeering` is a global resource. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global`",
283 "location": "path",
284 "pattern": "^projects/[^/]+/locations/[^/]+$",
285 "required": true,
286 "type": "string"
287 },
288 "requestId": {
289 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
290 "location": "query",
291 "type": "string"
292 }
293 },
294 "path": "v1/{+parent}/networkPeerings",
295 "request": {
296 "$ref": "NetworkPeering"
297 },
298 "response": {
299 "$ref": "Operation"
300 },
301 "scopes": [
302 "https://www.googleapis.com/auth/cloud-platform"
303 ]
304 },
305 "delete": {
306 "description": "Deletes a `NetworkPeering` resource. When a network peering is deleted for a VMware Engine network, the peer network becomes inaccessible to that VMware Engine network. NetworkPeering is a global resource and location can only be global.",
307 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPeerings/{networkPeeringsId}",
308 "httpMethod": "DELETE",
309 "id": "vmwareengine.projects.locations.networkPeerings.delete",
310 "parameterOrder": [
311 "name"
312 ],
313 "parameters": {
314 "name": {
315 "description": "Required. The resource name of the network peering to be deleted. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/networkPeerings/my-peering`",
316 "location": "path",
317 "pattern": "^projects/[^/]+/locations/[^/]+/networkPeerings/[^/]+$",
318 "required": true,
319 "type": "string"
320 },
321 "requestId": {
322 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
323 "location": "query",
324 "type": "string"
325 }
326 },
327 "path": "v1/{+name}",
328 "response": {
329 "$ref": "Operation"
330 },
331 "scopes": [
332 "https://www.googleapis.com/auth/cloud-platform"
333 ]
334 },
335 "get": {
336 "description": "Retrieves a `NetworkPeering` resource by its resource name. The resource contains details of the network peering, such as peered networks, import and export custom route configurations, and peering state. NetworkPeering is a global resource and location can only be global.",
337 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPeerings/{networkPeeringsId}",
338 "httpMethod": "GET",
339 "id": "vmwareengine.projects.locations.networkPeerings.get",
340 "parameterOrder": [
341 "name"
342 ],
343 "parameters": {
344 "name": {
345 "description": "Required. The resource name of the network peering to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/networkPeerings/my-peering`",
346 "location": "path",
347 "pattern": "^projects/[^/]+/locations/[^/]+/networkPeerings/[^/]+$",
348 "required": true,
349 "type": "string"
350 }
351 },
352 "path": "v1/{+name}",
353 "response": {
354 "$ref": "NetworkPeering"
355 },
356 "scopes": [
357 "https://www.googleapis.com/auth/cloud-platform"
358 ]
359 },
360 "list": {
361 "description": "Lists `NetworkPeering` resources in a given project. NetworkPeering is a global resource and location can only be global.",
362 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPeerings",
363 "httpMethod": "GET",
364 "id": "vmwareengine.projects.locations.networkPeerings.list",
365 "parameterOrder": [
366 "parent"
367 ],
368 "parameters": {
369 "filter": {
370 "description": "A filter expression that matches resources returned in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be `=`, `!=`, `\u003e`, or `\u003c`. For example, if you are filtering a list of network peerings, you can exclude the ones named `example-peering` by specifying `name != \"example-peering\"`. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (name = \"example-peering\") (createTime \u003e \"2021-04-12T08:15:10.40Z\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (name = \"example-peering-1\") AND (createTime \u003e \"2021-04-12T08:15:10.40Z\") OR (name = \"example-peering-2\") ```",
371 "location": "query",
372 "type": "string"
373 },
374 "orderBy": {
375 "description": "Sorts list results by a certain order. By default, returned results are ordered by `name` in ascending order. You can also sort results in descending order based on the `name` value using `orderBy=\"name desc\"`. Currently, only ordering by `name` is supported.",
376 "location": "query",
377 "type": "string"
378 },
379 "pageSize": {
380 "description": "The maximum number of network peerings to return in one page. The maximum value is coerced to 1000. The default value of this field is 500.",
381 "format": "int32",
382 "location": "query",
383 "type": "integer"
384 },
385 "pageToken": {
386 "description": "A page token, received from a previous `ListNetworkPeerings` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListNetworkPeerings` must match the call that provided the page token.",
387 "location": "query",
388 "type": "string"
389 },
390 "parent": {
391 "description": "Required. The resource name of the location (global) to query for network peerings. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global`",
392 "location": "path",
393 "pattern": "^projects/[^/]+/locations/[^/]+$",
394 "required": true,
395 "type": "string"
396 }
397 },
398 "path": "v1/{+parent}/networkPeerings",
399 "response": {
400 "$ref": "ListNetworkPeeringsResponse"
401 },
402 "scopes": [
403 "https://www.googleapis.com/auth/cloud-platform"
404 ]
405 },
406 "patch": {
407 "description": "Modifies a `NetworkPeering` resource. Only the `description` field can be updated. Only fields specified in `updateMask` are applied. NetworkPeering is a global resource and location can only be global.",
408 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPeerings/{networkPeeringsId}",
409 "httpMethod": "PATCH",
410 "id": "vmwareengine.projects.locations.networkPeerings.patch",
411 "parameterOrder": [
412 "name"
413 ],
414 "parameters": {
415 "name": {
416 "description": "Output only. The resource name of the network peering. NetworkPeering is a global resource and location can only be global. Resource names are scheme-less URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/networkPeerings/my-peering`",
417 "location": "path",
418 "pattern": "^projects/[^/]+/locations/[^/]+/networkPeerings/[^/]+$",
419 "required": true,
420 "type": "string"
421 },
422 "requestId": {
423 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
424 "location": "query",
425 "type": "string"
426 },
427 "updateMask": {
428 "description": "Required. Field mask is used to specify the fields to be overwritten in the `NetworkPeering` resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
429 "format": "google-fieldmask",
430 "location": "query",
431 "type": "string"
432 }
433 },
434 "path": "v1/{+name}",
435 "request": {
436 "$ref": "NetworkPeering"
437 },
438 "response": {
439 "$ref": "Operation"
440 },
441 "scopes": [
442 "https://www.googleapis.com/auth/cloud-platform"
443 ]
444 }
445 },
446 "resources": {
447 "peeringRoutes": {
448 "methods": {
449 "list": {
450 "description": "Lists the network peering routes exchanged over a peering connection. NetworkPeering is a global resource and location can only be global.",
451 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPeerings/{networkPeeringsId}/peeringRoutes",
452 "httpMethod": "GET",
453 "id": "vmwareengine.projects.locations.networkPeerings.peeringRoutes.list",
454 "parameterOrder": [
455 "parent"
456 ],
457 "parameters": {
458 "filter": {
459 "description": "A filter expression that matches resources returned in the response. Currently, only filtering on the `direction` field is supported. To return routes imported from the peer network, provide \"direction=INCOMING\". To return routes exported from the VMware Engine network, provide \"direction=OUTGOING\". Other filter expressions return an error.",
460 "location": "query",
461 "type": "string"
462 },
463 "pageSize": {
464 "description": "The maximum number of peering routes to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.",
465 "format": "int32",
466 "location": "query",
467 "type": "integer"
468 },
469 "pageToken": {
470 "description": "A page token, received from a previous `ListPeeringRoutes` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPeeringRoutes` must match the call that provided the page token.",
471 "location": "query",
472 "type": "string"
473 },
474 "parent": {
475 "description": "Required. The resource name of the network peering to retrieve peering routes from. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/networkPeerings/my-peering`",
476 "location": "path",
477 "pattern": "^projects/[^/]+/locations/[^/]+/networkPeerings/[^/]+$",
478 "required": true,
479 "type": "string"
480 }
481 },
482 "path": "v1/{+parent}/peeringRoutes",
483 "response": {
484 "$ref": "ListPeeringRoutesResponse"
485 },
486 "scopes": [
487 "https://www.googleapis.com/auth/cloud-platform"
488 ]
489 }
490 }
491 }
492 }
493 },
494 "networkPolicies": {
495 "methods": {
496 "create": {
497 "description": "Creates a new network policy in a given VMware Engine network of a project and location (region). A new network policy cannot be created if another network policy already exists in the same scope.",
498 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPolicies",
499 "httpMethod": "POST",
500 "id": "vmwareengine.projects.locations.networkPolicies.create",
501 "parameterOrder": [
502 "parent"
503 ],
504 "parameters": {
505 "networkPolicyId": {
506 "description": "Required. The user-provided identifier of the network policy to be created. This identifier must be unique within parent `projects/{my-project}/locations/{us-central1}/networkPolicies` and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)",
507 "location": "query",
508 "type": "string"
509 },
510 "parent": {
511 "description": "Required. The resource name of the location (region) to create the new network policy in. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1`",
512 "location": "path",
513 "pattern": "^projects/[^/]+/locations/[^/]+$",
514 "required": true,
515 "type": "string"
516 },
517 "requestId": {
518 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
519 "location": "query",
520 "type": "string"
521 }
522 },
523 "path": "v1/{+parent}/networkPolicies",
524 "request": {
525 "$ref": "NetworkPolicy"
526 },
527 "response": {
528 "$ref": "Operation"
529 },
530 "scopes": [
531 "https://www.googleapis.com/auth/cloud-platform"
532 ]
533 },
534 "delete": {
535 "description": "Deletes a `NetworkPolicy` resource. A network policy cannot be deleted when `NetworkService.state` is set to `RECONCILING` for either its external IP or internet access service.",
536 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPolicies/{networkPoliciesId}",
537 "httpMethod": "DELETE",
538 "id": "vmwareengine.projects.locations.networkPolicies.delete",
539 "parameterOrder": [
540 "name"
541 ],
542 "parameters": {
543 "name": {
544 "description": "Required. The resource name of the network policy to delete. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-network-policy`",
545 "location": "path",
546 "pattern": "^projects/[^/]+/locations/[^/]+/networkPolicies/[^/]+$",
547 "required": true,
548 "type": "string"
549 },
550 "requestId": {
551 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
552 "location": "query",
553 "type": "string"
554 }
555 },
556 "path": "v1/{+name}",
557 "response": {
558 "$ref": "Operation"
559 },
560 "scopes": [
561 "https://www.googleapis.com/auth/cloud-platform"
562 ]
563 },
564 "fetchExternalAddresses": {
565 "description": "Lists external IP addresses assigned to VMware workload VMs within the scope of the given network policy.",
566 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPolicies/{networkPoliciesId}:fetchExternalAddresses",
567 "httpMethod": "GET",
568 "id": "vmwareengine.projects.locations.networkPolicies.fetchExternalAddresses",
569 "parameterOrder": [
570 "networkPolicy"
571 ],
572 "parameters": {
573 "networkPolicy": {
574 "description": "Required. The resource name of the network policy to query for assigned external IP addresses. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-policy`",
575 "location": "path",
576 "pattern": "^projects/[^/]+/locations/[^/]+/networkPolicies/[^/]+$",
577 "required": true,
578 "type": "string"
579 },
580 "pageSize": {
581 "description": "The maximum number of external IP addresses to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.",
582 "format": "int32",
583 "location": "query",
584 "type": "integer"
585 },
586 "pageToken": {
587 "description": "A page token, received from a previous `FetchNetworkPolicyExternalAddresses` call. Provide this to retrieve the subsequent page. When paginating, all parameters provided to `FetchNetworkPolicyExternalAddresses`, except for `page_size` and `page_token`, must match the call that provided the page token.",
588 "location": "query",
589 "type": "string"
590 }
591 },
592 "path": "v1/{+networkPolicy}:fetchExternalAddresses",
593 "response": {
594 "$ref": "FetchNetworkPolicyExternalAddressesResponse"
595 },
596 "scopes": [
597 "https://www.googleapis.com/auth/cloud-platform"
598 ]
599 },
600 "get": {
601 "description": "Retrieves a `NetworkPolicy` resource by its resource name.",
602 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPolicies/{networkPoliciesId}",
603 "httpMethod": "GET",
604 "id": "vmwareengine.projects.locations.networkPolicies.get",
605 "parameterOrder": [
606 "name"
607 ],
608 "parameters": {
609 "name": {
610 "description": "Required. The resource name of the network policy to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-network-policy`",
611 "location": "path",
612 "pattern": "^projects/[^/]+/locations/[^/]+/networkPolicies/[^/]+$",
613 "required": true,
614 "type": "string"
615 }
616 },
617 "path": "v1/{+name}",
618 "response": {
619 "$ref": "NetworkPolicy"
620 },
621 "scopes": [
622 "https://www.googleapis.com/auth/cloud-platform"
623 ]
624 },
625 "list": {
626 "description": "Lists `NetworkPolicy` resources in a specified project and location.",
627 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPolicies",
628 "httpMethod": "GET",
629 "id": "vmwareengine.projects.locations.networkPolicies.list",
630 "parameterOrder": [
631 "parent"
632 ],
633 "parameters": {
634 "filter": {
635 "description": "A filter expression that matches resources returned in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be `=`, `!=`, `\u003e`, or `\u003c`. For example, if you are filtering a list of network policies, you can exclude the ones named `example-policy` by specifying `name != \"example-policy\"`. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (name = \"example-policy\") (createTime \u003e \"2021-04-12T08:15:10.40Z\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (name = \"example-policy-1\") AND (createTime \u003e \"2021-04-12T08:15:10.40Z\") OR (name = \"example-policy-2\") ```",
636 "location": "query",
637 "type": "string"
638 },
639 "orderBy": {
640 "description": "Sorts list results by a certain order. By default, returned results are ordered by `name` in ascending order. You can also sort results in descending order based on the `name` value using `orderBy=\"name desc\"`. Currently, only ordering by `name` is supported.",
641 "location": "query",
642 "type": "string"
643 },
644 "pageSize": {
645 "description": "The maximum number of network policies to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.",
646 "format": "int32",
647 "location": "query",
648 "type": "integer"
649 },
650 "pageToken": {
651 "description": "A page token, received from a previous `ListNetworkPolicies` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListNetworkPolicies` must match the call that provided the page token.",
652 "location": "query",
653 "type": "string"
654 },
655 "parent": {
656 "description": "Required. The resource name of the location (region) to query for network policies. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1`",
657 "location": "path",
658 "pattern": "^projects/[^/]+/locations/[^/]+$",
659 "required": true,
660 "type": "string"
661 }
662 },
663 "path": "v1/{+parent}/networkPolicies",
664 "response": {
665 "$ref": "ListNetworkPoliciesResponse"
666 },
667 "scopes": [
668 "https://www.googleapis.com/auth/cloud-platform"
669 ]
670 },
671 "patch": {
672 "description": "Modifies a `NetworkPolicy` resource. Only the following fields can be updated: `internet_access`, `external_ip`, `edge_services_cidr`. Only fields specified in `updateMask` are applied. When updating a network policy, the external IP network service can only be disabled if there are no external IP addresses present in the scope of the policy. Also, a `NetworkService` cannot be updated when `NetworkService.state` is set to `RECONCILING`. During operation processing, the resource is temporarily in the `ACTIVE` state before the operation fully completes. For that period of time, you can't update the resource. Use the operation status to determine when the processing fully completes.",
673 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPolicies/{networkPoliciesId}",
674 "httpMethod": "PATCH",
675 "id": "vmwareengine.projects.locations.networkPolicies.patch",
676 "parameterOrder": [
677 "name"
678 ],
679 "parameters": {
680 "name": {
681 "description": "Output only. The resource name of this network policy. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-network-policy`",
682 "location": "path",
683 "pattern": "^projects/[^/]+/locations/[^/]+/networkPolicies/[^/]+$",
684 "required": true,
685 "type": "string"
686 },
687 "requestId": {
688 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
689 "location": "query",
690 "type": "string"
691 },
692 "updateMask": {
693 "description": "Required. Field mask is used to specify the fields to be overwritten in the `NetworkPolicy` resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
694 "format": "google-fieldmask",
695 "location": "query",
696 "type": "string"
697 }
698 },
699 "path": "v1/{+name}",
700 "request": {
701 "$ref": "NetworkPolicy"
702 },
703 "response": {
704 "$ref": "Operation"
705 },
706 "scopes": [
707 "https://www.googleapis.com/auth/cloud-platform"
708 ]
709 }
710 },
711 "resources": {
712 "externalAccessRules": {
713 "methods": {
714 "create": {
715 "description": "Creates a new external access rule in a given network policy.",
716 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPolicies/{networkPoliciesId}/externalAccessRules",
717 "httpMethod": "POST",
718 "id": "vmwareengine.projects.locations.networkPolicies.externalAccessRules.create",
719 "parameterOrder": [
720 "parent"
721 ],
722 "parameters": {
723 "externalAccessRuleId": {
724 "description": "Required. The user-provided identifier of the `ExternalAccessRule` to be created. This identifier must be unique among `ExternalAccessRule` resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)",
725 "location": "query",
726 "type": "string"
727 },
728 "parent": {
729 "description": "Required. The resource name of the network policy to create a new external access firewall rule in. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-policy`",
730 "location": "path",
731 "pattern": "^projects/[^/]+/locations/[^/]+/networkPolicies/[^/]+$",
732 "required": true,
733 "type": "string"
734 },
735 "requestId": {
736 "description": "A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
737 "location": "query",
738 "type": "string"
739 }
740 },
741 "path": "v1/{+parent}/externalAccessRules",
742 "request": {
743 "$ref": "ExternalAccessRule"
744 },
745 "response": {
746 "$ref": "Operation"
747 },
748 "scopes": [
749 "https://www.googleapis.com/auth/cloud-platform"
750 ]
751 },
752 "delete": {
753 "description": "Deletes a single external access rule.",
754 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPolicies/{networkPoliciesId}/externalAccessRules/{externalAccessRulesId}",
755 "httpMethod": "DELETE",
756 "id": "vmwareengine.projects.locations.networkPolicies.externalAccessRules.delete",
757 "parameterOrder": [
758 "name"
759 ],
760 "parameters": {
761 "name": {
762 "description": "Required. The resource name of the external access firewall rule to delete. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-policy/externalAccessRules/my-rule`",
763 "location": "path",
764 "pattern": "^projects/[^/]+/locations/[^/]+/networkPolicies/[^/]+/externalAccessRules/[^/]+$",
765 "required": true,
766 "type": "string"
767 },
768 "requestId": {
769 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
770 "location": "query",
771 "type": "string"
772 }
773 },
774 "path": "v1/{+name}",
775 "response": {
776 "$ref": "Operation"
777 },
778 "scopes": [
779 "https://www.googleapis.com/auth/cloud-platform"
780 ]
781 },
782 "get": {
783 "description": "Gets details of a single external access rule.",
784 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPolicies/{networkPoliciesId}/externalAccessRules/{externalAccessRulesId}",
785 "httpMethod": "GET",
786 "id": "vmwareengine.projects.locations.networkPolicies.externalAccessRules.get",
787 "parameterOrder": [
788 "name"
789 ],
790 "parameters": {
791 "name": {
792 "description": "Required. The resource name of the external access firewall rule to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-policy/externalAccessRules/my-rule`",
793 "location": "path",
794 "pattern": "^projects/[^/]+/locations/[^/]+/networkPolicies/[^/]+/externalAccessRules/[^/]+$",
795 "required": true,
796 "type": "string"
797 }
798 },
799 "path": "v1/{+name}",
800 "response": {
801 "$ref": "ExternalAccessRule"
802 },
803 "scopes": [
804 "https://www.googleapis.com/auth/cloud-platform"
805 ]
806 },
807 "list": {
808 "description": "Lists `ExternalAccessRule` resources in the specified network policy.",
809 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPolicies/{networkPoliciesId}/externalAccessRules",
810 "httpMethod": "GET",
811 "id": "vmwareengine.projects.locations.networkPolicies.externalAccessRules.list",
812 "parameterOrder": [
813 "parent"
814 ],
815 "parameters": {
816 "filter": {
817 "description": "A filter expression that matches resources returned in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be `=`, `!=`, `\u003e`, or `\u003c`. For example, if you are filtering a list of external access rules, you can exclude the ones named `example-rule` by specifying `name != \"example-rule\"`. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (name = \"example-rule\") (createTime \u003e \"2021-04-12T08:15:10.40Z\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (name = \"example-rule-1\") AND (createTime \u003e \"2021-04-12T08:15:10.40Z\") OR (name = \"example-rule-2\") ```",
818 "location": "query",
819 "type": "string"
820 },
821 "orderBy": {
822 "description": "Sorts list results by a certain order. By default, returned results are ordered by `name` in ascending order. You can also sort results in descending order based on the `name` value using `orderBy=\"name desc\"`. Currently, only ordering by `name` is supported.",
823 "location": "query",
824 "type": "string"
825 },
826 "pageSize": {
827 "description": "The maximum number of external access rules to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.",
828 "format": "int32",
829 "location": "query",
830 "type": "integer"
831 },
832 "pageToken": {
833 "description": "A page token, received from a previous `ListExternalAccessRulesRequest` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListExternalAccessRulesRequest` must match the call that provided the page token.",
834 "location": "query",
835 "type": "string"
836 },
837 "parent": {
838 "description": "Required. The resource name of the network policy to query for external access firewall rules. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-policy`",
839 "location": "path",
840 "pattern": "^projects/[^/]+/locations/[^/]+/networkPolicies/[^/]+$",
841 "required": true,
842 "type": "string"
843 }
844 },
845 "path": "v1/{+parent}/externalAccessRules",
846 "response": {
847 "$ref": "ListExternalAccessRulesResponse"
848 },
849 "scopes": [
850 "https://www.googleapis.com/auth/cloud-platform"
851 ]
852 },
853 "patch": {
854 "description": "Updates the parameters of a single external access rule. Only fields specified in `update_mask` are applied.",
855 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/networkPolicies/{networkPoliciesId}/externalAccessRules/{externalAccessRulesId}",
856 "httpMethod": "PATCH",
857 "id": "vmwareengine.projects.locations.networkPolicies.externalAccessRules.patch",
858 "parameterOrder": [
859 "name"
860 ],
861 "parameters": {
862 "name": {
863 "description": "Output only. The resource name of this external access rule. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-policy/externalAccessRules/my-rule`",
864 "location": "path",
865 "pattern": "^projects/[^/]+/locations/[^/]+/networkPolicies/[^/]+/externalAccessRules/[^/]+$",
866 "required": true,
867 "type": "string"
868 },
869 "requestId": {
870 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
871 "location": "query",
872 "type": "string"
873 },
874 "updateMask": {
875 "description": "Required. Field mask is used to specify the fields to be overwritten in the `ExternalAccessRule` resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
876 "format": "google-fieldmask",
877 "location": "query",
878 "type": "string"
879 }
880 },
881 "path": "v1/{+name}",
882 "request": {
883 "$ref": "ExternalAccessRule"
884 },
885 "response": {
886 "$ref": "Operation"
887 },
888 "scopes": [
889 "https://www.googleapis.com/auth/cloud-platform"
890 ]
891 }
892 }
893 }
894 }
895 },
896 "nodeTypes": {
897 "methods": {
898 "get": {
899 "description": "Gets details of a single `NodeType`.",
900 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/nodeTypes/{nodeTypesId}",
901 "httpMethod": "GET",
902 "id": "vmwareengine.projects.locations.nodeTypes.get",
903 "parameterOrder": [
904 "name"
905 ],
906 "parameters": {
907 "name": {
908 "description": "Required. The resource name of the node type to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72`",
909 "location": "path",
910 "pattern": "^projects/[^/]+/locations/[^/]+/nodeTypes/[^/]+$",
911 "required": true,
912 "type": "string"
913 }
914 },
915 "path": "v1/{+name}",
916 "response": {
917 "$ref": "NodeType"
918 },
919 "scopes": [
920 "https://www.googleapis.com/auth/cloud-platform"
921 ]
922 },
923 "list": {
924 "description": "Lists node types",
925 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/nodeTypes",
926 "httpMethod": "GET",
927 "id": "vmwareengine.projects.locations.nodeTypes.list",
928 "parameterOrder": [
929 "parent"
930 ],
931 "parameters": {
932 "filter": {
933 "description": "A filter expression that matches resources returned in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be `=`, `!=`, `\u003e`, or `\u003c`. For example, if you are filtering a list of node types, you can exclude the ones named `standard-72` by specifying `name != \"standard-72\"`. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (name = \"standard-72\") (virtual_cpu_count \u003e 2) ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (name = \"standard-96\") AND (virtual_cpu_count \u003e 2) OR (name = \"standard-72\") ```",
934 "location": "query",
935 "type": "string"
936 },
937 "pageSize": {
938 "description": "The maximum number of node types to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.",
939 "format": "int32",
940 "location": "query",
941 "type": "integer"
942 },
943 "pageToken": {
944 "description": "A page token, received from a previous `ListNodeTypes` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListNodeTypes` must match the call that provided the page token.",
945 "location": "query",
946 "type": "string"
947 },
948 "parent": {
949 "description": "Required. The resource name of the location to be queried for node types. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a`",
950 "location": "path",
951 "pattern": "^projects/[^/]+/locations/[^/]+$",
952 "required": true,
953 "type": "string"
954 }
955 },
956 "path": "v1/{+parent}/nodeTypes",
957 "response": {
958 "$ref": "ListNodeTypesResponse"
959 },
960 "scopes": [
961 "https://www.googleapis.com/auth/cloud-platform"
962 ]
963 }
964 }
965 },
966 "operations": {
967 "methods": {
968 "delete": {
969 "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
970 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
971 "httpMethod": "DELETE",
972 "id": "vmwareengine.projects.locations.operations.delete",
973 "parameterOrder": [
974 "name"
975 ],
976 "parameters": {
977 "name": {
978 "description": "The name of the operation resource to be deleted.",
979 "location": "path",
980 "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
981 "required": true,
982 "type": "string"
983 }
984 },
985 "path": "v1/{+name}",
986 "response": {
987 "$ref": "Empty"
988 },
989 "scopes": [
990 "https://www.googleapis.com/auth/cloud-platform"
991 ]
992 },
993 "get": {
994 "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
995 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
996 "httpMethod": "GET",
997 "id": "vmwareengine.projects.locations.operations.get",
998 "parameterOrder": [
999 "name"
1000 ],
1001 "parameters": {
1002 "name": {
1003 "description": "The name of the operation resource.",
1004 "location": "path",
1005 "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
1006 "required": true,
1007 "type": "string"
1008 }
1009 },
1010 "path": "v1/{+name}",
1011 "response": {
1012 "$ref": "Operation"
1013 },
1014 "scopes": [
1015 "https://www.googleapis.com/auth/cloud-platform"
1016 ]
1017 },
1018 "list": {
1019 "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
1020 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations",
1021 "httpMethod": "GET",
1022 "id": "vmwareengine.projects.locations.operations.list",
1023 "parameterOrder": [
1024 "name"
1025 ],
1026 "parameters": {
1027 "filter": {
1028 "description": "The standard list filter.",
1029 "location": "query",
1030 "type": "string"
1031 },
1032 "name": {
1033 "description": "The name of the operation's parent resource.",
1034 "location": "path",
1035 "pattern": "^projects/[^/]+/locations/[^/]+$",
1036 "required": true,
1037 "type": "string"
1038 },
1039 "pageSize": {
1040 "description": "The standard list page size.",
1041 "format": "int32",
1042 "location": "query",
1043 "type": "integer"
1044 },
1045 "pageToken": {
1046 "description": "The standard list page token.",
1047 "location": "query",
1048 "type": "string"
1049 }
1050 },
1051 "path": "v1/{+name}/operations",
1052 "response": {
1053 "$ref": "ListOperationsResponse"
1054 },
1055 "scopes": [
1056 "https://www.googleapis.com/auth/cloud-platform"
1057 ]
1058 }
1059 }
1060 },
1061 "privateClouds": {
1062 "methods": {
1063 "create": {
1064 "description": "Creates a new `PrivateCloud` resource in a given project and location. Private clouds of type `STANDARD` and `TIME_LIMITED` are zonal resources, `STRETCHED` private clouds are regional. Creating a private cloud also creates a [management cluster](https://cloud.google.com/vmware-engine/docs/concepts-vmware-components) for that private cloud.",
1065 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds",
1066 "httpMethod": "POST",
1067 "id": "vmwareengine.projects.locations.privateClouds.create",
1068 "parameterOrder": [
1069 "parent"
1070 ],
1071 "parameters": {
1072 "parent": {
1073 "description": "Required. The resource name of the location to create the new private cloud in. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a`",
1074 "location": "path",
1075 "pattern": "^projects/[^/]+/locations/[^/]+$",
1076 "required": true,
1077 "type": "string"
1078 },
1079 "privateCloudId": {
1080 "description": "Required. The user-provided identifier of the private cloud to be created. This identifier must be unique among each `PrivateCloud` within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)",
1081 "location": "query",
1082 "type": "string"
1083 },
1084 "requestId": {
1085 "description": "Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1086 "location": "query",
1087 "type": "string"
1088 },
1089 "validateOnly": {
1090 "description": "Optional. True if you want the request to be validated and not executed; false otherwise.",
1091 "location": "query",
1092 "type": "boolean"
1093 }
1094 },
1095 "path": "v1/{+parent}/privateClouds",
1096 "request": {
1097 "$ref": "PrivateCloud"
1098 },
1099 "response": {
1100 "$ref": "Operation"
1101 },
1102 "scopes": [
1103 "https://www.googleapis.com/auth/cloud-platform"
1104 ]
1105 },
1106 "delete": {
1107 "description": "Schedules a `PrivateCloud` resource for deletion. A `PrivateCloud` resource scheduled for deletion has `PrivateCloud.state` set to `DELETED` and `expireTime` set to the time when deletion is final and can no longer be reversed. The delete operation is marked as done as soon as the `PrivateCloud` is successfully scheduled for deletion (this also applies when `delayHours` is set to zero), and the operation is not kept in pending state until `PrivateCloud` is purged. `PrivateCloud` can be restored using `UndeletePrivateCloud` method before the `expireTime` elapses. When `expireTime` is reached, deletion is final and all private cloud resources are irreversibly removed and billing stops. During the final removal process, `PrivateCloud.state` is set to `PURGING`. `PrivateCloud` can be polled using standard `GET` method for the whole period of deletion and purging. It will not be returned only when it is completely purged.",
1108 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}",
1109 "httpMethod": "DELETE",
1110 "id": "vmwareengine.projects.locations.privateClouds.delete",
1111 "parameterOrder": [
1112 "name"
1113 ],
1114 "parameters": {
1115 "delayHours": {
1116 "description": "Optional. Time delay of the deletion specified in hours. The default value is `3`. Specifying a non-zero value for this field changes the value of `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned deletion time. Deletion can be cancelled before `expire_time` elapses using VmwareEngine.UndeletePrivateCloud. Specifying a value of `0` for this field instead begins the deletion process and ceases billing immediately. During the final deletion process, the value of `PrivateCloud.state` becomes `PURGING`.",
1117 "format": "int32",
1118 "location": "query",
1119 "type": "integer"
1120 },
1121 "force": {
1122 "description": "Optional. If set to true, cascade delete is enabled and all children of this private cloud resource are also deleted. When this flag is set to false, the private cloud will not be deleted if there are any children other than the management cluster. The management cluster is always deleted.",
1123 "location": "query",
1124 "type": "boolean"
1125 },
1126 "name": {
1127 "description": "Required. The resource name of the private cloud to delete. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
1128 "location": "path",
1129 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
1130 "required": true,
1131 "type": "string"
1132 },
1133 "requestId": {
1134 "description": "Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1135 "location": "query",
1136 "type": "string"
1137 }
1138 },
1139 "path": "v1/{+name}",
1140 "response": {
1141 "$ref": "Operation"
1142 },
1143 "scopes": [
1144 "https://www.googleapis.com/auth/cloud-platform"
1145 ]
1146 },
1147 "get": {
1148 "description": "Retrieves a `PrivateCloud` resource by its resource name.",
1149 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}",
1150 "httpMethod": "GET",
1151 "id": "vmwareengine.projects.locations.privateClouds.get",
1152 "parameterOrder": [
1153 "name"
1154 ],
1155 "parameters": {
1156 "name": {
1157 "description": "Required. The resource name of the private cloud to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
1158 "location": "path",
1159 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
1160 "required": true,
1161 "type": "string"
1162 }
1163 },
1164 "path": "v1/{+name}",
1165 "response": {
1166 "$ref": "PrivateCloud"
1167 },
1168 "scopes": [
1169 "https://www.googleapis.com/auth/cloud-platform"
1170 ]
1171 },
1172 "getDnsForwarding": {
1173 "description": "Gets details of the `DnsForwarding` config.",
1174 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/dnsForwarding",
1175 "httpMethod": "GET",
1176 "id": "vmwareengine.projects.locations.privateClouds.getDnsForwarding",
1177 "parameterOrder": [
1178 "name"
1179 ],
1180 "parameters": {
1181 "name": {
1182 "description": "Required. The resource name of a `DnsForwarding` to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding`",
1183 "location": "path",
1184 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/dnsForwarding$",
1185 "required": true,
1186 "type": "string"
1187 }
1188 },
1189 "path": "v1/{+name}",
1190 "response": {
1191 "$ref": "DnsForwarding"
1192 },
1193 "scopes": [
1194 "https://www.googleapis.com/auth/cloud-platform"
1195 ]
1196 },
1197 "getIamPolicy": {
1198 "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
1199 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}:getIamPolicy",
1200 "httpMethod": "GET",
1201 "id": "vmwareengine.projects.locations.privateClouds.getIamPolicy",
1202 "parameterOrder": [
1203 "resource"
1204 ],
1205 "parameters": {
1206 "options.requestedPolicyVersion": {
1207 "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
1208 "format": "int32",
1209 "location": "query",
1210 "type": "integer"
1211 },
1212 "resource": {
1213 "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1214 "location": "path",
1215 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
1216 "required": true,
1217 "type": "string"
1218 }
1219 },
1220 "path": "v1/{+resource}:getIamPolicy",
1221 "response": {
1222 "$ref": "Policy"
1223 },
1224 "scopes": [
1225 "https://www.googleapis.com/auth/cloud-platform"
1226 ]
1227 },
1228 "list": {
1229 "description": "Lists `PrivateCloud` resources in a given project and location.",
1230 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds",
1231 "httpMethod": "GET",
1232 "id": "vmwareengine.projects.locations.privateClouds.list",
1233 "parameterOrder": [
1234 "parent"
1235 ],
1236 "parameters": {
1237 "filter": {
1238 "description": "A filter expression that matches resources returned in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be `=`, `!=`, `\u003e`, or `\u003c`. For example, if you are filtering a list of private clouds, you can exclude the ones named `example-pc` by specifying `name != \"example-pc\"`. You can also filter nested fields. For example, you could specify `networkConfig.managementCidr = \"192.168.0.0/24\"` to include private clouds only if they have a matching address in their network configuration. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (name = \"example-pc\") (createTime \u003e \"2021-04-12T08:15:10.40Z\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (name = \"private-cloud-1\") AND (createTime \u003e \"2021-04-12T08:15:10.40Z\") OR (name = \"private-cloud-2\") ```",
1239 "location": "query",
1240 "type": "string"
1241 },
1242 "orderBy": {
1243 "description": "Sorts list results by a certain order. By default, returned results are ordered by `name` in ascending order. You can also sort results in descending order based on the `name` value using `orderBy=\"name desc\"`. Currently, only ordering by `name` is supported.",
1244 "location": "query",
1245 "type": "string"
1246 },
1247 "pageSize": {
1248 "description": "The maximum number of private clouds to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.",
1249 "format": "int32",
1250 "location": "query",
1251 "type": "integer"
1252 },
1253 "pageToken": {
1254 "description": "A page token, received from a previous `ListPrivateClouds` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPrivateClouds` must match the call that provided the page token.",
1255 "location": "query",
1256 "type": "string"
1257 },
1258 "parent": {
1259 "description": "Required. The resource name of the private cloud to be queried for clusters. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a`",
1260 "location": "path",
1261 "pattern": "^projects/[^/]+/locations/[^/]+$",
1262 "required": true,
1263 "type": "string"
1264 }
1265 },
1266 "path": "v1/{+parent}/privateClouds",
1267 "response": {
1268 "$ref": "ListPrivateCloudsResponse"
1269 },
1270 "scopes": [
1271 "https://www.googleapis.com/auth/cloud-platform"
1272 ]
1273 },
1274 "patch": {
1275 "description": "Modifies a `PrivateCloud` resource. Only the following fields can be updated: `description`. Only fields specified in `updateMask` are applied. During operation processing, the resource is temporarily in the `ACTIVE` state before the operation fully completes. For that period of time, you can't update the resource. Use the operation status to determine when the processing fully completes.",
1276 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}",
1277 "httpMethod": "PATCH",
1278 "id": "vmwareengine.projects.locations.privateClouds.patch",
1279 "parameterOrder": [
1280 "name"
1281 ],
1282 "parameters": {
1283 "name": {
1284 "description": "Output only. The resource name of this private cloud. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
1285 "location": "path",
1286 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
1287 "required": true,
1288 "type": "string"
1289 },
1290 "requestId": {
1291 "description": "Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1292 "location": "query",
1293 "type": "string"
1294 },
1295 "updateMask": {
1296 "description": "Required. Field mask is used to specify the fields to be overwritten in the `PrivateCloud` resource by the update. The fields specified in `updateMask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
1297 "format": "google-fieldmask",
1298 "location": "query",
1299 "type": "string"
1300 }
1301 },
1302 "path": "v1/{+name}",
1303 "request": {
1304 "$ref": "PrivateCloud"
1305 },
1306 "response": {
1307 "$ref": "Operation"
1308 },
1309 "scopes": [
1310 "https://www.googleapis.com/auth/cloud-platform"
1311 ]
1312 },
1313 "resetNsxCredentials": {
1314 "description": "Resets credentials of the NSX appliance.",
1315 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}:resetNsxCredentials",
1316 "httpMethod": "POST",
1317 "id": "vmwareengine.projects.locations.privateClouds.resetNsxCredentials",
1318 "parameterOrder": [
1319 "privateCloud"
1320 ],
1321 "parameters": {
1322 "privateCloud": {
1323 "description": "Required. The resource name of the private cloud to reset credentials for. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
1324 "location": "path",
1325 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
1326 "required": true,
1327 "type": "string"
1328 }
1329 },
1330 "path": "v1/{+privateCloud}:resetNsxCredentials",
1331 "request": {
1332 "$ref": "ResetNsxCredentialsRequest"
1333 },
1334 "response": {
1335 "$ref": "Operation"
1336 },
1337 "scopes": [
1338 "https://www.googleapis.com/auth/cloud-platform"
1339 ]
1340 },
1341 "resetVcenterCredentials": {
1342 "description": "Resets credentials of the Vcenter appliance.",
1343 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}:resetVcenterCredentials",
1344 "httpMethod": "POST",
1345 "id": "vmwareengine.projects.locations.privateClouds.resetVcenterCredentials",
1346 "parameterOrder": [
1347 "privateCloud"
1348 ],
1349 "parameters": {
1350 "privateCloud": {
1351 "description": "Required. The resource name of the private cloud to reset credentials for. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
1352 "location": "path",
1353 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
1354 "required": true,
1355 "type": "string"
1356 }
1357 },
1358 "path": "v1/{+privateCloud}:resetVcenterCredentials",
1359 "request": {
1360 "$ref": "ResetVcenterCredentialsRequest"
1361 },
1362 "response": {
1363 "$ref": "Operation"
1364 },
1365 "scopes": [
1366 "https://www.googleapis.com/auth/cloud-platform"
1367 ]
1368 },
1369 "setIamPolicy": {
1370 "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
1371 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}:setIamPolicy",
1372 "httpMethod": "POST",
1373 "id": "vmwareengine.projects.locations.privateClouds.setIamPolicy",
1374 "parameterOrder": [
1375 "resource"
1376 ],
1377 "parameters": {
1378 "resource": {
1379 "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1380 "location": "path",
1381 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
1382 "required": true,
1383 "type": "string"
1384 }
1385 },
1386 "path": "v1/{+resource}:setIamPolicy",
1387 "request": {
1388 "$ref": "SetIamPolicyRequest"
1389 },
1390 "response": {
1391 "$ref": "Policy"
1392 },
1393 "scopes": [
1394 "https://www.googleapis.com/auth/cloud-platform"
1395 ]
1396 },
1397 "showNsxCredentials": {
1398 "description": "Gets details of credentials for NSX appliance.",
1399 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}:showNsxCredentials",
1400 "httpMethod": "GET",
1401 "id": "vmwareengine.projects.locations.privateClouds.showNsxCredentials",
1402 "parameterOrder": [
1403 "privateCloud"
1404 ],
1405 "parameters": {
1406 "privateCloud": {
1407 "description": "Required. The resource name of the private cloud to be queried for credentials. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
1408 "location": "path",
1409 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
1410 "required": true,
1411 "type": "string"
1412 }
1413 },
1414 "path": "v1/{+privateCloud}:showNsxCredentials",
1415 "response": {
1416 "$ref": "Credentials"
1417 },
1418 "scopes": [
1419 "https://www.googleapis.com/auth/cloud-platform"
1420 ]
1421 },
1422 "showVcenterCredentials": {
1423 "description": "Gets details of credentials for Vcenter appliance.",
1424 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}:showVcenterCredentials",
1425 "httpMethod": "GET",
1426 "id": "vmwareengine.projects.locations.privateClouds.showVcenterCredentials",
1427 "parameterOrder": [
1428 "privateCloud"
1429 ],
1430 "parameters": {
1431 "privateCloud": {
1432 "description": "Required. The resource name of the private cloud to be queried for credentials. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
1433 "location": "path",
1434 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
1435 "required": true,
1436 "type": "string"
1437 },
1438 "username": {
1439 "description": "Optional. The username of the user to be queried for credentials. The default value of this field is CloudOwner@gve.local. The provided value must be one of the following: CloudOwner@gve.local, solution-user-01@gve.local, solution-user-02@gve.local, solution-user-03@gve.local, solution-user-04@gve.local, solution-user-05@gve.local, zertoadmin@gve.local.",
1440 "location": "query",
1441 "type": "string"
1442 }
1443 },
1444 "path": "v1/{+privateCloud}:showVcenterCredentials",
1445 "response": {
1446 "$ref": "Credentials"
1447 },
1448 "scopes": [
1449 "https://www.googleapis.com/auth/cloud-platform"
1450 ]
1451 },
1452 "testIamPermissions": {
1453 "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
1454 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}:testIamPermissions",
1455 "httpMethod": "POST",
1456 "id": "vmwareengine.projects.locations.privateClouds.testIamPermissions",
1457 "parameterOrder": [
1458 "resource"
1459 ],
1460 "parameters": {
1461 "resource": {
1462 "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1463 "location": "path",
1464 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
1465 "required": true,
1466 "type": "string"
1467 }
1468 },
1469 "path": "v1/{+resource}:testIamPermissions",
1470 "request": {
1471 "$ref": "TestIamPermissionsRequest"
1472 },
1473 "response": {
1474 "$ref": "TestIamPermissionsResponse"
1475 },
1476 "scopes": [
1477 "https://www.googleapis.com/auth/cloud-platform"
1478 ]
1479 },
1480 "undelete": {
1481 "description": "Restores a private cloud that was previously scheduled for deletion by `DeletePrivateCloud`. A `PrivateCloud` resource scheduled for deletion has `PrivateCloud.state` set to `DELETED` and `PrivateCloud.expireTime` set to the time when deletion can no longer be reversed.",
1482 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}:undelete",
1483 "httpMethod": "POST",
1484 "id": "vmwareengine.projects.locations.privateClouds.undelete",
1485 "parameterOrder": [
1486 "name"
1487 ],
1488 "parameters": {
1489 "name": {
1490 "description": "Required. The resource name of the private cloud scheduled for deletion. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
1491 "location": "path",
1492 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
1493 "required": true,
1494 "type": "string"
1495 }
1496 },
1497 "path": "v1/{+name}:undelete",
1498 "request": {
1499 "$ref": "UndeletePrivateCloudRequest"
1500 },
1501 "response": {
1502 "$ref": "Operation"
1503 },
1504 "scopes": [
1505 "https://www.googleapis.com/auth/cloud-platform"
1506 ]
1507 },
1508 "updateDnsForwarding": {
1509 "description": "Updates the parameters of the `DnsForwarding` config, like associated domains. Only fields specified in `update_mask` are applied.",
1510 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/dnsForwarding",
1511 "httpMethod": "PATCH",
1512 "id": "vmwareengine.projects.locations.privateClouds.updateDnsForwarding",
1513 "parameterOrder": [
1514 "name"
1515 ],
1516 "parameters": {
1517 "name": {
1518 "description": "Output only. The resource name of this DNS profile. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding`",
1519 "location": "path",
1520 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/dnsForwarding$",
1521 "required": true,
1522 "type": "string"
1523 },
1524 "requestId": {
1525 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1526 "location": "query",
1527 "type": "string"
1528 },
1529 "updateMask": {
1530 "description": "Required. Field mask is used to specify the fields to be overwritten in the `DnsForwarding` resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
1531 "format": "google-fieldmask",
1532 "location": "query",
1533 "type": "string"
1534 }
1535 },
1536 "path": "v1/{+name}",
1537 "request": {
1538 "$ref": "DnsForwarding"
1539 },
1540 "response": {
1541 "$ref": "Operation"
1542 },
1543 "scopes": [
1544 "https://www.googleapis.com/auth/cloud-platform"
1545 ]
1546 }
1547 },
1548 "resources": {
1549 "clusters": {
1550 "methods": {
1551 "create": {
1552 "description": "Creates a new cluster in a given private cloud. Creating a new cluster provides additional nodes for use in the parent private cloud and requires sufficient [node quota](https://cloud.google.com/vmware-engine/quotas).",
1553 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/clusters",
1554 "httpMethod": "POST",
1555 "id": "vmwareengine.projects.locations.privateClouds.clusters.create",
1556 "parameterOrder": [
1557 "parent"
1558 ],
1559 "parameters": {
1560 "clusterId": {
1561 "description": "Required. The user-provided identifier of the new `Cluster`. This identifier must be unique among clusters within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)",
1562 "location": "query",
1563 "type": "string"
1564 },
1565 "parent": {
1566 "description": "Required. The resource name of the private cloud to create a new cluster in. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
1567 "location": "path",
1568 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
1569 "required": true,
1570 "type": "string"
1571 },
1572 "requestId": {
1573 "description": "Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1574 "location": "query",
1575 "type": "string"
1576 },
1577 "validateOnly": {
1578 "description": "Optional. True if you want the request to be validated and not executed; false otherwise.",
1579 "location": "query",
1580 "type": "boolean"
1581 }
1582 },
1583 "path": "v1/{+parent}/clusters",
1584 "request": {
1585 "$ref": "Cluster"
1586 },
1587 "response": {
1588 "$ref": "Operation"
1589 },
1590 "scopes": [
1591 "https://www.googleapis.com/auth/cloud-platform"
1592 ]
1593 },
1594 "delete": {
1595 "description": "Deletes a `Cluster` resource. To avoid unintended data loss, migrate or gracefully shut down any workloads running on the cluster before deletion. You cannot delete the management cluster of a private cloud using this method.",
1596 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/clusters/{clustersId}",
1597 "httpMethod": "DELETE",
1598 "id": "vmwareengine.projects.locations.privateClouds.clusters.delete",
1599 "parameterOrder": [
1600 "name"
1601 ],
1602 "parameters": {
1603 "name": {
1604 "description": "Required. The resource name of the cluster to delete. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster`",
1605 "location": "path",
1606 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/clusters/[^/]+$",
1607 "required": true,
1608 "type": "string"
1609 },
1610 "requestId": {
1611 "description": "Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1612 "location": "query",
1613 "type": "string"
1614 }
1615 },
1616 "path": "v1/{+name}",
1617 "response": {
1618 "$ref": "Operation"
1619 },
1620 "scopes": [
1621 "https://www.googleapis.com/auth/cloud-platform"
1622 ]
1623 },
1624 "get": {
1625 "description": "Retrieves a `Cluster` resource by its resource name.",
1626 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/clusters/{clustersId}",
1627 "httpMethod": "GET",
1628 "id": "vmwareengine.projects.locations.privateClouds.clusters.get",
1629 "parameterOrder": [
1630 "name"
1631 ],
1632 "parameters": {
1633 "name": {
1634 "description": "Required. The cluster resource name to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster`",
1635 "location": "path",
1636 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/clusters/[^/]+$",
1637 "required": true,
1638 "type": "string"
1639 }
1640 },
1641 "path": "v1/{+name}",
1642 "response": {
1643 "$ref": "Cluster"
1644 },
1645 "scopes": [
1646 "https://www.googleapis.com/auth/cloud-platform"
1647 ]
1648 },
1649 "getIamPolicy": {
1650 "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
1651 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/clusters/{clustersId}:getIamPolicy",
1652 "httpMethod": "GET",
1653 "id": "vmwareengine.projects.locations.privateClouds.clusters.getIamPolicy",
1654 "parameterOrder": [
1655 "resource"
1656 ],
1657 "parameters": {
1658 "options.requestedPolicyVersion": {
1659 "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
1660 "format": "int32",
1661 "location": "query",
1662 "type": "integer"
1663 },
1664 "resource": {
1665 "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1666 "location": "path",
1667 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/clusters/[^/]+$",
1668 "required": true,
1669 "type": "string"
1670 }
1671 },
1672 "path": "v1/{+resource}:getIamPolicy",
1673 "response": {
1674 "$ref": "Policy"
1675 },
1676 "scopes": [
1677 "https://www.googleapis.com/auth/cloud-platform"
1678 ]
1679 },
1680 "list": {
1681 "description": "Lists `Cluster` resources in a given private cloud.",
1682 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/clusters",
1683 "httpMethod": "GET",
1684 "id": "vmwareengine.projects.locations.privateClouds.clusters.list",
1685 "parameterOrder": [
1686 "parent"
1687 ],
1688 "parameters": {
1689 "filter": {
1690 "description": " To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (name = \"example-cluster\") (nodeCount = \"3\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (name = \"example-cluster-1\") AND (createTime \u003e \"2021-04-12T08:15:10.40Z\") OR (name = \"example-cluster-2\") ```",
1691 "location": "query",
1692 "type": "string"
1693 },
1694 "orderBy": {
1695 "description": "Sorts list results by a certain order. By default, returned results are ordered by `name` in ascending order. You can also sort results in descending order based on the `name` value using `orderBy=\"name desc\"`. Currently, only ordering by `name` is supported.",
1696 "location": "query",
1697 "type": "string"
1698 },
1699 "pageSize": {
1700 "description": "The maximum number of clusters to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.",
1701 "format": "int32",
1702 "location": "query",
1703 "type": "integer"
1704 },
1705 "pageToken": {
1706 "description": "A page token, received from a previous `ListClusters` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListClusters` must match the call that provided the page token.",
1707 "location": "query",
1708 "type": "string"
1709 },
1710 "parent": {
1711 "description": "Required. The resource name of the private cloud to query for clusters. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
1712 "location": "path",
1713 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
1714 "required": true,
1715 "type": "string"
1716 }
1717 },
1718 "path": "v1/{+parent}/clusters",
1719 "response": {
1720 "$ref": "ListClustersResponse"
1721 },
1722 "scopes": [
1723 "https://www.googleapis.com/auth/cloud-platform"
1724 ]
1725 },
1726 "patch": {
1727 "description": "Modifies a `Cluster` resource. Only fields specified in `updateMask` are applied. During operation processing, the resource is temporarily in the `ACTIVE` state before the operation fully completes. For that period of time, you can't update the resource. Use the operation status to determine when the processing fully completes.",
1728 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/clusters/{clustersId}",
1729 "httpMethod": "PATCH",
1730 "id": "vmwareengine.projects.locations.privateClouds.clusters.patch",
1731 "parameterOrder": [
1732 "name"
1733 ],
1734 "parameters": {
1735 "name": {
1736 "description": "Output only. The resource name of this cluster. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster`",
1737 "location": "path",
1738 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/clusters/[^/]+$",
1739 "required": true,
1740 "type": "string"
1741 },
1742 "requestId": {
1743 "description": "Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1744 "location": "query",
1745 "type": "string"
1746 },
1747 "updateMask": {
1748 "description": "Required. Field mask is used to specify the fields to be overwritten in the `Cluster` resource by the update. The fields specified in the `updateMask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
1749 "format": "google-fieldmask",
1750 "location": "query",
1751 "type": "string"
1752 },
1753 "validateOnly": {
1754 "description": "Optional. True if you want the request to be validated and not executed; false otherwise.",
1755 "location": "query",
1756 "type": "boolean"
1757 }
1758 },
1759 "path": "v1/{+name}",
1760 "request": {
1761 "$ref": "Cluster"
1762 },
1763 "response": {
1764 "$ref": "Operation"
1765 },
1766 "scopes": [
1767 "https://www.googleapis.com/auth/cloud-platform"
1768 ]
1769 },
1770 "setIamPolicy": {
1771 "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
1772 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/clusters/{clustersId}:setIamPolicy",
1773 "httpMethod": "POST",
1774 "id": "vmwareengine.projects.locations.privateClouds.clusters.setIamPolicy",
1775 "parameterOrder": [
1776 "resource"
1777 ],
1778 "parameters": {
1779 "resource": {
1780 "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1781 "location": "path",
1782 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/clusters/[^/]+$",
1783 "required": true,
1784 "type": "string"
1785 }
1786 },
1787 "path": "v1/{+resource}:setIamPolicy",
1788 "request": {
1789 "$ref": "SetIamPolicyRequest"
1790 },
1791 "response": {
1792 "$ref": "Policy"
1793 },
1794 "scopes": [
1795 "https://www.googleapis.com/auth/cloud-platform"
1796 ]
1797 },
1798 "testIamPermissions": {
1799 "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
1800 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/clusters/{clustersId}:testIamPermissions",
1801 "httpMethod": "POST",
1802 "id": "vmwareengine.projects.locations.privateClouds.clusters.testIamPermissions",
1803 "parameterOrder": [
1804 "resource"
1805 ],
1806 "parameters": {
1807 "resource": {
1808 "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1809 "location": "path",
1810 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/clusters/[^/]+$",
1811 "required": true,
1812 "type": "string"
1813 }
1814 },
1815 "path": "v1/{+resource}:testIamPermissions",
1816 "request": {
1817 "$ref": "TestIamPermissionsRequest"
1818 },
1819 "response": {
1820 "$ref": "TestIamPermissionsResponse"
1821 },
1822 "scopes": [
1823 "https://www.googleapis.com/auth/cloud-platform"
1824 ]
1825 }
1826 },
1827 "resources": {
1828 "nodes": {
1829 "methods": {
1830 "get": {
1831 "description": "Gets details of a single node.",
1832 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/clusters/{clustersId}/nodes/{nodesId}",
1833 "httpMethod": "GET",
1834 "id": "vmwareengine.projects.locations.privateClouds.clusters.nodes.get",
1835 "parameterOrder": [
1836 "name"
1837 ],
1838 "parameters": {
1839 "name": {
1840 "description": "Required. The resource name of the node to retrieve. For example: `projects/{project}/locations/{location}/privateClouds/{private_cloud}/clusters/{cluster}/nodes/{node}`",
1841 "location": "path",
1842 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/clusters/[^/]+/nodes/[^/]+$",
1843 "required": true,
1844 "type": "string"
1845 }
1846 },
1847 "path": "v1/{+name}",
1848 "response": {
1849 "$ref": "Node"
1850 },
1851 "scopes": [
1852 "https://www.googleapis.com/auth/cloud-platform"
1853 ]
1854 },
1855 "list": {
1856 "description": "Lists nodes in a given cluster.",
1857 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/clusters/{clustersId}/nodes",
1858 "httpMethod": "GET",
1859 "id": "vmwareengine.projects.locations.privateClouds.clusters.nodes.list",
1860 "parameterOrder": [
1861 "parent"
1862 ],
1863 "parameters": {
1864 "pageSize": {
1865 "description": "The maximum number of nodes to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.",
1866 "format": "int32",
1867 "location": "query",
1868 "type": "integer"
1869 },
1870 "pageToken": {
1871 "description": "A page token, received from a previous `ListNodes` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListNodes` must match the call that provided the page token.",
1872 "location": "query",
1873 "type": "string"
1874 },
1875 "parent": {
1876 "description": "Required. The resource name of the cluster to be queried for nodes. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster`",
1877 "location": "path",
1878 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/clusters/[^/]+$",
1879 "required": true,
1880 "type": "string"
1881 }
1882 },
1883 "path": "v1/{+parent}/nodes",
1884 "response": {
1885 "$ref": "ListNodesResponse"
1886 },
1887 "scopes": [
1888 "https://www.googleapis.com/auth/cloud-platform"
1889 ]
1890 }
1891 }
1892 }
1893 }
1894 },
1895 "externalAddresses": {
1896 "methods": {
1897 "create": {
1898 "description": "Creates a new `ExternalAddress` resource in a given private cloud. The network policy that corresponds to the private cloud must have the external IP address network service enabled (`NetworkPolicy.external_ip`).",
1899 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/externalAddresses",
1900 "httpMethod": "POST",
1901 "id": "vmwareengine.projects.locations.privateClouds.externalAddresses.create",
1902 "parameterOrder": [
1903 "parent"
1904 ],
1905 "parameters": {
1906 "externalAddressId": {
1907 "description": "Required. The user-provided identifier of the `ExternalAddress` to be created. This identifier must be unique among `ExternalAddress` resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)",
1908 "location": "query",
1909 "type": "string"
1910 },
1911 "parent": {
1912 "description": "Required. The resource name of the private cloud to create a new external IP address in. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
1913 "location": "path",
1914 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
1915 "required": true,
1916 "type": "string"
1917 },
1918 "requestId": {
1919 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1920 "location": "query",
1921 "type": "string"
1922 }
1923 },
1924 "path": "v1/{+parent}/externalAddresses",
1925 "request": {
1926 "$ref": "ExternalAddress"
1927 },
1928 "response": {
1929 "$ref": "Operation"
1930 },
1931 "scopes": [
1932 "https://www.googleapis.com/auth/cloud-platform"
1933 ]
1934 },
1935 "delete": {
1936 "description": "Deletes a single external IP address. When you delete an external IP address, connectivity between the external IP address and the corresponding internal IP address is lost.",
1937 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/externalAddresses/{externalAddressesId}",
1938 "httpMethod": "DELETE",
1939 "id": "vmwareengine.projects.locations.privateClouds.externalAddresses.delete",
1940 "parameterOrder": [
1941 "name"
1942 ],
1943 "parameters": {
1944 "name": {
1945 "description": "Required. The resource name of the external IP address to delete. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-ip`",
1946 "location": "path",
1947 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/externalAddresses/[^/]+$",
1948 "required": true,
1949 "type": "string"
1950 },
1951 "requestId": {
1952 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1953 "location": "query",
1954 "type": "string"
1955 }
1956 },
1957 "path": "v1/{+name}",
1958 "response": {
1959 "$ref": "Operation"
1960 },
1961 "scopes": [
1962 "https://www.googleapis.com/auth/cloud-platform"
1963 ]
1964 },
1965 "get": {
1966 "description": "Gets details of a single external IP address.",
1967 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/externalAddresses/{externalAddressesId}",
1968 "httpMethod": "GET",
1969 "id": "vmwareengine.projects.locations.privateClouds.externalAddresses.get",
1970 "parameterOrder": [
1971 "name"
1972 ],
1973 "parameters": {
1974 "name": {
1975 "description": "Required. The resource name of the external IP address to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-ip`",
1976 "location": "path",
1977 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/externalAddresses/[^/]+$",
1978 "required": true,
1979 "type": "string"
1980 }
1981 },
1982 "path": "v1/{+name}",
1983 "response": {
1984 "$ref": "ExternalAddress"
1985 },
1986 "scopes": [
1987 "https://www.googleapis.com/auth/cloud-platform"
1988 ]
1989 },
1990 "list": {
1991 "description": "Lists external IP addresses assigned to VMware workload VMs in a given private cloud.",
1992 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/externalAddresses",
1993 "httpMethod": "GET",
1994 "id": "vmwareengine.projects.locations.privateClouds.externalAddresses.list",
1995 "parameterOrder": [
1996 "parent"
1997 ],
1998 "parameters": {
1999 "filter": {
2000 "description": "A filter expression that matches resources returned in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be `=`, `!=`, `\u003e`, or `\u003c`. For example, if you are filtering a list of IP addresses, you can exclude the ones named `example-ip` by specifying `name != \"example-ip\"`. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (name = \"example-ip\") (createTime \u003e \"2021-04-12T08:15:10.40Z\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (name = \"example-ip-1\") AND (createTime \u003e \"2021-04-12T08:15:10.40Z\") OR (name = \"example-ip-2\") ```",
2001 "location": "query",
2002 "type": "string"
2003 },
2004 "orderBy": {
2005 "description": "Sorts list results by a certain order. By default, returned results are ordered by `name` in ascending order. You can also sort results in descending order based on the `name` value using `orderBy=\"name desc\"`. Currently, only ordering by `name` is supported.",
2006 "location": "query",
2007 "type": "string"
2008 },
2009 "pageSize": {
2010 "description": "The maximum number of external IP addresses to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.",
2011 "format": "int32",
2012 "location": "query",
2013 "type": "integer"
2014 },
2015 "pageToken": {
2016 "description": "A page token, received from a previous `ListExternalAddresses` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListExternalAddresses` must match the call that provided the page token.",
2017 "location": "query",
2018 "type": "string"
2019 },
2020 "parent": {
2021 "description": "Required. The resource name of the private cloud to be queried for external IP addresses. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
2022 "location": "path",
2023 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
2024 "required": true,
2025 "type": "string"
2026 }
2027 },
2028 "path": "v1/{+parent}/externalAddresses",
2029 "response": {
2030 "$ref": "ListExternalAddressesResponse"
2031 },
2032 "scopes": [
2033 "https://www.googleapis.com/auth/cloud-platform"
2034 ]
2035 },
2036 "patch": {
2037 "description": "Updates the parameters of a single external IP address. Only fields specified in `update_mask` are applied. During operation processing, the resource is temporarily in the `ACTIVE` state before the operation fully completes. For that period of time, you can't update the resource. Use the operation status to determine when the processing fully completes.",
2038 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/externalAddresses/{externalAddressesId}",
2039 "httpMethod": "PATCH",
2040 "id": "vmwareengine.projects.locations.privateClouds.externalAddresses.patch",
2041 "parameterOrder": [
2042 "name"
2043 ],
2044 "parameters": {
2045 "name": {
2046 "description": "Output only. The resource name of this external IP address. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address`",
2047 "location": "path",
2048 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/externalAddresses/[^/]+$",
2049 "required": true,
2050 "type": "string"
2051 },
2052 "requestId": {
2053 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2054 "location": "query",
2055 "type": "string"
2056 },
2057 "updateMask": {
2058 "description": "Required. Field mask is used to specify the fields to be overwritten in the `ExternalAddress` resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
2059 "format": "google-fieldmask",
2060 "location": "query",
2061 "type": "string"
2062 }
2063 },
2064 "path": "v1/{+name}",
2065 "request": {
2066 "$ref": "ExternalAddress"
2067 },
2068 "response": {
2069 "$ref": "Operation"
2070 },
2071 "scopes": [
2072 "https://www.googleapis.com/auth/cloud-platform"
2073 ]
2074 }
2075 }
2076 },
2077 "hcxActivationKeys": {
2078 "methods": {
2079 "create": {
2080 "description": "Creates a new HCX activation key in a given private cloud.",
2081 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/hcxActivationKeys",
2082 "httpMethod": "POST",
2083 "id": "vmwareengine.projects.locations.privateClouds.hcxActivationKeys.create",
2084 "parameterOrder": [
2085 "parent"
2086 ],
2087 "parameters": {
2088 "hcxActivationKeyId": {
2089 "description": "Required. The user-provided identifier of the `HcxActivationKey` to be created. This identifier must be unique among `HcxActivationKey` resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)",
2090 "location": "query",
2091 "type": "string"
2092 },
2093 "parent": {
2094 "description": "Required. The resource name of the private cloud to create the key for. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/privateClouds/my-cloud`",
2095 "location": "path",
2096 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
2097 "required": true,
2098 "type": "string"
2099 },
2100 "requestId": {
2101 "description": "A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2102 "location": "query",
2103 "type": "string"
2104 }
2105 },
2106 "path": "v1/{+parent}/hcxActivationKeys",
2107 "request": {
2108 "$ref": "HcxActivationKey"
2109 },
2110 "response": {
2111 "$ref": "Operation"
2112 },
2113 "scopes": [
2114 "https://www.googleapis.com/auth/cloud-platform"
2115 ]
2116 },
2117 "get": {
2118 "description": "Retrieves a `HcxActivationKey` resource by its resource name.",
2119 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/hcxActivationKeys/{hcxActivationKeysId}",
2120 "httpMethod": "GET",
2121 "id": "vmwareengine.projects.locations.privateClouds.hcxActivationKeys.get",
2122 "parameterOrder": [
2123 "name"
2124 ],
2125 "parameters": {
2126 "name": {
2127 "description": "Required. The resource name of the HCX activation key to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key`",
2128 "location": "path",
2129 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/hcxActivationKeys/[^/]+$",
2130 "required": true,
2131 "type": "string"
2132 }
2133 },
2134 "path": "v1/{+name}",
2135 "response": {
2136 "$ref": "HcxActivationKey"
2137 },
2138 "scopes": [
2139 "https://www.googleapis.com/auth/cloud-platform"
2140 ]
2141 },
2142 "getIamPolicy": {
2143 "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
2144 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/hcxActivationKeys/{hcxActivationKeysId}:getIamPolicy",
2145 "httpMethod": "GET",
2146 "id": "vmwareengine.projects.locations.privateClouds.hcxActivationKeys.getIamPolicy",
2147 "parameterOrder": [
2148 "resource"
2149 ],
2150 "parameters": {
2151 "options.requestedPolicyVersion": {
2152 "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
2153 "format": "int32",
2154 "location": "query",
2155 "type": "integer"
2156 },
2157 "resource": {
2158 "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
2159 "location": "path",
2160 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/hcxActivationKeys/[^/]+$",
2161 "required": true,
2162 "type": "string"
2163 }
2164 },
2165 "path": "v1/{+resource}:getIamPolicy",
2166 "response": {
2167 "$ref": "Policy"
2168 },
2169 "scopes": [
2170 "https://www.googleapis.com/auth/cloud-platform"
2171 ]
2172 },
2173 "list": {
2174 "description": "Lists `HcxActivationKey` resources in a given private cloud.",
2175 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/hcxActivationKeys",
2176 "httpMethod": "GET",
2177 "id": "vmwareengine.projects.locations.privateClouds.hcxActivationKeys.list",
2178 "parameterOrder": [
2179 "parent"
2180 ],
2181 "parameters": {
2182 "pageSize": {
2183 "description": "The maximum number of HCX activation keys to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.",
2184 "format": "int32",
2185 "location": "query",
2186 "type": "integer"
2187 },
2188 "pageToken": {
2189 "description": "A page token, received from a previous `ListHcxActivationKeys` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListHcxActivationKeys` must match the call that provided the page token.",
2190 "location": "query",
2191 "type": "string"
2192 },
2193 "parent": {
2194 "description": "Required. The resource name of the private cloud to be queried for HCX activation keys. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/privateClouds/my-cloud`",
2195 "location": "path",
2196 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
2197 "required": true,
2198 "type": "string"
2199 }
2200 },
2201 "path": "v1/{+parent}/hcxActivationKeys",
2202 "response": {
2203 "$ref": "ListHcxActivationKeysResponse"
2204 },
2205 "scopes": [
2206 "https://www.googleapis.com/auth/cloud-platform"
2207 ]
2208 },
2209 "setIamPolicy": {
2210 "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
2211 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/hcxActivationKeys/{hcxActivationKeysId}:setIamPolicy",
2212 "httpMethod": "POST",
2213 "id": "vmwareengine.projects.locations.privateClouds.hcxActivationKeys.setIamPolicy",
2214 "parameterOrder": [
2215 "resource"
2216 ],
2217 "parameters": {
2218 "resource": {
2219 "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
2220 "location": "path",
2221 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/hcxActivationKeys/[^/]+$",
2222 "required": true,
2223 "type": "string"
2224 }
2225 },
2226 "path": "v1/{+resource}:setIamPolicy",
2227 "request": {
2228 "$ref": "SetIamPolicyRequest"
2229 },
2230 "response": {
2231 "$ref": "Policy"
2232 },
2233 "scopes": [
2234 "https://www.googleapis.com/auth/cloud-platform"
2235 ]
2236 },
2237 "testIamPermissions": {
2238 "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
2239 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/hcxActivationKeys/{hcxActivationKeysId}:testIamPermissions",
2240 "httpMethod": "POST",
2241 "id": "vmwareengine.projects.locations.privateClouds.hcxActivationKeys.testIamPermissions",
2242 "parameterOrder": [
2243 "resource"
2244 ],
2245 "parameters": {
2246 "resource": {
2247 "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
2248 "location": "path",
2249 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/hcxActivationKeys/[^/]+$",
2250 "required": true,
2251 "type": "string"
2252 }
2253 },
2254 "path": "v1/{+resource}:testIamPermissions",
2255 "request": {
2256 "$ref": "TestIamPermissionsRequest"
2257 },
2258 "response": {
2259 "$ref": "TestIamPermissionsResponse"
2260 },
2261 "scopes": [
2262 "https://www.googleapis.com/auth/cloud-platform"
2263 ]
2264 }
2265 }
2266 },
2267 "loggingServers": {
2268 "methods": {
2269 "create": {
2270 "description": "Create a new logging server for a given private cloud.",
2271 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/loggingServers",
2272 "httpMethod": "POST",
2273 "id": "vmwareengine.projects.locations.privateClouds.loggingServers.create",
2274 "parameterOrder": [
2275 "parent"
2276 ],
2277 "parameters": {
2278 "loggingServerId": {
2279 "description": "Required. The user-provided identifier of the `LoggingServer` to be created. This identifier must be unique among `LoggingServer` resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)",
2280 "location": "query",
2281 "type": "string"
2282 },
2283 "parent": {
2284 "description": "Required. The resource name of the private cloud to create a new Logging Server in. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
2285 "location": "path",
2286 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
2287 "required": true,
2288 "type": "string"
2289 },
2290 "requestId": {
2291 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2292 "location": "query",
2293 "type": "string"
2294 }
2295 },
2296 "path": "v1/{+parent}/loggingServers",
2297 "request": {
2298 "$ref": "LoggingServer"
2299 },
2300 "response": {
2301 "$ref": "Operation"
2302 },
2303 "scopes": [
2304 "https://www.googleapis.com/auth/cloud-platform"
2305 ]
2306 },
2307 "delete": {
2308 "description": "Deletes a single logging server.",
2309 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/loggingServers/{loggingServersId}",
2310 "httpMethod": "DELETE",
2311 "id": "vmwareengine.projects.locations.privateClouds.loggingServers.delete",
2312 "parameterOrder": [
2313 "name"
2314 ],
2315 "parameters": {
2316 "name": {
2317 "description": "Required. The resource name of the logging server to delete. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/loggingServers/my-logging-server`",
2318 "location": "path",
2319 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/loggingServers/[^/]+$",
2320 "required": true,
2321 "type": "string"
2322 },
2323 "requestId": {
2324 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2325 "location": "query",
2326 "type": "string"
2327 }
2328 },
2329 "path": "v1/{+name}",
2330 "response": {
2331 "$ref": "Operation"
2332 },
2333 "scopes": [
2334 "https://www.googleapis.com/auth/cloud-platform"
2335 ]
2336 },
2337 "get": {
2338 "description": "Gets details of a logging server.",
2339 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/loggingServers/{loggingServersId}",
2340 "httpMethod": "GET",
2341 "id": "vmwareengine.projects.locations.privateClouds.loggingServers.get",
2342 "parameterOrder": [
2343 "name"
2344 ],
2345 "parameters": {
2346 "name": {
2347 "description": "Required. The resource name of the Logging Server to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/loggingServers/my-logging-server`",
2348 "location": "path",
2349 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/loggingServers/[^/]+$",
2350 "required": true,
2351 "type": "string"
2352 }
2353 },
2354 "path": "v1/{+name}",
2355 "response": {
2356 "$ref": "LoggingServer"
2357 },
2358 "scopes": [
2359 "https://www.googleapis.com/auth/cloud-platform"
2360 ]
2361 },
2362 "list": {
2363 "description": "Lists logging servers configured for a given private cloud.",
2364 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/loggingServers",
2365 "httpMethod": "GET",
2366 "id": "vmwareengine.projects.locations.privateClouds.loggingServers.list",
2367 "parameterOrder": [
2368 "parent"
2369 ],
2370 "parameters": {
2371 "filter": {
2372 "description": "A filter expression that matches resources returned in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be `=`, `!=`, `\u003e`, or `\u003c`. For example, if you are filtering a list of logging servers, you can exclude the ones named `example-server` by specifying `name != \"example-server\"`. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (name = \"example-server\") (createTime \u003e \"2021-04-12T08:15:10.40Z\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (name = \"example-server-1\") AND (createTime \u003e \"2021-04-12T08:15:10.40Z\") OR (name = \"example-server-2\") ```",
2373 "location": "query",
2374 "type": "string"
2375 },
2376 "orderBy": {
2377 "description": "Sorts list results by a certain order. By default, returned results are ordered by `name` in ascending order. You can also sort results in descending order based on the `name` value using `orderBy=\"name desc\"`. Currently, only ordering by `name` is supported.",
2378 "location": "query",
2379 "type": "string"
2380 },
2381 "pageSize": {
2382 "description": "The maximum number of logging servers to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.",
2383 "format": "int32",
2384 "location": "query",
2385 "type": "integer"
2386 },
2387 "pageToken": {
2388 "description": "A page token, received from a previous `ListLoggingServersRequest` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListLoggingServersRequest` must match the call that provided the page token.",
2389 "location": "query",
2390 "type": "string"
2391 },
2392 "parent": {
2393 "description": "Required. The resource name of the private cloud to be queried for logging servers. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
2394 "location": "path",
2395 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
2396 "required": true,
2397 "type": "string"
2398 }
2399 },
2400 "path": "v1/{+parent}/loggingServers",
2401 "response": {
2402 "$ref": "ListLoggingServersResponse"
2403 },
2404 "scopes": [
2405 "https://www.googleapis.com/auth/cloud-platform"
2406 ]
2407 },
2408 "patch": {
2409 "description": "Updates the parameters of a single logging server. Only fields specified in `update_mask` are applied.",
2410 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/loggingServers/{loggingServersId}",
2411 "httpMethod": "PATCH",
2412 "id": "vmwareengine.projects.locations.privateClouds.loggingServers.patch",
2413 "parameterOrder": [
2414 "name"
2415 ],
2416 "parameters": {
2417 "name": {
2418 "description": "Output only. The resource name of this logging server. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/loggingServers/my-logging-server`",
2419 "location": "path",
2420 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/loggingServers/[^/]+$",
2421 "required": true,
2422 "type": "string"
2423 },
2424 "requestId": {
2425 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2426 "location": "query",
2427 "type": "string"
2428 },
2429 "updateMask": {
2430 "description": "Required. Field mask is used to specify the fields to be overwritten in the `LoggingServer` resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
2431 "format": "google-fieldmask",
2432 "location": "query",
2433 "type": "string"
2434 }
2435 },
2436 "path": "v1/{+name}",
2437 "request": {
2438 "$ref": "LoggingServer"
2439 },
2440 "response": {
2441 "$ref": "Operation"
2442 },
2443 "scopes": [
2444 "https://www.googleapis.com/auth/cloud-platform"
2445 ]
2446 }
2447 }
2448 },
2449 "managementDnsZoneBindings": {
2450 "methods": {
2451 "create": {
2452 "description": "Creates a new `ManagementDnsZoneBinding` resource in a private cloud. This RPC creates the DNS binding and the resource that represents the DNS binding of the consumer VPC network to the management DNS zone. A management DNS zone is the Cloud DNS cross-project binding zone that VMware Engine creates for each private cloud. It contains FQDNs and corresponding IP addresses for the private cloud's ESXi hosts and management VM appliances like vCenter and NSX Manager.",
2453 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/managementDnsZoneBindings",
2454 "httpMethod": "POST",
2455 "id": "vmwareengine.projects.locations.privateClouds.managementDnsZoneBindings.create",
2456 "parameterOrder": [
2457 "parent"
2458 ],
2459 "parameters": {
2460 "managementDnsZoneBindingId": {
2461 "description": "Required. The user-provided identifier of the `ManagementDnsZoneBinding` resource to be created. This identifier must be unique among `ManagementDnsZoneBinding` resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)",
2462 "location": "query",
2463 "type": "string"
2464 },
2465 "parent": {
2466 "description": "Required. The resource name of the private cloud to create a new management DNS zone binding for. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
2467 "location": "path",
2468 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
2469 "required": true,
2470 "type": "string"
2471 },
2472 "requestId": {
2473 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2474 "location": "query",
2475 "type": "string"
2476 }
2477 },
2478 "path": "v1/{+parent}/managementDnsZoneBindings",
2479 "request": {
2480 "$ref": "ManagementDnsZoneBinding"
2481 },
2482 "response": {
2483 "$ref": "Operation"
2484 },
2485 "scopes": [
2486 "https://www.googleapis.com/auth/cloud-platform"
2487 ]
2488 },
2489 "delete": {
2490 "description": "Deletes a `ManagementDnsZoneBinding` resource. When a management DNS zone binding is deleted, the corresponding consumer VPC network is no longer bound to the management DNS zone.",
2491 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/managementDnsZoneBindings/{managementDnsZoneBindingsId}",
2492 "httpMethod": "DELETE",
2493 "id": "vmwareengine.projects.locations.privateClouds.managementDnsZoneBindings.delete",
2494 "parameterOrder": [
2495 "name"
2496 ],
2497 "parameters": {
2498 "name": {
2499 "description": "Required. The resource name of the management DNS zone binding to delete. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/managementDnsZoneBindings/my-management-dns-zone-binding`",
2500 "location": "path",
2501 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/managementDnsZoneBindings/[^/]+$",
2502 "required": true,
2503 "type": "string"
2504 },
2505 "requestId": {
2506 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2507 "location": "query",
2508 "type": "string"
2509 }
2510 },
2511 "path": "v1/{+name}",
2512 "response": {
2513 "$ref": "Operation"
2514 },
2515 "scopes": [
2516 "https://www.googleapis.com/auth/cloud-platform"
2517 ]
2518 },
2519 "get": {
2520 "description": "Retrieves a 'ManagementDnsZoneBinding' resource by its resource name.",
2521 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/managementDnsZoneBindings/{managementDnsZoneBindingsId}",
2522 "httpMethod": "GET",
2523 "id": "vmwareengine.projects.locations.privateClouds.managementDnsZoneBindings.get",
2524 "parameterOrder": [
2525 "name"
2526 ],
2527 "parameters": {
2528 "name": {
2529 "description": "Required. The resource name of the management DNS zone binding to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/managementDnsZoneBindings/my-management-dns-zone-binding`",
2530 "location": "path",
2531 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/managementDnsZoneBindings/[^/]+$",
2532 "required": true,
2533 "type": "string"
2534 }
2535 },
2536 "path": "v1/{+name}",
2537 "response": {
2538 "$ref": "ManagementDnsZoneBinding"
2539 },
2540 "scopes": [
2541 "https://www.googleapis.com/auth/cloud-platform"
2542 ]
2543 },
2544 "list": {
2545 "description": "Lists Consumer VPCs bound to Management DNS Zone of a given private cloud.",
2546 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/managementDnsZoneBindings",
2547 "httpMethod": "GET",
2548 "id": "vmwareengine.projects.locations.privateClouds.managementDnsZoneBindings.list",
2549 "parameterOrder": [
2550 "parent"
2551 ],
2552 "parameters": {
2553 "filter": {
2554 "description": "A filter expression that matches resources returned in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be `=`, `!=`, `\u003e`, or `\u003c`. For example, if you are filtering a list of Management DNS Zone Bindings, you can exclude the ones named `example-management-dns-zone-binding` by specifying `name != \"example-management-dns-zone-binding\"`. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (name = \"example-management-dns-zone-binding\") (createTime \u003e \"2021-04-12T08:15:10.40Z\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (name = \"example-management-dns-zone-binding-1\") AND (createTime \u003e \"2021-04-12T08:15:10.40Z\") OR (name = \"example-management-dns-zone-binding-2\") ```",
2555 "location": "query",
2556 "type": "string"
2557 },
2558 "orderBy": {
2559 "description": "Sorts list results by a certain order. By default, returned results are ordered by `name` in ascending order. You can also sort results in descending order based on the `name` value using `orderBy=\"name desc\"`. Currently, only ordering by `name` is supported.",
2560 "location": "query",
2561 "type": "string"
2562 },
2563 "pageSize": {
2564 "description": "The maximum number of management DNS zone bindings to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.",
2565 "format": "int32",
2566 "location": "query",
2567 "type": "integer"
2568 },
2569 "pageToken": {
2570 "description": "A page token, received from a previous `ListManagementDnsZoneBindings` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListManagementDnsZoneBindings` must match the call that provided the page token.",
2571 "location": "query",
2572 "type": "string"
2573 },
2574 "parent": {
2575 "description": "Required. The resource name of the private cloud to be queried for management DNS zone bindings. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
2576 "location": "path",
2577 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
2578 "required": true,
2579 "type": "string"
2580 }
2581 },
2582 "path": "v1/{+parent}/managementDnsZoneBindings",
2583 "response": {
2584 "$ref": "ListManagementDnsZoneBindingsResponse"
2585 },
2586 "scopes": [
2587 "https://www.googleapis.com/auth/cloud-platform"
2588 ]
2589 },
2590 "patch": {
2591 "description": "Updates a `ManagementDnsZoneBinding` resource. Only fields specified in `update_mask` are applied.",
2592 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/managementDnsZoneBindings/{managementDnsZoneBindingsId}",
2593 "httpMethod": "PATCH",
2594 "id": "vmwareengine.projects.locations.privateClouds.managementDnsZoneBindings.patch",
2595 "parameterOrder": [
2596 "name"
2597 ],
2598 "parameters": {
2599 "name": {
2600 "description": "Output only. The resource name of this binding. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/managementDnsZoneBindings/my-management-dns-zone-binding`",
2601 "location": "path",
2602 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/managementDnsZoneBindings/[^/]+$",
2603 "required": true,
2604 "type": "string"
2605 },
2606 "requestId": {
2607 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2608 "location": "query",
2609 "type": "string"
2610 },
2611 "updateMask": {
2612 "description": "Required. Field mask is used to specify the fields to be overwritten in the `ManagementDnsZoneBinding` resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
2613 "format": "google-fieldmask",
2614 "location": "query",
2615 "type": "string"
2616 }
2617 },
2618 "path": "v1/{+name}",
2619 "request": {
2620 "$ref": "ManagementDnsZoneBinding"
2621 },
2622 "response": {
2623 "$ref": "Operation"
2624 },
2625 "scopes": [
2626 "https://www.googleapis.com/auth/cloud-platform"
2627 ]
2628 },
2629 "repair": {
2630 "description": "Retries to create a `ManagementDnsZoneBinding` resource that is in failed state.",
2631 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/managementDnsZoneBindings/{managementDnsZoneBindingsId}:repair",
2632 "httpMethod": "POST",
2633 "id": "vmwareengine.projects.locations.privateClouds.managementDnsZoneBindings.repair",
2634 "parameterOrder": [
2635 "name"
2636 ],
2637 "parameters": {
2638 "name": {
2639 "description": "Required. The resource name of the management DNS zone binding to repair. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/managementDnsZoneBindings/my-management-dns-zone-binding`",
2640 "location": "path",
2641 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/managementDnsZoneBindings/[^/]+$",
2642 "required": true,
2643 "type": "string"
2644 }
2645 },
2646 "path": "v1/{+name}:repair",
2647 "request": {
2648 "$ref": "RepairManagementDnsZoneBindingRequest"
2649 },
2650 "response": {
2651 "$ref": "Operation"
2652 },
2653 "scopes": [
2654 "https://www.googleapis.com/auth/cloud-platform"
2655 ]
2656 }
2657 }
2658 },
2659 "subnets": {
2660 "methods": {
2661 "get": {
2662 "description": "Gets details of a single subnet.",
2663 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/subnets/{subnetsId}",
2664 "httpMethod": "GET",
2665 "id": "vmwareengine.projects.locations.privateClouds.subnets.get",
2666 "parameterOrder": [
2667 "name"
2668 ],
2669 "parameters": {
2670 "name": {
2671 "description": "Required. The resource name of the subnet to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet`",
2672 "location": "path",
2673 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/subnets/[^/]+$",
2674 "required": true,
2675 "type": "string"
2676 }
2677 },
2678 "path": "v1/{+name}",
2679 "response": {
2680 "$ref": "Subnet"
2681 },
2682 "scopes": [
2683 "https://www.googleapis.com/auth/cloud-platform"
2684 ]
2685 },
2686 "list": {
2687 "description": "Lists subnets in a given private cloud.",
2688 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/subnets",
2689 "httpMethod": "GET",
2690 "id": "vmwareengine.projects.locations.privateClouds.subnets.list",
2691 "parameterOrder": [
2692 "parent"
2693 ],
2694 "parameters": {
2695 "pageSize": {
2696 "description": "The maximum number of subnets to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.",
2697 "format": "int32",
2698 "location": "query",
2699 "type": "integer"
2700 },
2701 "pageToken": {
2702 "description": "A page token, received from a previous `ListSubnetsRequest` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListSubnetsRequest` must match the call that provided the page token.",
2703 "location": "query",
2704 "type": "string"
2705 },
2706 "parent": {
2707 "description": "Required. The resource name of the private cloud to be queried for subnets. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
2708 "location": "path",
2709 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+$",
2710 "required": true,
2711 "type": "string"
2712 }
2713 },
2714 "path": "v1/{+parent}/subnets",
2715 "response": {
2716 "$ref": "ListSubnetsResponse"
2717 },
2718 "scopes": [
2719 "https://www.googleapis.com/auth/cloud-platform"
2720 ]
2721 },
2722 "patch": {
2723 "description": "Updates the parameters of a single subnet. Only fields specified in `update_mask` are applied. *Note*: This API is synchronous and always returns a successful `google.longrunning.Operation` (LRO). The returned LRO will only have `done` and `response` fields.",
2724 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateClouds/{privateCloudsId}/subnets/{subnetsId}",
2725 "httpMethod": "PATCH",
2726 "id": "vmwareengine.projects.locations.privateClouds.subnets.patch",
2727 "parameterOrder": [
2728 "name"
2729 ],
2730 "parameters": {
2731 "name": {
2732 "description": "Output only. The resource name of this subnet. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet`",
2733 "location": "path",
2734 "pattern": "^projects/[^/]+/locations/[^/]+/privateClouds/[^/]+/subnets/[^/]+$",
2735 "required": true,
2736 "type": "string"
2737 },
2738 "updateMask": {
2739 "description": "Required. Field mask is used to specify the fields to be overwritten in the `Subnet` resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
2740 "format": "google-fieldmask",
2741 "location": "query",
2742 "type": "string"
2743 }
2744 },
2745 "path": "v1/{+name}",
2746 "request": {
2747 "$ref": "Subnet"
2748 },
2749 "response": {
2750 "$ref": "Operation"
2751 },
2752 "scopes": [
2753 "https://www.googleapis.com/auth/cloud-platform"
2754 ]
2755 }
2756 }
2757 }
2758 }
2759 },
2760 "privateConnections": {
2761 "methods": {
2762 "create": {
2763 "description": "Creates a new private connection that can be used for accessing private Clouds.",
2764 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateConnections",
2765 "httpMethod": "POST",
2766 "id": "vmwareengine.projects.locations.privateConnections.create",
2767 "parameterOrder": [
2768 "parent"
2769 ],
2770 "parameters": {
2771 "parent": {
2772 "description": "Required. The resource name of the location to create the new private connection in. Private connection is a regional resource. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1`",
2773 "location": "path",
2774 "pattern": "^projects/[^/]+/locations/[^/]+$",
2775 "required": true,
2776 "type": "string"
2777 },
2778 "privateConnectionId": {
2779 "description": "Required. The user-provided identifier of the new private connection. This identifier must be unique among private connection resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)",
2780 "location": "query",
2781 "type": "string"
2782 },
2783 "requestId": {
2784 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2785 "location": "query",
2786 "type": "string"
2787 }
2788 },
2789 "path": "v1/{+parent}/privateConnections",
2790 "request": {
2791 "$ref": "PrivateConnection"
2792 },
2793 "response": {
2794 "$ref": "Operation"
2795 },
2796 "scopes": [
2797 "https://www.googleapis.com/auth/cloud-platform"
2798 ]
2799 },
2800 "delete": {
2801 "description": "Deletes a `PrivateConnection` resource. When a private connection is deleted for a VMware Engine network, the connected network becomes inaccessible to that VMware Engine network.",
2802 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateConnections/{privateConnectionsId}",
2803 "httpMethod": "DELETE",
2804 "id": "vmwareengine.projects.locations.privateConnections.delete",
2805 "parameterOrder": [
2806 "name"
2807 ],
2808 "parameters": {
2809 "name": {
2810 "description": "Required. The resource name of the private connection to be deleted. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/privateConnections/my-connection`",
2811 "location": "path",
2812 "pattern": "^projects/[^/]+/locations/[^/]+/privateConnections/[^/]+$",
2813 "required": true,
2814 "type": "string"
2815 },
2816 "requestId": {
2817 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2818 "location": "query",
2819 "type": "string"
2820 }
2821 },
2822 "path": "v1/{+name}",
2823 "response": {
2824 "$ref": "Operation"
2825 },
2826 "scopes": [
2827 "https://www.googleapis.com/auth/cloud-platform"
2828 ]
2829 },
2830 "get": {
2831 "description": "Retrieves a `PrivateConnection` resource by its resource name. The resource contains details of the private connection, such as connected network, routing mode and state.",
2832 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateConnections/{privateConnectionsId}",
2833 "httpMethod": "GET",
2834 "id": "vmwareengine.projects.locations.privateConnections.get",
2835 "parameterOrder": [
2836 "name"
2837 ],
2838 "parameters": {
2839 "name": {
2840 "description": "Required. The resource name of the private connection to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/privateConnections/my-connection`",
2841 "location": "path",
2842 "pattern": "^projects/[^/]+/locations/[^/]+/privateConnections/[^/]+$",
2843 "required": true,
2844 "type": "string"
2845 }
2846 },
2847 "path": "v1/{+name}",
2848 "response": {
2849 "$ref": "PrivateConnection"
2850 },
2851 "scopes": [
2852 "https://www.googleapis.com/auth/cloud-platform"
2853 ]
2854 },
2855 "list": {
2856 "description": "Lists `PrivateConnection` resources in a given project and location.",
2857 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateConnections",
2858 "httpMethod": "GET",
2859 "id": "vmwareengine.projects.locations.privateConnections.list",
2860 "parameterOrder": [
2861 "parent"
2862 ],
2863 "parameters": {
2864 "filter": {
2865 "description": "A filter expression that matches resources returned in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be `=`, `!=`, `\u003e`, or `\u003c`. For example, if you are filtering a list of private connections, you can exclude the ones named `example-connection` by specifying `name != \"example-connection\"`. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (name = \"example-connection\") (createTime \u003e \"2022-09-22T08:15:10.40Z\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (name = \"example-connection-1\") AND (createTime \u003e \"2021-04-12T08:15:10.40Z\") OR (name = \"example-connection-2\") ```",
2866 "location": "query",
2867 "type": "string"
2868 },
2869 "orderBy": {
2870 "description": "Sorts list results by a certain order. By default, returned results are ordered by `name` in ascending order. You can also sort results in descending order based on the `name` value using `orderBy=\"name desc\"`. Currently, only ordering by `name` is supported.",
2871 "location": "query",
2872 "type": "string"
2873 },
2874 "pageSize": {
2875 "description": "The maximum number of private connections to return in one page. The maximum value is coerced to 1000. The default value of this field is 500.",
2876 "format": "int32",
2877 "location": "query",
2878 "type": "integer"
2879 },
2880 "pageToken": {
2881 "description": "A page token, received from a previous `ListPrivateConnections` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPrivateConnections` must match the call that provided the page token.",
2882 "location": "query",
2883 "type": "string"
2884 },
2885 "parent": {
2886 "description": "Required. The resource name of the location to query for private connections. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1`",
2887 "location": "path",
2888 "pattern": "^projects/[^/]+/locations/[^/]+$",
2889 "required": true,
2890 "type": "string"
2891 }
2892 },
2893 "path": "v1/{+parent}/privateConnections",
2894 "response": {
2895 "$ref": "ListPrivateConnectionsResponse"
2896 },
2897 "scopes": [
2898 "https://www.googleapis.com/auth/cloud-platform"
2899 ]
2900 },
2901 "patch": {
2902 "description": "Modifies a `PrivateConnection` resource. Only `description` and `routing_mode` fields can be updated. Only fields specified in `updateMask` are applied.",
2903 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateConnections/{privateConnectionsId}",
2904 "httpMethod": "PATCH",
2905 "id": "vmwareengine.projects.locations.privateConnections.patch",
2906 "parameterOrder": [
2907 "name"
2908 ],
2909 "parameters": {
2910 "name": {
2911 "description": "Output only. The resource name of the private connection. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/privateConnections/my-connection`",
2912 "location": "path",
2913 "pattern": "^projects/[^/]+/locations/[^/]+/privateConnections/[^/]+$",
2914 "required": true,
2915 "type": "string"
2916 },
2917 "requestId": {
2918 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2919 "location": "query",
2920 "type": "string"
2921 },
2922 "updateMask": {
2923 "description": "Required. Field mask is used to specify the fields to be overwritten in the `PrivateConnection` resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
2924 "format": "google-fieldmask",
2925 "location": "query",
2926 "type": "string"
2927 }
2928 },
2929 "path": "v1/{+name}",
2930 "request": {
2931 "$ref": "PrivateConnection"
2932 },
2933 "response": {
2934 "$ref": "Operation"
2935 },
2936 "scopes": [
2937 "https://www.googleapis.com/auth/cloud-platform"
2938 ]
2939 }
2940 },
2941 "resources": {
2942 "peeringRoutes": {
2943 "methods": {
2944 "list": {
2945 "description": "Lists the private connection routes exchanged over a peering connection.",
2946 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/privateConnections/{privateConnectionsId}/peeringRoutes",
2947 "httpMethod": "GET",
2948 "id": "vmwareengine.projects.locations.privateConnections.peeringRoutes.list",
2949 "parameterOrder": [
2950 "parent"
2951 ],
2952 "parameters": {
2953 "pageSize": {
2954 "description": "The maximum number of peering routes to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.",
2955 "format": "int32",
2956 "location": "query",
2957 "type": "integer"
2958 },
2959 "pageToken": {
2960 "description": "A page token, received from a previous `ListPrivateConnectionPeeringRoutes` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPrivateConnectionPeeringRoutes` must match the call that provided the page token.",
2961 "location": "query",
2962 "type": "string"
2963 },
2964 "parent": {
2965 "description": "Required. The resource name of the private connection to retrieve peering routes from. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-west1/privateConnections/my-connection`",
2966 "location": "path",
2967 "pattern": "^projects/[^/]+/locations/[^/]+/privateConnections/[^/]+$",
2968 "required": true,
2969 "type": "string"
2970 }
2971 },
2972 "path": "v1/{+parent}/peeringRoutes",
2973 "response": {
2974 "$ref": "ListPrivateConnectionPeeringRoutesResponse"
2975 },
2976 "scopes": [
2977 "https://www.googleapis.com/auth/cloud-platform"
2978 ]
2979 }
2980 }
2981 }
2982 }
2983 },
2984 "vmwareEngineNetworks": {
2985 "methods": {
2986 "create": {
2987 "description": "Creates a new VMware Engine network that can be used by a private cloud.",
2988 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/vmwareEngineNetworks",
2989 "httpMethod": "POST",
2990 "id": "vmwareengine.projects.locations.vmwareEngineNetworks.create",
2991 "parameterOrder": [
2992 "parent"
2993 ],
2994 "parameters": {
2995 "parent": {
2996 "description": "Required. The resource name of the location to create the new VMware Engine network in. A VMware Engine network of type `LEGACY` is a regional resource, and a VMware Engine network of type `STANDARD` is a global resource. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global`",
2997 "location": "path",
2998 "pattern": "^projects/[^/]+/locations/[^/]+$",
2999 "required": true,
3000 "type": "string"
3001 },
3002 "requestId": {
3003 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
3004 "location": "query",
3005 "type": "string"
3006 },
3007 "vmwareEngineNetworkId": {
3008 "description": "Required. The user-provided identifier of the new VMware Engine network. This identifier must be unique among VMware Engine network resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * For networks of type LEGACY, adheres to the format: `{region-id}-default`. Replace `{region-id}` with the region where you want to create the VMware Engine network. For example, \"us-central1-default\". * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)",
3009 "location": "query",
3010 "type": "string"
3011 }
3012 },
3013 "path": "v1/{+parent}/vmwareEngineNetworks",
3014 "request": {
3015 "$ref": "VmwareEngineNetwork"
3016 },
3017 "response": {
3018 "$ref": "Operation"
3019 },
3020 "scopes": [
3021 "https://www.googleapis.com/auth/cloud-platform"
3022 ]
3023 },
3024 "delete": {
3025 "description": "Deletes a `VmwareEngineNetwork` resource. You can only delete a VMware Engine network after all resources that refer to it are deleted. For example, a private cloud, a network peering, and a network policy can all refer to the same VMware Engine network.",
3026 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/vmwareEngineNetworks/{vmwareEngineNetworksId}",
3027 "httpMethod": "DELETE",
3028 "id": "vmwareengine.projects.locations.vmwareEngineNetworks.delete",
3029 "parameterOrder": [
3030 "name"
3031 ],
3032 "parameters": {
3033 "etag": {
3034 "description": "Optional. Checksum used to ensure that the user-provided value is up to date before the server processes the request. The server compares provided checksum with the current checksum of the resource. If the user-provided value is out of date, this request returns an `ABORTED` error.",
3035 "location": "query",
3036 "type": "string"
3037 },
3038 "name": {
3039 "description": "Required. The resource name of the VMware Engine network to be deleted. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/vmwareEngineNetworks/my-network`",
3040 "location": "path",
3041 "pattern": "^projects/[^/]+/locations/[^/]+/vmwareEngineNetworks/[^/]+$",
3042 "required": true,
3043 "type": "string"
3044 },
3045 "requestId": {
3046 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
3047 "location": "query",
3048 "type": "string"
3049 }
3050 },
3051 "path": "v1/{+name}",
3052 "response": {
3053 "$ref": "Operation"
3054 },
3055 "scopes": [
3056 "https://www.googleapis.com/auth/cloud-platform"
3057 ]
3058 },
3059 "get": {
3060 "description": "Retrieves a `VmwareEngineNetwork` resource by its resource name. The resource contains details of the VMware Engine network, such as its VMware Engine network type, peered networks in a service project, and state (for example, `CREATING`, `ACTIVE`, `DELETING`).",
3061 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/vmwareEngineNetworks/{vmwareEngineNetworksId}",
3062 "httpMethod": "GET",
3063 "id": "vmwareengine.projects.locations.vmwareEngineNetworks.get",
3064 "parameterOrder": [
3065 "name"
3066 ],
3067 "parameters": {
3068 "name": {
3069 "description": "Required. The resource name of the VMware Engine network to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/vmwareEngineNetworks/my-network`",
3070 "location": "path",
3071 "pattern": "^projects/[^/]+/locations/[^/]+/vmwareEngineNetworks/[^/]+$",
3072 "required": true,
3073 "type": "string"
3074 }
3075 },
3076 "path": "v1/{+name}",
3077 "response": {
3078 "$ref": "VmwareEngineNetwork"
3079 },
3080 "scopes": [
3081 "https://www.googleapis.com/auth/cloud-platform"
3082 ]
3083 },
3084 "list": {
3085 "description": "Lists `VmwareEngineNetwork` resources in a given project and location.",
3086 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/vmwareEngineNetworks",
3087 "httpMethod": "GET",
3088 "id": "vmwareengine.projects.locations.vmwareEngineNetworks.list",
3089 "parameterOrder": [
3090 "parent"
3091 ],
3092 "parameters": {
3093 "filter": {
3094 "description": "A filter expression that matches resources returned in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be `=`, `!=`, `\u003e`, or `\u003c`. For example, if you are filtering a list of network peerings, you can exclude the ones named `example-network` by specifying `name != \"example-network\"`. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (name = \"example-network\") (createTime \u003e \"2021-04-12T08:15:10.40Z\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (name = \"example-network-1\") AND (createTime \u003e \"2021-04-12T08:15:10.40Z\") OR (name = \"example-network-2\") ```",
3095 "location": "query",
3096 "type": "string"
3097 },
3098 "orderBy": {
3099 "description": "Sorts list results by a certain order. By default, returned results are ordered by `name` in ascending order. You can also sort results in descending order based on the `name` value using `orderBy=\"name desc\"`. Currently, only ordering by `name` is supported.",
3100 "location": "query",
3101 "type": "string"
3102 },
3103 "pageSize": {
3104 "description": "The maximum number of results to return in one page. The maximum value is coerced to 1000. The default value of this field is 500.",
3105 "format": "int32",
3106 "location": "query",
3107 "type": "integer"
3108 },
3109 "pageToken": {
3110 "description": "A page token, received from a previous `ListVmwareEngineNetworks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListVmwareEngineNetworks` must match the call that provided the page token.",
3111 "location": "query",
3112 "type": "string"
3113 },
3114 "parent": {
3115 "description": "Required. The resource name of the location to query for VMware Engine networks. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global`",
3116 "location": "path",
3117 "pattern": "^projects/[^/]+/locations/[^/]+$",
3118 "required": true,
3119 "type": "string"
3120 }
3121 },
3122 "path": "v1/{+parent}/vmwareEngineNetworks",
3123 "response": {
3124 "$ref": "ListVmwareEngineNetworksResponse"
3125 },
3126 "scopes": [
3127 "https://www.googleapis.com/auth/cloud-platform"
3128 ]
3129 },
3130 "patch": {
3131 "description": "Modifies a VMware Engine network resource. Only the following fields can be updated: `description`. Only fields specified in `updateMask` are applied.",
3132 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/vmwareEngineNetworks/{vmwareEngineNetworksId}",
3133 "httpMethod": "PATCH",
3134 "id": "vmwareengine.projects.locations.vmwareEngineNetworks.patch",
3135 "parameterOrder": [
3136 "name"
3137 ],
3138 "parameters": {
3139 "name": {
3140 "description": "Output only. The resource name of the VMware Engine network. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/vmwareEngineNetworks/my-network`",
3141 "location": "path",
3142 "pattern": "^projects/[^/]+/locations/[^/]+/vmwareEngineNetworks/[^/]+$",
3143 "required": true,
3144 "type": "string"
3145 },
3146 "requestId": {
3147 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
3148 "location": "query",
3149 "type": "string"
3150 },
3151 "updateMask": {
3152 "description": "Required. Field mask is used to specify the fields to be overwritten in the VMware Engine network resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. Only the following fields can be updated: `description`.",
3153 "format": "google-fieldmask",
3154 "location": "query",
3155 "type": "string"
3156 }
3157 },
3158 "path": "v1/{+name}",
3159 "request": {
3160 "$ref": "VmwareEngineNetwork"
3161 },
3162 "response": {
3163 "$ref": "Operation"
3164 },
3165 "scopes": [
3166 "https://www.googleapis.com/auth/cloud-platform"
3167 ]
3168 }
3169 }
3170 }
3171 }
3172 }
3173 }
3174 }
3175 },
3176 "revision": "20240412",
3177 "rootUrl": "https://vmwareengine.googleapis.com/",
3178 "schemas": {
3179 "AuditConfig": {
3180 "description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.",
3181 "id": "AuditConfig",
3182 "properties": {
3183 "auditLogConfigs": {
3184 "description": "The configuration for logging of each type of permission.",
3185 "items": {
3186 "$ref": "AuditLogConfig"
3187 },
3188 "type": "array"
3189 },
3190 "service": {
3191 "description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.",
3192 "type": "string"
3193 }
3194 },
3195 "type": "object"
3196 },
3197 "AuditLogConfig": {
3198 "description": "Provides the configuration for logging a type of permissions. Example: { \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.",
3199 "id": "AuditLogConfig",
3200 "properties": {
3201 "exemptedMembers": {
3202 "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.",
3203 "items": {
3204 "type": "string"
3205 },
3206 "type": "array"
3207 },
3208 "logType": {
3209 "description": "The log type that this config enables.",
3210 "enum": [
3211 "LOG_TYPE_UNSPECIFIED",
3212 "ADMIN_READ",
3213 "DATA_WRITE",
3214 "DATA_READ"
3215 ],
3216 "enumDescriptions": [
3217 "Default case. Should never be this.",
3218 "Admin reads. Example: CloudIAM getIamPolicy",
3219 "Data writes. Example: CloudSQL Users create",
3220 "Data reads. Example: CloudSQL Users list"
3221 ],
3222 "type": "string"
3223 }
3224 },
3225 "type": "object"
3226 },
3227 "Binding": {
3228 "description": "Associates `members`, or principals, with a `role`.",
3229 "id": "Binding",
3230 "properties": {
3231 "condition": {
3232 "$ref": "Expr",
3233 "description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
3234 },
3235 "members": {
3236 "description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.",
3237 "items": {
3238 "type": "string"
3239 },
3240 "type": "array"
3241 },
3242 "role": {
3243 "description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
3244 "type": "string"
3245 }
3246 },
3247 "type": "object"
3248 },
3249 "Cluster": {
3250 "description": "A cluster in a private cloud.",
3251 "id": "Cluster",
3252 "properties": {
3253 "createTime": {
3254 "description": "Output only. Creation time of this resource.",
3255 "format": "google-datetime",
3256 "readOnly": true,
3257 "type": "string"
3258 },
3259 "management": {
3260 "description": "Output only. True if the cluster is a management cluster; false otherwise. There can only be one management cluster in a private cloud and it has to be the first one.",
3261 "readOnly": true,
3262 "type": "boolean"
3263 },
3264 "name": {
3265 "description": "Output only. The resource name of this cluster. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster`",
3266 "readOnly": true,
3267 "type": "string"
3268 },
3269 "nodeTypeConfigs": {
3270 "additionalProperties": {
3271 "$ref": "NodeTypeConfig"
3272 },
3273 "description": "Required. The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the `NodeType`).",
3274 "type": "object"
3275 },
3276 "state": {
3277 "description": "Output only. State of the resource.",
3278 "enum": [
3279 "STATE_UNSPECIFIED",
3280 "ACTIVE",
3281 "CREATING",
3282 "UPDATING",
3283 "DELETING",
3284 "REPAIRING"
3285 ],
3286 "enumDescriptions": [
3287 "The default value. This value should never be used.",
3288 "The Cluster is operational and can be used by the user.",
3289 "The Cluster is being deployed.",
3290 "Adding or removing of a node to the cluster, any other cluster specific updates.",
3291 "The Cluster is being deleted.",
3292 "The Cluster is undergoing maintenance, for example: a failed node is getting replaced."
3293 ],
3294 "readOnly": true,
3295 "type": "string"
3296 },
3297 "stretchedClusterConfig": {
3298 "$ref": "StretchedClusterConfig",
3299 "description": "Optional. Configuration of a stretched cluster. Required for clusters that belong to a STRETCHED private cloud."
3300 },
3301 "uid": {
3302 "description": "Output only. System-generated unique identifier for the resource.",
3303 "readOnly": true,
3304 "type": "string"
3305 },
3306 "updateTime": {
3307 "description": "Output only. Last update time of this resource.",
3308 "format": "google-datetime",
3309 "readOnly": true,
3310 "type": "string"
3311 }
3312 },
3313 "type": "object"
3314 },
3315 "Credentials": {
3316 "description": "Credentials for a private cloud.",
3317 "id": "Credentials",
3318 "properties": {
3319 "password": {
3320 "description": "Initial password.",
3321 "type": "string"
3322 },
3323 "username": {
3324 "description": "Initial username.",
3325 "type": "string"
3326 }
3327 },
3328 "type": "object"
3329 },
3330 "DnsBindPermission": {
3331 "description": "DnsBindPermission resource that contains the accounts having the consumer DNS bind permission on the corresponding intranet VPC of the consumer project.",
3332 "id": "DnsBindPermission",
3333 "properties": {
3334 "name": {
3335 "description": "Required. Output only. The name of the resource which stores the users/service accounts having the permission to bind to the corresponding intranet VPC of the consumer project. DnsBindPermission is a global resource and location can only be global. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/dnsBindPermission`",
3336 "readOnly": true,
3337 "type": "string"
3338 },
3339 "principals": {
3340 "description": "Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.",
3341 "items": {
3342 "$ref": "Principal"
3343 },
3344 "readOnly": true,
3345 "type": "array"
3346 }
3347 },
3348 "type": "object"
3349 },
3350 "DnsForwarding": {
3351 "description": "DNS forwarding config. This config defines a list of domain to name server mappings, and is attached to the private cloud for custom domain resolution.",
3352 "id": "DnsForwarding",
3353 "properties": {
3354 "createTime": {
3355 "description": "Output only. Creation time of this resource.",
3356 "format": "google-datetime",
3357 "readOnly": true,
3358 "type": "string"
3359 },
3360 "forwardingRules": {
3361 "description": "Required. List of domain mappings to configure",
3362 "items": {
3363 "$ref": "ForwardingRule"
3364 },
3365 "type": "array"
3366 },
3367 "name": {
3368 "description": "Output only. The resource name of this DNS profile. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding`",
3369 "readOnly": true,
3370 "type": "string"
3371 },
3372 "updateTime": {
3373 "description": "Output only. Last update time of this resource.",
3374 "format": "google-datetime",
3375 "readOnly": true,
3376 "type": "string"
3377 }
3378 },
3379 "type": "object"
3380 },
3381 "Empty": {
3382 "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
3383 "id": "Empty",
3384 "properties": {},
3385 "type": "object"
3386 },
3387 "Expr": {
3388 "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \u003c 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' \u0026\u0026 document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.",
3389 "id": "Expr",
3390 "properties": {
3391 "description": {
3392 "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.",
3393 "type": "string"
3394 },
3395 "expression": {
3396 "description": "Textual representation of an expression in Common Expression Language syntax.",
3397 "type": "string"
3398 },
3399 "location": {
3400 "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.",
3401 "type": "string"
3402 },
3403 "title": {
3404 "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.",
3405 "type": "string"
3406 }
3407 },
3408 "type": "object"
3409 },
3410 "ExternalAccessRule": {
3411 "description": "External access firewall rules for filtering incoming traffic destined to `ExternalAddress` resources.",
3412 "id": "ExternalAccessRule",
3413 "properties": {
3414 "action": {
3415 "description": "The action that the external access rule performs.",
3416 "enum": [
3417 "ACTION_UNSPECIFIED",
3418 "ALLOW",
3419 "DENY"
3420 ],
3421 "enumDescriptions": [
3422 "Defaults to allow.",
3423 "Allows connections that match the other specified components.",
3424 "Blocks connections that match the other specified components."
3425 ],
3426 "type": "string"
3427 },
3428 "createTime": {
3429 "description": "Output only. Creation time of this resource.",
3430 "format": "google-datetime",
3431 "readOnly": true,
3432 "type": "string"
3433 },
3434 "description": {
3435 "description": "User-provided description for this external access rule.",
3436 "type": "string"
3437 },
3438 "destinationIpRanges": {
3439 "description": "If destination ranges are specified, the external access rule applies only to the traffic that has a destination IP address in these ranges. The specified IP addresses must have reserved external IP addresses in the scope of the parent network policy. To match all external IP addresses in the scope of the parent network policy, specify `0.0.0.0/0`. To match a specific external IP address, specify it using the `IpRange.external_address` property.",
3440 "items": {
3441 "$ref": "IpRange"
3442 },
3443 "type": "array"
3444 },
3445 "destinationPorts": {
3446 "description": "A list of destination ports to which the external access rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. For example: `[\"22\"]`, `[\"80\",\"443\"]`, or `[\"12345-12349\"]`. To match all destination ports, specify `[\"0-65535\"]`.",
3447 "items": {
3448 "type": "string"
3449 },
3450 "type": "array"
3451 },
3452 "ipProtocol": {
3453 "description": "The IP protocol to which the external access rule applies. This value can be one of the following three protocol strings (not case-sensitive): `tcp`, `udp`, or `icmp`.",
3454 "type": "string"
3455 },
3456 "name": {
3457 "description": "Output only. The resource name of this external access rule. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-policy/externalAccessRules/my-rule`",
3458 "readOnly": true,
3459 "type": "string"
3460 },
3461 "priority": {
3462 "description": "External access rule priority, which determines the external access rule to use when multiple rules apply. If multiple rules have the same priority, their ordering is non-deterministic. If specific ordering is required, assign unique priorities to enforce such ordering. The external access rule priority is an integer from 100 to 4096, both inclusive. Lower integers indicate higher precedence. For example, a rule with priority `100` has higher precedence than a rule with priority `101`.",
3463 "format": "int32",
3464 "type": "integer"
3465 },
3466 "sourceIpRanges": {
3467 "description": "If source ranges are specified, the external access rule applies only to traffic that has a source IP address in these ranges. These ranges can either be expressed in the CIDR format or as an IP address. As only inbound rules are supported, `ExternalAddress` resources cannot be the source IP addresses of an external access rule. To match all source addresses, specify `0.0.0.0/0`.",
3468 "items": {
3469 "$ref": "IpRange"
3470 },
3471 "type": "array"
3472 },
3473 "sourcePorts": {
3474 "description": "A list of source ports to which the external access rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. For example: `[\"22\"]`, `[\"80\",\"443\"]`, or `[\"12345-12349\"]`. To match all source ports, specify `[\"0-65535\"]`.",
3475 "items": {
3476 "type": "string"
3477 },
3478 "type": "array"
3479 },
3480 "state": {
3481 "description": "Output only. The state of the resource.",
3482 "enum": [
3483 "STATE_UNSPECIFIED",
3484 "ACTIVE",
3485 "CREATING",
3486 "UPDATING",
3487 "DELETING"
3488 ],
3489 "enumDescriptions": [
3490 "The default value. This value is used if the state is omitted.",
3491 "The rule is ready.",
3492 "The rule is being created.",
3493 "The rule is being updated.",
3494 "The rule is being deleted."
3495 ],
3496 "readOnly": true,
3497 "type": "string"
3498 },
3499 "uid": {
3500 "description": "Output only. System-generated unique identifier for the resource.",
3501 "readOnly": true,
3502 "type": "string"
3503 },
3504 "updateTime": {
3505 "description": "Output only. Last update time of this resource.",
3506 "format": "google-datetime",
3507 "readOnly": true,
3508 "type": "string"
3509 }
3510 },
3511 "type": "object"
3512 },
3513 "ExternalAddress": {
3514 "description": "Represents an allocated external IP address and its corresponding internal IP address in a private cloud.",
3515 "id": "ExternalAddress",
3516 "properties": {
3517 "createTime": {
3518 "description": "Output only. Creation time of this resource.",
3519 "format": "google-datetime",
3520 "readOnly": true,
3521 "type": "string"
3522 },
3523 "description": {
3524 "description": "User-provided description for this resource.",
3525 "type": "string"
3526 },
3527 "externalIp": {
3528 "description": "Output only. The external IP address of a workload VM.",
3529 "readOnly": true,
3530 "type": "string"
3531 },
3532 "internalIp": {
3533 "description": "The internal IP address of a workload VM.",
3534 "type": "string"
3535 },
3536 "name": {
3537 "description": "Output only. The resource name of this external IP address. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address`",
3538 "readOnly": true,
3539 "type": "string"
3540 },
3541 "state": {
3542 "description": "Output only. The state of the resource.",
3543 "enum": [
3544 "STATE_UNSPECIFIED",
3545 "ACTIVE",
3546 "CREATING",
3547 "UPDATING",
3548 "DELETING"
3549 ],
3550 "enumDescriptions": [
3551 "The default value. This value should never be used.",
3552 "The address is ready.",
3553 "The address is being created.",
3554 "The address is being updated.",
3555 "The address is being deleted."
3556 ],
3557 "readOnly": true,
3558 "type": "string"
3559 },
3560 "uid": {
3561 "description": "Output only. System-generated unique identifier for the resource.",
3562 "readOnly": true,
3563 "type": "string"
3564 },
3565 "updateTime": {
3566 "description": "Output only. Last update time of this resource.",
3567 "format": "google-datetime",
3568 "readOnly": true,
3569 "type": "string"
3570 }
3571 },
3572 "type": "object"
3573 },
3574 "FetchNetworkPolicyExternalAddressesResponse": {
3575 "description": "Response message for VmwareEngine.FetchNetworkPolicyExternalAddresses",
3576 "id": "FetchNetworkPolicyExternalAddressesResponse",
3577 "properties": {
3578 "externalAddresses": {
3579 "description": "A list of external IP addresses assigned to VMware workload VMs within the scope of the given network policy.",
3580 "items": {
3581 "$ref": "ExternalAddress"
3582 },
3583 "type": "array"
3584 },
3585 "nextPageToken": {
3586 "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
3587 "type": "string"
3588 }
3589 },
3590 "type": "object"
3591 },
3592 "ForwardingRule": {
3593 "description": "A forwarding rule is a mapping of a `domain` to `name_servers`. This mapping allows VMware Engine to resolve domains for attached private clouds by forwarding DNS requests for a given domain to the specified nameservers.",
3594 "id": "ForwardingRule",
3595 "properties": {
3596 "domain": {
3597 "description": "Required. Domain used to resolve a `name_servers` list.",
3598 "type": "string"
3599 },
3600 "nameServers": {
3601 "description": "Required. List of DNS servers to use for domain resolution",
3602 "items": {
3603 "type": "string"
3604 },
3605 "type": "array"
3606 }
3607 },
3608 "type": "object"
3609 },
3610 "GrantDnsBindPermissionRequest": {
3611 "description": "Request message for VmwareEngine.GrantDnsBindPermission",
3612 "id": "GrantDnsBindPermissionRequest",
3613 "properties": {
3614 "principal": {
3615 "$ref": "Principal",
3616 "description": "Required. The consumer provided user/service account which needs to be granted permission to bind with the intranet VPC corresponding to the consumer project."
3617 },
3618 "requestId": {
3619 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
3620 "type": "string"
3621 }
3622 },
3623 "type": "object"
3624 },
3625 "Hcx": {
3626 "description": "Details about a HCX Cloud Manager appliance.",
3627 "id": "Hcx",
3628 "properties": {
3629 "fqdn": {
3630 "description": "Fully qualified domain name of the appliance.",
3631 "type": "string"
3632 },
3633 "internalIp": {
3634 "description": "Internal IP address of the appliance.",
3635 "type": "string"
3636 },
3637 "state": {
3638 "description": "Output only. The state of the appliance.",
3639 "enum": [
3640 "STATE_UNSPECIFIED",
3641 "ACTIVE",
3642 "CREATING"
3643 ],
3644 "enumDescriptions": [
3645 "Unspecified appliance state. This is the default value.",
3646 "The appliance is operational and can be used.",
3647 "The appliance is being deployed."
3648 ],
3649 "readOnly": true,
3650 "type": "string"
3651 },
3652 "version": {
3653 "description": "Version of the appliance.",
3654 "type": "string"
3655 }
3656 },
3657 "type": "object"
3658 },
3659 "HcxActivationKey": {
3660 "description": "HCX activation key. A default key is created during private cloud provisioning, but this behavior is subject to change and you should always verify active keys. Use VmwareEngine.ListHcxActivationKeys to retrieve existing keys and VmwareEngine.CreateHcxActivationKey to create new ones.",
3661 "id": "HcxActivationKey",
3662 "properties": {
3663 "activationKey": {
3664 "description": "Output only. HCX activation key.",
3665 "readOnly": true,
3666 "type": "string"
3667 },
3668 "createTime": {
3669 "description": "Output only. Creation time of HCX activation key.",
3670 "format": "google-datetime",
3671 "readOnly": true,
3672 "type": "string"
3673 },
3674 "name": {
3675 "description": "Output only. The resource name of this HcxActivationKey. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key`",
3676 "readOnly": true,
3677 "type": "string"
3678 },
3679 "state": {
3680 "description": "Output only. State of HCX activation key.",
3681 "enum": [
3682 "STATE_UNSPECIFIED",
3683 "AVAILABLE",
3684 "CONSUMED",
3685 "CREATING"
3686 ],
3687 "enumDescriptions": [
3688 "Unspecified state.",
3689 "State of a newly generated activation key.",
3690 "State of key when it has been used to activate HCX appliance.",
3691 "State of key when it is being created."
3692 ],
3693 "readOnly": true,
3694 "type": "string"
3695 },
3696 "uid": {
3697 "description": "Output only. System-generated unique identifier for the resource.",
3698 "readOnly": true,
3699 "type": "string"
3700 }
3701 },
3702 "type": "object"
3703 },
3704 "IpRange": {
3705 "description": "An IP range provided in any one of the supported formats.",
3706 "id": "IpRange",
3707 "properties": {
3708 "externalAddress": {
3709 "description": "The name of an `ExternalAddress` resource. The external address must have been reserved in the scope of this external access rule's parent network policy. Provide the external address name in the form of `projects/{project}/locations/{location}/privateClouds/{private_cloud}/externalAddresses/{external_address}`. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address`.",
3710 "type": "string"
3711 },
3712 "ipAddress": {
3713 "description": "A single IP address. For example: `10.0.0.5`.",
3714 "type": "string"
3715 },
3716 "ipAddressRange": {
3717 "description": "An IP address range in the CIDR format. For example: `10.0.0.0/24`.",
3718 "type": "string"
3719 }
3720 },
3721 "type": "object"
3722 },
3723 "ListClustersResponse": {
3724 "description": "Response message for VmwareEngine.ListClusters",
3725 "id": "ListClustersResponse",
3726 "properties": {
3727 "clusters": {
3728 "description": "A list of private cloud clusters.",
3729 "items": {
3730 "$ref": "Cluster"
3731 },
3732 "type": "array"
3733 },
3734 "nextPageToken": {
3735 "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
3736 "type": "string"
3737 },
3738 "unreachable": {
3739 "description": "Locations that could not be reached when making an aggregated query using wildcards.",
3740 "items": {
3741 "type": "string"
3742 },
3743 "type": "array"
3744 }
3745 },
3746 "type": "object"
3747 },
3748 "ListExternalAccessRulesResponse": {
3749 "description": "Response message for VmwareEngine.ListExternalAccessRules",
3750 "id": "ListExternalAccessRulesResponse",
3751 "properties": {
3752 "externalAccessRules": {
3753 "description": "A list of external access firewall rules.",
3754 "items": {
3755 "$ref": "ExternalAccessRule"
3756 },
3757 "type": "array"
3758 },
3759 "nextPageToken": {
3760 "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
3761 "type": "string"
3762 },
3763 "unreachable": {
3764 "description": "Locations that could not be reached when making an aggregated query using wildcards.",
3765 "items": {
3766 "type": "string"
3767 },
3768 "type": "array"
3769 }
3770 },
3771 "type": "object"
3772 },
3773 "ListExternalAddressesResponse": {
3774 "description": "Response message for VmwareEngine.ListExternalAddresses",
3775 "id": "ListExternalAddressesResponse",
3776 "properties": {
3777 "externalAddresses": {
3778 "description": "A list of external IP addresses.",
3779 "items": {
3780 "$ref": "ExternalAddress"
3781 },
3782 "type": "array"
3783 },
3784 "nextPageToken": {
3785 "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
3786 "type": "string"
3787 },
3788 "unreachable": {
3789 "description": "Locations that could not be reached when making an aggregated query using wildcards.",
3790 "items": {
3791 "type": "string"
3792 },
3793 "type": "array"
3794 }
3795 },
3796 "type": "object"
3797 },
3798 "ListHcxActivationKeysResponse": {
3799 "description": "Response message for VmwareEngine.ListHcxActivationKeys",
3800 "id": "ListHcxActivationKeysResponse",
3801 "properties": {
3802 "hcxActivationKeys": {
3803 "description": "List of HCX activation keys.",
3804 "items": {
3805 "$ref": "HcxActivationKey"
3806 },
3807 "type": "array"
3808 },
3809 "nextPageToken": {
3810 "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
3811 "type": "string"
3812 },
3813 "unreachable": {
3814 "description": "Locations that could not be reached when making an aggregated query using wildcards.",
3815 "items": {
3816 "type": "string"
3817 },
3818 "type": "array"
3819 }
3820 },
3821 "type": "object"
3822 },
3823 "ListLocationsResponse": {
3824 "description": "The response message for Locations.ListLocations.",
3825 "id": "ListLocationsResponse",
3826 "properties": {
3827 "locations": {
3828 "description": "A list of locations that matches the specified filter in the request.",
3829 "items": {
3830 "$ref": "Location"
3831 },
3832 "type": "array"
3833 },
3834 "nextPageToken": {
3835 "description": "The standard List next-page token.",
3836 "type": "string"
3837 }
3838 },
3839 "type": "object"
3840 },
3841 "ListLoggingServersResponse": {
3842 "description": "Response message for VmwareEngine.ListLoggingServers",
3843 "id": "ListLoggingServersResponse",
3844 "properties": {
3845 "loggingServers": {
3846 "description": "A list of Logging Servers.",
3847 "items": {
3848 "$ref": "LoggingServer"
3849 },
3850 "type": "array"
3851 },
3852 "nextPageToken": {
3853 "description": "A token, which can be send as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
3854 "type": "string"
3855 },
3856 "unreachable": {
3857 "description": "Locations that could not be reached when making an aggregated query using wildcards.",
3858 "items": {
3859 "type": "string"
3860 },
3861 "type": "array"
3862 }
3863 },
3864 "type": "object"
3865 },
3866 "ListManagementDnsZoneBindingsResponse": {
3867 "description": "Response message for VmwareEngine.ListManagementDnsZoneBindings",
3868 "id": "ListManagementDnsZoneBindingsResponse",
3869 "properties": {
3870 "managementDnsZoneBindings": {
3871 "description": "A list of management DNS zone bindings.",
3872 "items": {
3873 "$ref": "ManagementDnsZoneBinding"
3874 },
3875 "type": "array"
3876 },
3877 "nextPageToken": {
3878 "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
3879 "type": "string"
3880 },
3881 "unreachable": {
3882 "description": "Locations that could not be reached when making an aggregated query using wildcards.",
3883 "items": {
3884 "type": "string"
3885 },
3886 "type": "array"
3887 }
3888 },
3889 "type": "object"
3890 },
3891 "ListNetworkPeeringsResponse": {
3892 "description": "Response message for VmwareEngine.ListNetworkPeerings",
3893 "id": "ListNetworkPeeringsResponse",
3894 "properties": {
3895 "networkPeerings": {
3896 "description": "A list of network peerings.",
3897 "items": {
3898 "$ref": "NetworkPeering"
3899 },
3900 "type": "array"
3901 },
3902 "nextPageToken": {
3903 "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
3904 "type": "string"
3905 },
3906 "unreachable": {
3907 "description": "Unreachable resources.",
3908 "items": {
3909 "type": "string"
3910 },
3911 "type": "array"
3912 }
3913 },
3914 "type": "object"
3915 },
3916 "ListNetworkPoliciesResponse": {
3917 "description": "Response message for VmwareEngine.ListNetworkPolicies",
3918 "id": "ListNetworkPoliciesResponse",
3919 "properties": {
3920 "networkPolicies": {
3921 "description": "A list of network policies.",
3922 "items": {
3923 "$ref": "NetworkPolicy"
3924 },
3925 "type": "array"
3926 },
3927 "nextPageToken": {
3928 "description": "A token, which can be send as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
3929 "type": "string"
3930 },
3931 "unreachable": {
3932 "description": "Locations that could not be reached when making an aggregated query using wildcards.",
3933 "items": {
3934 "type": "string"
3935 },
3936 "type": "array"
3937 }
3938 },
3939 "type": "object"
3940 },
3941 "ListNodeTypesResponse": {
3942 "description": "Response message for VmwareEngine.ListNodeTypes",
3943 "id": "ListNodeTypesResponse",
3944 "properties": {
3945 "nextPageToken": {
3946 "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
3947 "type": "string"
3948 },
3949 "nodeTypes": {
3950 "description": "A list of Node Types.",
3951 "items": {
3952 "$ref": "NodeType"
3953 },
3954 "type": "array"
3955 },
3956 "unreachable": {
3957 "description": "Locations that could not be reached when making an aggregated query using wildcards.",
3958 "items": {
3959 "type": "string"
3960 },
3961 "type": "array"
3962 }
3963 },
3964 "type": "object"
3965 },
3966 "ListNodesResponse": {
3967 "description": "Response message for VmwareEngine.ListNodes",
3968 "id": "ListNodesResponse",
3969 "properties": {
3970 "nextPageToken": {
3971 "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
3972 "type": "string"
3973 },
3974 "nodes": {
3975 "description": "The nodes.",
3976 "items": {
3977 "$ref": "Node"
3978 },
3979 "type": "array"
3980 }
3981 },
3982 "type": "object"
3983 },
3984 "ListOperationsResponse": {
3985 "description": "The response message for Operations.ListOperations.",
3986 "id": "ListOperationsResponse",
3987 "properties": {
3988 "nextPageToken": {
3989 "description": "The standard List next-page token.",
3990 "type": "string"
3991 },
3992 "operations": {
3993 "description": "A list of operations that matches the specified filter in the request.",
3994 "items": {
3995 "$ref": "Operation"
3996 },
3997 "type": "array"
3998 }
3999 },
4000 "type": "object"
4001 },
4002 "ListPeeringRoutesResponse": {
4003 "description": "Response message for VmwareEngine.ListPeeringRoutes",
4004 "id": "ListPeeringRoutesResponse",
4005 "properties": {
4006 "nextPageToken": {
4007 "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
4008 "type": "string"
4009 },
4010 "peeringRoutes": {
4011 "description": "A list of peering routes.",
4012 "items": {
4013 "$ref": "PeeringRoute"
4014 },
4015 "type": "array"
4016 }
4017 },
4018 "type": "object"
4019 },
4020 "ListPrivateCloudsResponse": {
4021 "description": "Response message for VmwareEngine.ListPrivateClouds",
4022 "id": "ListPrivateCloudsResponse",
4023 "properties": {
4024 "nextPageToken": {
4025 "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
4026 "type": "string"
4027 },
4028 "privateClouds": {
4029 "description": "A list of private clouds.",
4030 "items": {
4031 "$ref": "PrivateCloud"
4032 },
4033 "type": "array"
4034 },
4035 "unreachable": {
4036 "description": "Locations that could not be reached when making an aggregated query using wildcards.",
4037 "items": {
4038 "type": "string"
4039 },
4040 "type": "array"
4041 }
4042 },
4043 "type": "object"
4044 },
4045 "ListPrivateConnectionPeeringRoutesResponse": {
4046 "description": "Response message for VmwareEngine.ListPrivateConnectionPeeringRoutes",
4047 "id": "ListPrivateConnectionPeeringRoutesResponse",
4048 "properties": {
4049 "nextPageToken": {
4050 "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
4051 "type": "string"
4052 },
4053 "peeringRoutes": {
4054 "description": "A list of peering routes.",
4055 "items": {
4056 "$ref": "PeeringRoute"
4057 },
4058 "type": "array"
4059 }
4060 },
4061 "type": "object"
4062 },
4063 "ListPrivateConnectionsResponse": {
4064 "description": "Response message for VmwareEngine.ListPrivateConnections",
4065 "id": "ListPrivateConnectionsResponse",
4066 "properties": {
4067 "nextPageToken": {
4068 "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
4069 "type": "string"
4070 },
4071 "privateConnections": {
4072 "description": "A list of private connections.",
4073 "items": {
4074 "$ref": "PrivateConnection"
4075 },
4076 "type": "array"
4077 },
4078 "unreachable": {
4079 "description": "Unreachable resources.",
4080 "items": {
4081 "type": "string"
4082 },
4083 "type": "array"
4084 }
4085 },
4086 "type": "object"
4087 },
4088 "ListSubnetsResponse": {
4089 "description": "Response message for VmwareEngine.ListSubnets",
4090 "id": "ListSubnetsResponse",
4091 "properties": {
4092 "nextPageToken": {
4093 "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
4094 "type": "string"
4095 },
4096 "subnets": {
4097 "description": "A list of subnets.",
4098 "items": {
4099 "$ref": "Subnet"
4100 },
4101 "type": "array"
4102 },
4103 "unreachable": {
4104 "description": "Locations that could not be reached when making an aggregated query using wildcards.",
4105 "items": {
4106 "type": "string"
4107 },
4108 "type": "array"
4109 }
4110 },
4111 "type": "object"
4112 },
4113 "ListVmwareEngineNetworksResponse": {
4114 "description": "Response message for VmwareEngine.ListVmwareEngineNetworks",
4115 "id": "ListVmwareEngineNetworksResponse",
4116 "properties": {
4117 "nextPageToken": {
4118 "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
4119 "type": "string"
4120 },
4121 "unreachable": {
4122 "description": "Unreachable resources.",
4123 "items": {
4124 "type": "string"
4125 },
4126 "type": "array"
4127 },
4128 "vmwareEngineNetworks": {
4129 "description": "A list of VMware Engine networks.",
4130 "items": {
4131 "$ref": "VmwareEngineNetwork"
4132 },
4133 "type": "array"
4134 }
4135 },
4136 "type": "object"
4137 },
4138 "Location": {
4139 "description": "A resource that represents a Google Cloud location.",
4140 "id": "Location",
4141 "properties": {
4142 "displayName": {
4143 "description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".",
4144 "type": "string"
4145 },
4146 "labels": {
4147 "additionalProperties": {
4148 "type": "string"
4149 },
4150 "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}",
4151 "type": "object"
4152 },
4153 "locationId": {
4154 "description": "The canonical id for this location. For example: `\"us-east1\"`.",
4155 "type": "string"
4156 },
4157 "metadata": {
4158 "additionalProperties": {
4159 "description": "Properties of the object. Contains field @type with type URL.",
4160 "type": "any"
4161 },
4162 "description": "Service-specific metadata. For example the available capacity at the given location.",
4163 "type": "object"
4164 },
4165 "name": {
4166 "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`",
4167 "type": "string"
4168 }
4169 },
4170 "type": "object"
4171 },
4172 "LocationMetadata": {
4173 "description": "VmwareEngine specific metadata for the given google.cloud.location.Location. It is returned as a content of the `google.cloud.location.Location.metadata` field.",
4174 "id": "LocationMetadata",
4175 "properties": {
4176 "capabilities": {
4177 "description": "Output only. Capabilities of this location.",
4178 "items": {
4179 "enum": [
4180 "CAPABILITY_UNSPECIFIED",
4181 "STRETCHED_CLUSTERS"
4182 ],
4183 "enumDescriptions": [
4184 "The default value. This value is used if the capability is omitted or unknown.",
4185 "Stretch clusters are supported in this location."
4186 ],
4187 "type": "string"
4188 },
4189 "readOnly": true,
4190 "type": "array"
4191 }
4192 },
4193 "type": "object"
4194 },
4195 "LoggingServer": {
4196 "description": "Logging server to receive vCenter or ESXi logs.",
4197 "id": "LoggingServer",
4198 "properties": {
4199 "createTime": {
4200 "description": "Output only. Creation time of this resource.",
4201 "format": "google-datetime",
4202 "readOnly": true,
4203 "type": "string"
4204 },
4205 "hostname": {
4206 "description": "Required. Fully-qualified domain name (FQDN) or IP Address of the logging server.",
4207 "type": "string"
4208 },
4209 "name": {
4210 "description": "Output only. The resource name of this logging server. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/loggingServers/my-logging-server`",
4211 "readOnly": true,
4212 "type": "string"
4213 },
4214 "port": {
4215 "description": "Required. Port number at which the logging server receives logs.",
4216 "format": "int32",
4217 "type": "integer"
4218 },
4219 "protocol": {
4220 "description": "Required. Protocol used by vCenter to send logs to a logging server.",
4221 "enum": [
4222 "PROTOCOL_UNSPECIFIED",
4223 "UDP",
4224 "TCP",
4225 "TLS",
4226 "SSL",
4227 "RELP"
4228 ],
4229 "enumDescriptions": [
4230 "Unspecified communications protocol. This is the default value.",
4231 "UDP",
4232 "TCP",
4233 "TLS",
4234 "SSL",
4235 "RELP"
4236 ],
4237 "type": "string"
4238 },
4239 "sourceType": {
4240 "description": "Required. The type of component that produces logs that will be forwarded to this logging server.",
4241 "enum": [
4242 "SOURCE_TYPE_UNSPECIFIED",
4243 "ESXI",
4244 "VCSA"
4245 ],
4246 "enumDescriptions": [
4247 "The default value. This value should never be used.",
4248 "Logs produced by ESXI hosts",
4249 "Logs produced by vCenter server"
4250 ],
4251 "type": "string"
4252 },
4253 "uid": {
4254 "description": "Output only. System-generated unique identifier for the resource.",
4255 "readOnly": true,
4256 "type": "string"
4257 },
4258 "updateTime": {
4259 "description": "Output only. Last update time of this resource.",
4260 "format": "google-datetime",
4261 "readOnly": true,
4262 "type": "string"
4263 }
4264 },
4265 "type": "object"
4266 },
4267 "ManagementCluster": {
4268 "description": "Management cluster configuration.",
4269 "id": "ManagementCluster",
4270 "properties": {
4271 "clusterId": {
4272 "description": "Required. The user-provided identifier of the new `Cluster`. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)",
4273 "type": "string"
4274 },
4275 "nodeTypeConfigs": {
4276 "additionalProperties": {
4277 "$ref": "NodeTypeConfig"
4278 },
4279 "description": "Required. The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the `NodeType`).",
4280 "type": "object"
4281 },
4282 "stretchedClusterConfig": {
4283 "$ref": "StretchedClusterConfig",
4284 "description": "Optional. Configuration of a stretched cluster. Required for STRETCHED private clouds."
4285 }
4286 },
4287 "type": "object"
4288 },
4289 "ManagementDnsZoneBinding": {
4290 "description": "Represents a binding between a network and the management DNS zone. A management DNS zone is the Cloud DNS cross-project binding zone that VMware Engine creates for each private cloud. It contains FQDNs and corresponding IP addresses for the private cloud's ESXi hosts and management VM appliances like vCenter and NSX Manager.",
4291 "id": "ManagementDnsZoneBinding",
4292 "properties": {
4293 "createTime": {
4294 "description": "Output only. Creation time of this resource.",
4295 "format": "google-datetime",
4296 "readOnly": true,
4297 "type": "string"
4298 },
4299 "description": {
4300 "description": "User-provided description for this resource.",
4301 "type": "string"
4302 },
4303 "name": {
4304 "description": "Output only. The resource name of this binding. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/managementDnsZoneBindings/my-management-dns-zone-binding`",
4305 "readOnly": true,
4306 "type": "string"
4307 },
4308 "state": {
4309 "description": "Output only. The state of the resource.",
4310 "enum": [
4311 "STATE_UNSPECIFIED",
4312 "ACTIVE",
4313 "CREATING",
4314 "UPDATING",
4315 "DELETING",
4316 "FAILED"
4317 ],
4318 "enumDescriptions": [
4319 "The default value. This value should never be used.",
4320 "The binding is ready.",
4321 "The binding is being created.",
4322 "The binding is being updated.",
4323 "The binding is being deleted.",
4324 "The binding has failed."
4325 ],
4326 "readOnly": true,
4327 "type": "string"
4328 },
4329 "uid": {
4330 "description": "Output only. System-generated unique identifier for the resource.",
4331 "readOnly": true,
4332 "type": "string"
4333 },
4334 "updateTime": {
4335 "description": "Output only. Last update time of this resource.",
4336 "format": "google-datetime",
4337 "readOnly": true,
4338 "type": "string"
4339 },
4340 "vmwareEngineNetwork": {
4341 "description": "Network to bind is a VMware Engine network. Specify the name in the following form for VMware engine network: `projects/{project}/locations/global/vmwareEngineNetworks/{vmware_engine_network_id}`. `{project}` can either be a project number or a project ID.",
4342 "type": "string"
4343 },
4344 "vpcNetwork": {
4345 "description": "Network to bind is a standard consumer VPC. Specify the name in the following form for consumer VPC network: `projects/{project}/global/networks/{network_id}`. `{project}` can either be a project number or a project ID.",
4346 "type": "string"
4347 }
4348 },
4349 "type": "object"
4350 },
4351 "NetworkConfig": {
4352 "description": "Network configuration in the consumer project with which the peering has to be done.",
4353 "id": "NetworkConfig",
4354 "properties": {
4355 "dnsServerIp": {
4356 "description": "Output only. DNS Server IP of the Private Cloud. All DNS queries can be forwarded to this address for name resolution of Private Cloud's management entities like vCenter, NSX-T Manager and ESXi hosts.",
4357 "readOnly": true,
4358 "type": "string"
4359 },
4360 "managementCidr": {
4361 "description": "Required. Management CIDR used by VMware management appliances.",
4362 "type": "string"
4363 },
4364 "managementIpAddressLayoutVersion": {
4365 "description": "Output only. The IP address layout version of the management IP address range. Possible versions include: * `managementIpAddressLayoutVersion=1`: Indicates the legacy IP address layout used by some existing private clouds. This is no longer supported for new private clouds as it does not support all features. * `managementIpAddressLayoutVersion=2`: Indicates the latest IP address layout used by all newly created private clouds. This version supports all current features.",
4366 "format": "int32",
4367 "readOnly": true,
4368 "type": "integer"
4369 },
4370 "vmwareEngineNetwork": {
4371 "description": "Optional. The relative resource name of the VMware Engine network attached to the private cloud. Specify the name in the following form: `projects/{project}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}` where `{project}` can either be a project number or a project ID.",
4372 "type": "string"
4373 },
4374 "vmwareEngineNetworkCanonical": {
4375 "description": "Output only. The canonical name of the VMware Engine network in the form: `projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}`",
4376 "readOnly": true,
4377 "type": "string"
4378 }
4379 },
4380 "type": "object"
4381 },
4382 "NetworkPeering": {
4383 "description": "Details of a network peering.",
4384 "id": "NetworkPeering",
4385 "properties": {
4386 "createTime": {
4387 "description": "Output only. Creation time of this resource.",
4388 "format": "google-datetime",
4389 "readOnly": true,
4390 "type": "string"
4391 },
4392 "description": {
4393 "description": "Optional. User-provided description for this network peering.",
4394 "type": "string"
4395 },
4396 "exchangeSubnetRoutes": {
4397 "description": "Optional. True if full mesh connectivity is created and managed automatically between peered networks; false otherwise. Currently this field is always true because Google Compute Engine automatically creates and manages subnetwork routes between two VPC networks when peering state is 'ACTIVE'.",
4398 "type": "boolean"
4399 },
4400 "exportCustomRoutes": {
4401 "description": "Optional. True if custom routes are exported to the peered network; false otherwise. The default value is true.",
4402 "type": "boolean"
4403 },
4404 "exportCustomRoutesWithPublicIp": {
4405 "description": "Optional. True if all subnet routes with a public IP address range are exported; false otherwise. The default value is true. IPv4 special-use ranges (https://en.wikipedia.org/wiki/IPv4#Special_addresses) are always exported to peers and are not controlled by this field.",
4406 "type": "boolean"
4407 },
4408 "importCustomRoutes": {
4409 "description": "Optional. True if custom routes are imported from the peered network; false otherwise. The default value is true.",
4410 "type": "boolean"
4411 },
4412 "importCustomRoutesWithPublicIp": {
4413 "description": "Optional. True if all subnet routes with public IP address range are imported; false otherwise. The default value is true. IPv4 special-use ranges (https://en.wikipedia.org/wiki/IPv4#Special_addresses) are always imported to peers and are not controlled by this field.",
4414 "type": "boolean"
4415 },
4416 "name": {
4417 "description": "Output only. The resource name of the network peering. NetworkPeering is a global resource and location can only be global. Resource names are scheme-less URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/networkPeerings/my-peering`",
4418 "readOnly": true,
4419 "type": "string"
4420 },
4421 "peerMtu": {
4422 "description": "Optional. Maximum transmission unit (MTU) in bytes. The default value is `1500`. If a value of `0` is provided for this field, VMware Engine uses the default value instead.",
4423 "format": "int32",
4424 "type": "integer"
4425 },
4426 "peerNetwork": {
4427 "description": "Required. The relative resource name of the network to peer with a standard VMware Engine network. The provided network can be a consumer VPC network or another standard VMware Engine network. If the `peer_network_type` is VMWARE_ENGINE_NETWORK, specify the name in the form: `projects/{project}/locations/global/vmwareEngineNetworks/{vmware_engine_network_id}`. Otherwise specify the name in the form: `projects/{project}/global/networks/{network_id}`, where `{project}` can either be a project number or a project ID.",
4428 "type": "string"
4429 },
4430 "peerNetworkType": {
4431 "description": "Required. The type of the network to peer with the VMware Engine network.",
4432 "enum": [
4433 "PEER_NETWORK_TYPE_UNSPECIFIED",
4434 "STANDARD",
4435 "VMWARE_ENGINE_NETWORK",
4436 "PRIVATE_SERVICES_ACCESS",
4437 "NETAPP_CLOUD_VOLUMES",
4438 "THIRD_PARTY_SERVICE",
4439 "DELL_POWERSCALE"
4440 ],
4441 "enumDescriptions": [
4442 "Unspecified",
4443 "Peering connection used for connecting to another VPC network established by the same user. For example, a peering connection to another VPC network in the same project or to an on-premises network.",
4444 "Peering connection used for connecting to another VMware Engine network.",
4445 "Peering connection used for establishing [private services access](https://cloud.google.com/vpc/docs/private-services-access).",
4446 "Peering connection used for connecting to NetApp Cloud Volumes.",
4447 "Peering connection used for connecting to third-party services. Most third-party services require manual setup of reverse peering on the VPC network associated with the third-party service.",
4448 "Peering connection used for connecting to Dell PowerScale Filers"
4449 ],
4450 "type": "string"
4451 },
4452 "state": {
4453 "description": "Output only. State of the network peering. This field has a value of 'ACTIVE' when there's a matching configuration in the peer network. New values may be added to this enum when appropriate.",
4454 "enum": [
4455 "STATE_UNSPECIFIED",
4456 "INACTIVE",
4457 "ACTIVE",
4458 "CREATING",
4459 "DELETING"
4460 ],
4461 "enumDescriptions": [
4462 "Unspecified network peering state. This is the default value.",
4463 "The peering is not active.",
4464 "The peering is active.",
4465 "The peering is being created.",
4466 "The peering is being deleted."
4467 ],
4468 "readOnly": true,
4469 "type": "string"
4470 },
4471 "stateDetails": {
4472 "description": "Output only. Output Only. Details about the current state of the network peering.",
4473 "readOnly": true,
4474 "type": "string"
4475 },
4476 "uid": {
4477 "description": "Output only. System-generated unique identifier for the resource.",
4478 "readOnly": true,
4479 "type": "string"
4480 },
4481 "updateTime": {
4482 "description": "Output only. Last update time of this resource.",
4483 "format": "google-datetime",
4484 "readOnly": true,
4485 "type": "string"
4486 },
4487 "vmwareEngineNetwork": {
4488 "description": "Required. The relative resource name of the VMware Engine network. Specify the name in the following form: `projects/{project}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}` where `{project}` can either be a project number or a project ID.",
4489 "type": "string"
4490 }
4491 },
4492 "type": "object"
4493 },
4494 "NetworkPolicy": {
4495 "description": "Represents a network policy resource. Network policies are regional resources. You can use a network policy to enable or disable internet access and external IP access. Network policies are associated with a VMware Engine network, which might span across regions. For a given region, a network policy applies to all private clouds in the VMware Engine network associated with the policy.",
4496 "id": "NetworkPolicy",
4497 "properties": {
4498 "createTime": {
4499 "description": "Output only. Creation time of this resource.",
4500 "format": "google-datetime",
4501 "readOnly": true,
4502 "type": "string"
4503 },
4504 "description": {
4505 "description": "Optional. User-provided description for this network policy.",
4506 "type": "string"
4507 },
4508 "edgeServicesCidr": {
4509 "description": "Required. IP address range in CIDR notation used to create internet access and external IP access. An RFC 1918 CIDR block, with a \"/26\" prefix, is required. The range cannot overlap with any prefixes either in the consumer VPC network or in use by the private clouds attached to that VPC network.",
4510 "type": "string"
4511 },
4512 "externalIp": {
4513 "$ref": "NetworkService",
4514 "description": "Network service that allows External IP addresses to be assigned to VMware workloads. This service can only be enabled when `internet_access` is also enabled."
4515 },
4516 "internetAccess": {
4517 "$ref": "NetworkService",
4518 "description": "Network service that allows VMware workloads to access the internet."
4519 },
4520 "name": {
4521 "description": "Output only. The resource name of this network policy. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-network-policy`",
4522 "readOnly": true,
4523 "type": "string"
4524 },
4525 "uid": {
4526 "description": "Output only. System-generated unique identifier for the resource.",
4527 "readOnly": true,
4528 "type": "string"
4529 },
4530 "updateTime": {
4531 "description": "Output only. Last update time of this resource.",
4532 "format": "google-datetime",
4533 "readOnly": true,
4534 "type": "string"
4535 },
4536 "vmwareEngineNetwork": {
4537 "description": "Optional. The relative resource name of the VMware Engine network. Specify the name in the following form: `projects/{project}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}` where `{project}` can either be a project number or a project ID.",
4538 "type": "string"
4539 },
4540 "vmwareEngineNetworkCanonical": {
4541 "description": "Output only. The canonical name of the VMware Engine network in the form: `projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}`",
4542 "readOnly": true,
4543 "type": "string"
4544 }
4545 },
4546 "type": "object"
4547 },
4548 "NetworkService": {
4549 "description": "Represents a network service that is managed by a `NetworkPolicy` resource. A network service provides a way to control an aspect of external access to VMware workloads. For example, whether the VMware workloads in the private clouds governed by a network policy can access or be accessed from the internet.",
4550 "id": "NetworkService",
4551 "properties": {
4552 "enabled": {
4553 "description": "True if the service is enabled; false otherwise.",
4554 "type": "boolean"
4555 },
4556 "state": {
4557 "description": "Output only. State of the service. New values may be added to this enum when appropriate.",
4558 "enum": [
4559 "STATE_UNSPECIFIED",
4560 "UNPROVISIONED",
4561 "RECONCILING",
4562 "ACTIVE"
4563 ],
4564 "enumDescriptions": [
4565 "Unspecified service state. This is the default value.",
4566 "Service is not provisioned.",
4567 "Service is in the process of being provisioned/deprovisioned.",
4568 "Service is active."
4569 ],
4570 "readOnly": true,
4571 "type": "string"
4572 }
4573 },
4574 "type": "object"
4575 },
4576 "Node": {
4577 "description": "Node in a cluster.",
4578 "id": "Node",
4579 "properties": {
4580 "customCoreCount": {
4581 "description": "Output only. Customized number of cores",
4582 "format": "int64",
4583 "readOnly": true,
4584 "type": "string"
4585 },
4586 "fqdn": {
4587 "description": "Output only. Fully qualified domain name of the node.",
4588 "readOnly": true,
4589 "type": "string"
4590 },
4591 "internalIp": {
4592 "description": "Output only. Internal IP address of the node.",
4593 "readOnly": true,
4594 "type": "string"
4595 },
4596 "name": {
4597 "description": "Output only. The resource name of this node. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster/nodes/my-node",
4598 "readOnly": true,
4599 "type": "string"
4600 },
4601 "nodeTypeId": {
4602 "description": "Output only. The canonical identifier of the node type (corresponds to the `NodeType`). For example: standard-72.",
4603 "readOnly": true,
4604 "type": "string"
4605 },
4606 "state": {
4607 "description": "Output only. The state of the appliance.",
4608 "enum": [
4609 "STATE_UNSPECIFIED",
4610 "ACTIVE",
4611 "CREATING",
4612 "FAILED",
4613 "UPGRADING"
4614 ],
4615 "enumDescriptions": [
4616 "The default value. This value should never be used.",
4617 "Node is operational and can be used by the user.",
4618 "Node is being provisioned.",
4619 "Node is in a failed state.",
4620 "Node is undergoing maintenance, e.g.: during private cloud upgrade."
4621 ],
4622 "readOnly": true,
4623 "type": "string"
4624 },
4625 "version": {
4626 "description": "Output only. The version number of the VMware ESXi management component in this cluster.",
4627 "readOnly": true,
4628 "type": "string"
4629 }
4630 },
4631 "type": "object"
4632 },
4633 "NodeType": {
4634 "description": "Describes node type.",
4635 "id": "NodeType",
4636 "properties": {
4637 "availableCustomCoreCounts": {
4638 "description": "Output only. List of possible values of custom core count.",
4639 "items": {
4640 "format": "int32",
4641 "type": "integer"
4642 },
4643 "readOnly": true,
4644 "type": "array"
4645 },
4646 "capabilities": {
4647 "description": "Output only. Capabilities of this node type.",
4648 "items": {
4649 "enum": [
4650 "CAPABILITY_UNSPECIFIED",
4651 "STRETCHED_CLUSTERS"
4652 ],
4653 "enumDescriptions": [
4654 "The default value. This value is used if the capability is omitted or unknown.",
4655 "This node type supports stretch clusters."
4656 ],
4657 "type": "string"
4658 },
4659 "readOnly": true,
4660 "type": "array"
4661 },
4662 "diskSizeGb": {
4663 "description": "Output only. The amount of storage available, defined in GB.",
4664 "format": "int32",
4665 "readOnly": true,
4666 "type": "integer"
4667 },
4668 "displayName": {
4669 "description": "Output only. The friendly name for this node type. For example: ve1-standard-72",
4670 "readOnly": true,
4671 "type": "string"
4672 },
4673 "families": {
4674 "description": "Output only. Families of the node type. For node types to be in the same cluster they must share at least one element in the `families`.",
4675 "items": {
4676 "type": "string"
4677 },
4678 "readOnly": true,
4679 "type": "array"
4680 },
4681 "kind": {
4682 "description": "Output only. The type of the resource.",
4683 "enum": [
4684 "KIND_UNSPECIFIED",
4685 "STANDARD",
4686 "STORAGE_ONLY"
4687 ],
4688 "enumDescriptions": [
4689 "The default value. This value should never be used.",
4690 "Standard HCI node.",
4691 "Storage only Node."
4692 ],
4693 "readOnly": true,
4694 "type": "string"
4695 },
4696 "memoryGb": {
4697 "description": "Output only. The amount of physical memory available, defined in GB.",
4698 "format": "int32",
4699 "readOnly": true,
4700 "type": "integer"
4701 },
4702 "name": {
4703 "description": "Output only. The resource name of this node type. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72`",
4704 "readOnly": true,
4705 "type": "string"
4706 },
4707 "nodeTypeId": {
4708 "description": "Output only. The canonical identifier of the node type (corresponds to the `NodeType`). For example: standard-72.",
4709 "readOnly": true,
4710 "type": "string"
4711 },
4712 "totalCoreCount": {
4713 "description": "Output only. The total number of CPU cores in a single node.",
4714 "format": "int32",
4715 "readOnly": true,
4716 "type": "integer"
4717 },
4718 "virtualCpuCount": {
4719 "description": "Output only. The total number of virtual CPUs in a single node.",
4720 "format": "int32",
4721 "readOnly": true,
4722 "type": "integer"
4723 }
4724 },
4725 "type": "object"
4726 },
4727 "NodeTypeConfig": {
4728 "description": "Information about the type and number of nodes associated with the cluster.",
4729 "id": "NodeTypeConfig",
4730 "properties": {
4731 "customCoreCount": {
4732 "description": "Optional. Customized number of cores available to each node of the type. This number must always be one of `nodeType.availableCustomCoreCounts`. If zero is provided max value from `nodeType.availableCustomCoreCounts` will be used.",
4733 "format": "int32",
4734 "type": "integer"
4735 },
4736 "nodeCount": {
4737 "description": "Required. The number of nodes of this type in the cluster",
4738 "format": "int32",
4739 "type": "integer"
4740 }
4741 },
4742 "type": "object"
4743 },
4744 "Nsx": {
4745 "description": "Details about a NSX Manager appliance.",
4746 "id": "Nsx",
4747 "properties": {
4748 "fqdn": {
4749 "description": "Fully qualified domain name of the appliance.",
4750 "type": "string"
4751 },
4752 "internalIp": {
4753 "description": "Internal IP address of the appliance.",
4754 "type": "string"
4755 },
4756 "state": {
4757 "description": "Output only. The state of the appliance.",
4758 "enum": [
4759 "STATE_UNSPECIFIED",
4760 "ACTIVE",
4761 "CREATING"
4762 ],
4763 "enumDescriptions": [
4764 "Unspecified appliance state. This is the default value.",
4765 "The appliance is operational and can be used.",
4766 "The appliance is being deployed."
4767 ],
4768 "readOnly": true,
4769 "type": "string"
4770 },
4771 "version": {
4772 "description": "Version of the appliance.",
4773 "type": "string"
4774 }
4775 },
4776 "type": "object"
4777 },
4778 "Operation": {
4779 "description": "This resource represents a long-running operation that is the result of a network API call.",
4780 "id": "Operation",
4781 "properties": {
4782 "done": {
4783 "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.",
4784 "type": "boolean"
4785 },
4786 "error": {
4787 "$ref": "Status",
4788 "description": "The error result of the operation in case of failure or cancellation."
4789 },
4790 "metadata": {
4791 "additionalProperties": {
4792 "description": "Properties of the object. Contains field @type with type URL.",
4793 "type": "any"
4794 },
4795 "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
4796 "type": "object"
4797 },
4798 "name": {
4799 "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.",
4800 "type": "string"
4801 },
4802 "response": {
4803 "additionalProperties": {
4804 "description": "Properties of the object. Contains field @type with type URL.",
4805 "type": "any"
4806 },
4807 "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
4808 "type": "object"
4809 }
4810 },
4811 "type": "object"
4812 },
4813 "OperationMetadata": {
4814 "description": "Represents the metadata of the long-running operation.",
4815 "id": "OperationMetadata",
4816 "properties": {
4817 "apiVersion": {
4818 "description": "Output only. API version used to start the operation.",
4819 "readOnly": true,
4820 "type": "string"
4821 },
4822 "createTime": {
4823 "description": "Output only. The time the operation was created.",
4824 "format": "google-datetime",
4825 "readOnly": true,
4826 "type": "string"
4827 },
4828 "endTime": {
4829 "description": "Output only. The time the operation finished running.",
4830 "format": "google-datetime",
4831 "readOnly": true,
4832 "type": "string"
4833 },
4834 "requestedCancellation": {
4835 "description": "Output only. True if the user has requested cancellation of the operation; false otherwise. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
4836 "readOnly": true,
4837 "type": "boolean"
4838 },
4839 "statusMessage": {
4840 "description": "Output only. Human-readable status of the operation, if any.",
4841 "readOnly": true,
4842 "type": "string"
4843 },
4844 "target": {
4845 "description": "Output only. Server-defined resource path for the target of the operation.",
4846 "readOnly": true,
4847 "type": "string"
4848 },
4849 "verb": {
4850 "description": "Output only. Name of the verb executed by the operation.",
4851 "readOnly": true,
4852 "type": "string"
4853 }
4854 },
4855 "type": "object"
4856 },
4857 "PeeringRoute": {
4858 "description": "Exchanged network peering route.",
4859 "id": "PeeringRoute",
4860 "properties": {
4861 "destRange": {
4862 "description": "Output only. Destination range of the peering route in CIDR notation.",
4863 "readOnly": true,
4864 "type": "string"
4865 },
4866 "direction": {
4867 "description": "Output only. Direction of the routes exchanged with the peer network, from the VMware Engine network perspective: * Routes of direction `INCOMING` are imported from the peer network. * Routes of direction `OUTGOING` are exported from the intranet VPC network of the VMware Engine network.",
4868 "enum": [
4869 "DIRECTION_UNSPECIFIED",
4870 "INCOMING",
4871 "OUTGOING"
4872 ],
4873 "enumDescriptions": [
4874 "Unspecified exchanged routes direction. This is default.",
4875 "Routes imported from the peer network.",
4876 "Routes exported to the peer network."
4877 ],
4878 "readOnly": true,
4879 "type": "string"
4880 },
4881 "imported": {
4882 "description": "Output only. True if the peering route has been imported from a peered VPC network; false otherwise. The import happens if the field `NetworkPeering.importCustomRoutes` is true for this network, `NetworkPeering.exportCustomRoutes` is true for the peer VPC network, and the import does not result in a route conflict.",
4883 "readOnly": true,
4884 "type": "boolean"
4885 },
4886 "nextHopRegion": {
4887 "description": "Output only. Region containing the next hop of the peering route. This field only applies to dynamic routes in the peer VPC network.",
4888 "readOnly": true,
4889 "type": "string"
4890 },
4891 "priority": {
4892 "description": "Output only. The priority of the peering route.",
4893 "format": "int64",
4894 "readOnly": true,
4895 "type": "string"
4896 },
4897 "type": {
4898 "description": "Output only. Type of the route in the peer VPC network.",
4899 "enum": [
4900 "TYPE_UNSPECIFIED",
4901 "DYNAMIC_PEERING_ROUTE",
4902 "STATIC_PEERING_ROUTE",
4903 "SUBNET_PEERING_ROUTE"
4904 ],
4905 "enumDescriptions": [
4906 "Unspecified peering route type. This is the default value.",
4907 "Dynamic routes in the peer network.",
4908 "Static routes in the peer network.",
4909 "Created, updated, and removed automatically by Google Cloud when subnets are created, modified, or deleted in the peer network."
4910 ],
4911 "readOnly": true,
4912 "type": "string"
4913 }
4914 },
4915 "type": "object"
4916 },
4917 "Policy": {
4918 "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
4919 "id": "Policy",
4920 "properties": {
4921 "auditConfigs": {
4922 "description": "Specifies cloud audit logging configuration for this policy.",
4923 "items": {
4924 "$ref": "AuditConfig"
4925 },
4926 "type": "array"
4927 },
4928 "bindings": {
4929 "description": "Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.",
4930 "items": {
4931 "$ref": "Binding"
4932 },
4933 "type": "array"
4934 },
4935 "etag": {
4936 "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.",
4937 "format": "byte",
4938 "type": "string"
4939 },
4940 "version": {
4941 "description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
4942 "format": "int32",
4943 "type": "integer"
4944 }
4945 },
4946 "type": "object"
4947 },
4948 "Principal": {
4949 "description": "Users/Service accounts which have access for DNS binding on the intranet VPC corresponding to the consumer project.",
4950 "id": "Principal",
4951 "properties": {
4952 "serviceAccount": {
4953 "description": "The service account which needs to be granted the permission.",
4954 "type": "string"
4955 },
4956 "user": {
4957 "description": "The user who needs to be granted permission.",
4958 "type": "string"
4959 }
4960 },
4961 "type": "object"
4962 },
4963 "PrivateCloud": {
4964 "description": "Represents a private cloud resource. Private clouds of type `STANDARD` and `TIME_LIMITED` are zonal resources, `STRETCHED` private clouds are regional.",
4965 "id": "PrivateCloud",
4966 "properties": {
4967 "createTime": {
4968 "description": "Output only. Creation time of this resource.",
4969 "format": "google-datetime",
4970 "readOnly": true,
4971 "type": "string"
4972 },
4973 "deleteTime": {
4974 "description": "Output only. Time when the resource was scheduled for deletion.",
4975 "format": "google-datetime",
4976 "readOnly": true,
4977 "type": "string"
4978 },
4979 "description": {
4980 "description": "User-provided description for this private cloud.",
4981 "type": "string"
4982 },
4983 "expireTime": {
4984 "description": "Output only. Time when the resource will be irreversibly deleted.",
4985 "format": "google-datetime",
4986 "readOnly": true,
4987 "type": "string"
4988 },
4989 "hcx": {
4990 "$ref": "Hcx",
4991 "description": "Output only. HCX appliance.",
4992 "readOnly": true
4993 },
4994 "managementCluster": {
4995 "$ref": "ManagementCluster",
4996 "description": "Required. Input only. The management cluster for this private cloud. This field is required during creation of the private cloud to provide details for the default cluster. The following fields can't be changed after private cloud creation: `ManagementCluster.clusterId`, `ManagementCluster.nodeTypeId`."
4997 },
4998 "name": {
4999 "description": "Output only. The resource name of this private cloud. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`",
5000 "readOnly": true,
5001 "type": "string"
5002 },
5003 "networkConfig": {
5004 "$ref": "NetworkConfig",
5005 "description": "Required. Network configuration of the private cloud."
5006 },
5007 "nsx": {
5008 "$ref": "Nsx",
5009 "description": "Output only. NSX appliance.",
5010 "readOnly": true
5011 },
5012 "state": {
5013 "description": "Output only. State of the resource. New values may be added to this enum when appropriate.",
5014 "enum": [
5015 "STATE_UNSPECIFIED",
5016 "ACTIVE",
5017 "CREATING",
5018 "UPDATING",
5019 "FAILED",
5020 "DELETED",
5021 "PURGING"
5022 ],
5023 "enumDescriptions": [
5024 "The default value. This value should never be used.",
5025 "The private cloud is ready.",
5026 "The private cloud is being created.",
5027 "The private cloud is being updated.",
5028 "The private cloud is in failed state.",
5029 "The private cloud is scheduled for deletion. The deletion process can be cancelled by using the corresponding undelete method.",
5030 "The private cloud is irreversibly deleted and is being removed from the system."
5031 ],
5032 "readOnly": true,
5033 "type": "string"
5034 },
5035 "type": {
5036 "description": "Optional. Type of the private cloud. Defaults to STANDARD.",
5037 "enum": [
5038 "STANDARD",
5039 "TIME_LIMITED",
5040 "STRETCHED"
5041 ],
5042 "enumDescriptions": [
5043 "Standard private is a zonal resource, with 3+ nodes. Default type.",
5044 "Time limited private cloud is a zonal resource, can have only 1 node and has limited life span. Will be deleted after defined period of time, can be converted into standard private cloud by expanding it up to 3 or more nodes.",
5045 "Stretched private cloud is a regional resource with redundancy, with a minimum of 6 nodes, nodes count has to be even."
5046 ],
5047 "type": "string"
5048 },
5049 "uid": {
5050 "description": "Output only. System-generated unique identifier for the resource.",
5051 "readOnly": true,
5052 "type": "string"
5053 },
5054 "updateTime": {
5055 "description": "Output only. Last update time of this resource.",
5056 "format": "google-datetime",
5057 "readOnly": true,
5058 "type": "string"
5059 },
5060 "vcenter": {
5061 "$ref": "Vcenter",
5062 "description": "Output only. Vcenter appliance.",
5063 "readOnly": true
5064 }
5065 },
5066 "type": "object"
5067 },
5068 "PrivateConnection": {
5069 "description": "Private connection resource that provides connectivity for VMware Engine private clouds.",
5070 "id": "PrivateConnection",
5071 "properties": {
5072 "createTime": {
5073 "description": "Output only. Creation time of this resource.",
5074 "format": "google-datetime",
5075 "readOnly": true,
5076 "type": "string"
5077 },
5078 "description": {
5079 "description": "Optional. User-provided description for this private connection.",
5080 "type": "string"
5081 },
5082 "name": {
5083 "description": "Output only. The resource name of the private connection. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/privateConnections/my-connection`",
5084 "readOnly": true,
5085 "type": "string"
5086 },
5087 "peeringId": {
5088 "description": "Output only. VPC network peering id between given network VPC and VMwareEngineNetwork.",
5089 "readOnly": true,
5090 "type": "string"
5091 },
5092 "peeringState": {
5093 "description": "Output only. Peering state between service network and VMware Engine network.",
5094 "enum": [
5095 "PEERING_STATE_UNSPECIFIED",
5096 "PEERING_ACTIVE",
5097 "PEERING_INACTIVE"
5098 ],
5099 "enumDescriptions": [
5100 "The default value. This value is used if the peering state is omitted or unknown.",
5101 "The peering is in active state.",
5102 "The peering is in inactive state."
5103 ],
5104 "readOnly": true,
5105 "type": "string"
5106 },
5107 "routingMode": {
5108 "description": "Optional. Routing Mode. Default value is set to GLOBAL. For type = PRIVATE_SERVICE_ACCESS, this field can be set to GLOBAL or REGIONAL, for other types only GLOBAL is supported.",
5109 "enum": [
5110 "ROUTING_MODE_UNSPECIFIED",
5111 "GLOBAL",
5112 "REGIONAL"
5113 ],
5114 "enumDescriptions": [
5115 "The default value. This value should never be used.",
5116 "Global Routing Mode",
5117 "Regional Routing Mode"
5118 ],
5119 "type": "string"
5120 },
5121 "serviceNetwork": {
5122 "description": "Required. Service network to create private connection. Specify the name in the following form: `projects/{project}/global/networks/{network_id}` For type = PRIVATE_SERVICE_ACCESS, this field represents servicenetworking VPC, e.g. projects/project-tp/global/networks/servicenetworking. For type = NETAPP_CLOUD_VOLUME, this field represents NetApp service VPC, e.g. projects/project-tp/global/networks/netapp-tenant-vpc. For type = DELL_POWERSCALE, this field represent Dell service VPC, e.g. projects/project-tp/global/networks/dell-tenant-vpc. For type= THIRD_PARTY_SERVICE, this field could represent a consumer VPC or any other producer VPC to which the VMware Engine Network needs to be connected, e.g. projects/project/global/networks/vpc.",
5123 "type": "string"
5124 },
5125 "state": {
5126 "description": "Output only. State of the private connection.",
5127 "enum": [
5128 "STATE_UNSPECIFIED",
5129 "CREATING",
5130 "ACTIVE",
5131 "UPDATING",
5132 "DELETING",
5133 "UNPROVISIONED",
5134 "FAILED"
5135 ],
5136 "enumDescriptions": [
5137 "The default value. This value is used if the state is omitted.",
5138 "The private connection is being created.",
5139 "The private connection is ready.",
5140 "The private connection is being updated.",
5141 "The private connection is being deleted.",
5142 "The private connection is not provisioned, since no private cloud is present for which this private connection is needed.",
5143 "The private connection is in failed state."
5144 ],
5145 "readOnly": true,
5146 "type": "string"
5147 },
5148 "type": {
5149 "description": "Required. Private connection type.",
5150 "enum": [
5151 "TYPE_UNSPECIFIED",
5152 "PRIVATE_SERVICE_ACCESS",
5153 "NETAPP_CLOUD_VOLUMES",
5154 "DELL_POWERSCALE",
5155 "THIRD_PARTY_SERVICE"
5156 ],
5157 "enumDescriptions": [
5158 "The default value. This value should never be used.",
5159 "Connection used for establishing [private services access](https://cloud.google.com/vpc/docs/private-services-access).",
5160 "Connection used for connecting to NetApp Cloud Volumes.",
5161 "Connection used for connecting to Dell PowerScale.",
5162 "Connection used for connecting to third-party services."
5163 ],
5164 "type": "string"
5165 },
5166 "uid": {
5167 "description": "Output only. System-generated unique identifier for the resource.",
5168 "readOnly": true,
5169 "type": "string"
5170 },
5171 "updateTime": {
5172 "description": "Output only. Last update time of this resource.",
5173 "format": "google-datetime",
5174 "readOnly": true,
5175 "type": "string"
5176 },
5177 "vmwareEngineNetwork": {
5178 "description": "Required. The relative resource name of Legacy VMware Engine network. Specify the name in the following form: `projects/{project}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}` where `{project}`, `{location}` will be same as specified in private connection resource name and `{vmware_engine_network_id}` will be in the form of `{location}`-default e.g. projects/project/locations/us-central1/vmwareEngineNetworks/us-central1-default.",
5179 "type": "string"
5180 },
5181 "vmwareEngineNetworkCanonical": {
5182 "description": "Output only. The canonical name of the VMware Engine network in the form: `projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}`",
5183 "readOnly": true,
5184 "type": "string"
5185 }
5186 },
5187 "type": "object"
5188 },
5189 "RepairManagementDnsZoneBindingRequest": {
5190 "description": "Request message for VmwareEngine.RepairManagementDnsZoneBindings",
5191 "id": "RepairManagementDnsZoneBindingRequest",
5192 "properties": {
5193 "requestId": {
5194 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5195 "type": "string"
5196 }
5197 },
5198 "type": "object"
5199 },
5200 "ResetNsxCredentialsRequest": {
5201 "description": "Request message for VmwareEngine.ResetNsxCredentials",
5202 "id": "ResetNsxCredentialsRequest",
5203 "properties": {
5204 "requestId": {
5205 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5206 "type": "string"
5207 }
5208 },
5209 "type": "object"
5210 },
5211 "ResetVcenterCredentialsRequest": {
5212 "description": "Request message for VmwareEngine.ResetVcenterCredentials",
5213 "id": "ResetVcenterCredentialsRequest",
5214 "properties": {
5215 "requestId": {
5216 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5217 "type": "string"
5218 },
5219 "username": {
5220 "description": "Optional. The username of the user to be to reset the credentials. The default value of this field is CloudOwner@gve.local. The provided value should be one of the following: solution-user-01@gve.local, solution-user-02@gve.local, solution-user-03@gve.local, solution-user-04@gve.local, solution-user-05@gve.local, zertoadmin@gve.local.",
5221 "type": "string"
5222 }
5223 },
5224 "type": "object"
5225 },
5226 "RevokeDnsBindPermissionRequest": {
5227 "description": "Request message for VmwareEngine.RevokeDnsBindPermission",
5228 "id": "RevokeDnsBindPermissionRequest",
5229 "properties": {
5230 "principal": {
5231 "$ref": "Principal",
5232 "description": "Required. The consumer provided user/service account which needs to be granted permission to bind with the intranet VPC corresponding to the consumer project."
5233 },
5234 "requestId": {
5235 "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5236 "type": "string"
5237 }
5238 },
5239 "type": "object"
5240 },
5241 "SetIamPolicyRequest": {
5242 "description": "Request message for `SetIamPolicy` method.",
5243 "id": "SetIamPolicyRequest",
5244 "properties": {
5245 "policy": {
5246 "$ref": "Policy",
5247 "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them."
5248 },
5249 "updateMask": {
5250 "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`",
5251 "format": "google-fieldmask",
5252 "type": "string"
5253 }
5254 },
5255 "type": "object"
5256 },
5257 "Status": {
5258 "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
5259 "id": "Status",
5260 "properties": {
5261 "code": {
5262 "description": "The status code, which should be an enum value of google.rpc.Code.",
5263 "format": "int32",
5264 "type": "integer"
5265 },
5266 "details": {
5267 "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
5268 "items": {
5269 "additionalProperties": {
5270 "description": "Properties of the object. Contains field @type with type URL.",
5271 "type": "any"
5272 },
5273 "type": "object"
5274 },
5275 "type": "array"
5276 },
5277 "message": {
5278 "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.",
5279 "type": "string"
5280 }
5281 },
5282 "type": "object"
5283 },
5284 "StretchedClusterConfig": {
5285 "description": "Configuration of a stretched cluster.",
5286 "id": "StretchedClusterConfig",
5287 "properties": {
5288 "preferredLocation": {
5289 "description": "Required. Zone that will remain operational when connection between the two zones is lost. Specify the resource name of a zone that belongs to the region of the private cloud. For example: `projects/{project}/locations/europe-west3-a` where `{project}` can either be a project number or a project ID.",
5290 "type": "string"
5291 },
5292 "secondaryLocation": {
5293 "description": "Required. Additional zone for a higher level of availability and load balancing. Specify the resource name of a zone that belongs to the region of the private cloud. For example: `projects/{project}/locations/europe-west3-b` where `{project}` can either be a project number or a project ID.",
5294 "type": "string"
5295 }
5296 },
5297 "type": "object"
5298 },
5299 "Subnet": {
5300 "description": "Subnet in a private cloud. Either `management` subnets (such as vMotion) that are read-only, or `userDefined`, which can also be updated.",
5301 "id": "Subnet",
5302 "properties": {
5303 "gatewayIp": {
5304 "description": "The IP address of the gateway of this subnet. Must fall within the IP prefix defined above.",
5305 "type": "string"
5306 },
5307 "ipCidrRange": {
5308 "description": "The IP address range of the subnet in CIDR format '10.0.0.0/24'.",
5309 "type": "string"
5310 },
5311 "name": {
5312 "description": "Output only. The resource name of this subnet. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet`",
5313 "readOnly": true,
5314 "type": "string"
5315 },
5316 "state": {
5317 "description": "Output only. The state of the resource.",
5318 "enum": [
5319 "STATE_UNSPECIFIED",
5320 "ACTIVE",
5321 "CREATING",
5322 "UPDATING",
5323 "DELETING",
5324 "RECONCILING",
5325 "FAILED"
5326 ],
5327 "enumDescriptions": [
5328 "The default value. This value should never be used.",
5329 "The subnet is ready.",
5330 "The subnet is being created.",
5331 "The subnet is being updated.",
5332 "The subnet is being deleted.",
5333 "Changes requested in the last operation are being propagated.",
5334 "Last operation on the subnet did not succeed. Subnet's payload is reverted back to its most recent working state."
5335 ],
5336 "readOnly": true,
5337 "type": "string"
5338 },
5339 "type": {
5340 "description": "Output only. The type of the subnet. For example \"management\" or \"userDefined\".",
5341 "readOnly": true,
5342 "type": "string"
5343 },
5344 "vlanId": {
5345 "description": "Output only. VLAN ID of the VLAN on which the subnet is configured",
5346 "format": "int32",
5347 "readOnly": true,
5348 "type": "integer"
5349 }
5350 },
5351 "type": "object"
5352 },
5353 "TestIamPermissionsRequest": {
5354 "description": "Request message for `TestIamPermissions` method.",
5355 "id": "TestIamPermissionsRequest",
5356 "properties": {
5357 "permissions": {
5358 "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).",
5359 "items": {
5360 "type": "string"
5361 },
5362 "type": "array"
5363 }
5364 },
5365 "type": "object"
5366 },
5367 "TestIamPermissionsResponse": {
5368 "description": "Response message for `TestIamPermissions` method.",
5369 "id": "TestIamPermissionsResponse",
5370 "properties": {
5371 "permissions": {
5372 "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.",
5373 "items": {
5374 "type": "string"
5375 },
5376 "type": "array"
5377 }
5378 },
5379 "type": "object"
5380 },
5381 "UndeletePrivateCloudRequest": {
5382 "description": "Request message for VmwareEngine.UndeletePrivateCloud",
5383 "id": "UndeletePrivateCloudRequest",
5384 "properties": {
5385 "requestId": {
5386 "description": "Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5387 "type": "string"
5388 }
5389 },
5390 "type": "object"
5391 },
5392 "Vcenter": {
5393 "description": "Details about a vCenter Server management appliance.",
5394 "id": "Vcenter",
5395 "properties": {
5396 "fqdn": {
5397 "description": "Fully qualified domain name of the appliance.",
5398 "type": "string"
5399 },
5400 "internalIp": {
5401 "description": "Internal IP address of the appliance.",
5402 "type": "string"
5403 },
5404 "state": {
5405 "description": "Output only. The state of the appliance.",
5406 "enum": [
5407 "STATE_UNSPECIFIED",
5408 "ACTIVE",
5409 "CREATING"
5410 ],
5411 "enumDescriptions": [
5412 "Unspecified appliance state. This is the default value.",
5413 "The appliance is operational and can be used.",
5414 "The appliance is being deployed."
5415 ],
5416 "readOnly": true,
5417 "type": "string"
5418 },
5419 "version": {
5420 "description": "Version of the appliance.",
5421 "type": "string"
5422 }
5423 },
5424 "type": "object"
5425 },
5426 "VmwareEngineNetwork": {
5427 "description": "VMware Engine network resource that provides connectivity for VMware Engine private clouds.",
5428 "id": "VmwareEngineNetwork",
5429 "properties": {
5430 "createTime": {
5431 "description": "Output only. Creation time of this resource.",
5432 "format": "google-datetime",
5433 "readOnly": true,
5434 "type": "string"
5435 },
5436 "description": {
5437 "description": "User-provided description for this VMware Engine network.",
5438 "type": "string"
5439 },
5440 "etag": {
5441 "description": "Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date before the server processes a request. The server computes checksums based on the value of other fields in the request.",
5442 "type": "string"
5443 },
5444 "name": {
5445 "description": "Output only. The resource name of the VMware Engine network. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/vmwareEngineNetworks/my-network`",
5446 "readOnly": true,
5447 "type": "string"
5448 },
5449 "state": {
5450 "description": "Output only. State of the VMware Engine network.",
5451 "enum": [
5452 "STATE_UNSPECIFIED",
5453 "CREATING",
5454 "ACTIVE",
5455 "UPDATING",
5456 "DELETING"
5457 ],
5458 "enumDescriptions": [
5459 "The default value. This value is used if the state is omitted.",
5460 "The VMware Engine network is being created.",
5461 "The VMware Engine network is ready.",
5462 "The VMware Engine network is being updated.",
5463 "The VMware Engine network is being deleted."
5464 ],
5465 "readOnly": true,
5466 "type": "string"
5467 },
5468 "type": {
5469 "description": "Required. VMware Engine network type.",
5470 "enum": [
5471 "TYPE_UNSPECIFIED",
5472 "LEGACY",
5473 "STANDARD"
5474 ],
5475 "enumDescriptions": [
5476 "The default value. This value should never be used.",
5477 "Network type used by private clouds created in projects without a network of type `STANDARD`. This network type is no longer used for new VMware Engine private cloud deployments.",
5478 "Standard network type used for private cloud connectivity."
5479 ],
5480 "type": "string"
5481 },
5482 "uid": {
5483 "description": "Output only. System-generated unique identifier for the resource.",
5484 "readOnly": true,
5485 "type": "string"
5486 },
5487 "updateTime": {
5488 "description": "Output only. Last update time of this resource.",
5489 "format": "google-datetime",
5490 "readOnly": true,
5491 "type": "string"
5492 },
5493 "vpcNetworks": {
5494 "description": "Output only. VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.",
5495 "items": {
5496 "$ref": "VpcNetwork"
5497 },
5498 "readOnly": true,
5499 "type": "array"
5500 }
5501 },
5502 "type": "object"
5503 },
5504 "VpcNetwork": {
5505 "description": "Represents a VMware Engine VPC network that is managed by a VMware Engine network resource.",
5506 "id": "VpcNetwork",
5507 "properties": {
5508 "network": {
5509 "description": "Output only. The relative resource name of the service VPC network this VMware Engine network is attached to. For example: `projects/123123/global/networks/my-network`",
5510 "readOnly": true,
5511 "type": "string"
5512 },
5513 "type": {
5514 "description": "Output only. Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)",
5515 "enum": [
5516 "TYPE_UNSPECIFIED",
5517 "INTRANET",
5518 "INTERNET",
5519 "GOOGLE_CLOUD"
5520 ],
5521 "enumDescriptions": [
5522 "The default value. This value should never be used.",
5523 "VPC network that will be peered with a consumer VPC network or the intranet VPC of another VMware Engine network. Access a private cloud through Compute Engine VMs on a peered VPC network or an on-premises resource connected to a peered consumer VPC network.",
5524 "VPC network used for internet access to and from a private cloud.",
5525 "VPC network used for access to Google Cloud services like Cloud Storage."
5526 ],
5527 "readOnly": true,
5528 "type": "string"
5529 }
5530 },
5531 "type": "object"
5532 }
5533 },
5534 "servicePath": "",
5535 "title": "VMware Engine API",
5536 "version": "v1",
5537 "version_module": true
5538}
View as plain text