|
1 |
| -// Copyright 2022 Google LLC |
| 1 | +// Copyright 2023 Google LLC |
2 | 2 | //
|
3 | 3 | // Licensed under the Apache License, Version 2.0 (the "License");
|
4 | 4 | // you may not use this file except in compliance with the License.
|
@@ -33,30 +33,31 @@ function main(name) {
|
33 | 33 | * Resource names are schemeless URIs that follow the conventions in
|
34 | 34 | * https://cloud.google.com/apis/design/resource_names.
|
35 | 35 | * For example:
|
36 |
| - * `projects/my-project/locations/us-west1-a/privateClouds/my-cloud` |
| 36 | + * `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` |
37 | 37 | */
|
38 | 38 | // const name = 'abc123'
|
39 | 39 | /**
|
40 |
| - * Optional. The request ID must be a valid UUID with the exception that zero UUID is |
41 |
| - * not supported (00000000-0000-0000-0000-000000000000). |
| 40 | + * Optional. The request ID must be a valid UUID with the exception that zero |
| 41 | + * UUID is not supported (00000000-0000-0000-0000-000000000000). |
42 | 42 | */
|
43 | 43 | // const requestId = 'abc123'
|
44 | 44 | /**
|
45 |
| - * Optional. If set to true, cascade delete is enabled and all children of this private |
46 |
| - * cloud resource are also deleted. When this flag is set to false, the |
47 |
| - * private cloud will not be deleted if there are any children other than the |
48 |
| - * management cluster. The management cluster is always deleted. |
| 45 | + * Optional. If set to true, cascade delete is enabled and all children of |
| 46 | + * this private cloud resource are also deleted. When this flag is set to |
| 47 | + * false, the private cloud will not be deleted if there are any children |
| 48 | + * other than the management cluster. The management cluster is always |
| 49 | + * deleted. |
49 | 50 | */
|
50 | 51 | // const force = true
|
51 | 52 | /**
|
52 | 53 | * Optional. Time delay of the deletion specified in hours. The default value
|
53 | 54 | * is `3`. Specifying a non-zero value for this field changes the value of
|
54 | 55 | * `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned
|
55 | 56 | * deletion time. Deletion can be cancelled before `expire_time` elapses using
|
56 |
| - * VmwareEngine.UndeletePrivateCloud google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud. Specifying a value of `0` for |
57 |
| - * this field instead begins the deletion process and ceases billing |
58 |
| - * immediately. During the final deletion process, the value of |
59 |
| - * `PrivateCloud.state` becomes `PURGING`. |
| 57 | + * VmwareEngine.UndeletePrivateCloud google.cloud.vmwareengine.v1.VmwareEngine.UndeletePrivateCloud. |
| 58 | + * Specifying a value of `0` for this field instead begins the deletion |
| 59 | + * process and ceases billing immediately. During the final deletion process, |
| 60 | + * the value of `PrivateCloud.state` becomes `PURGING`. |
60 | 61 | */
|
61 | 62 | // const delayHours = 1234
|
62 | 63 |
|
|
0 commit comments