google-cloud-vmware_engine-v1 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/vmware_engine/v1/version.rb +1 -1
- data/lib/google/cloud/vmware_engine/v1/vmware_engine/client.rb +49 -48
- data/lib/google/cloud/vmware_engine/v1/vmware_engine.rb +1 -1
- data/lib/google/cloud/vmware_engine/v1.rb +2 -2
- data/proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb +142 -99
- data/proto_docs/google/rpc/status.rb +4 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04670ed9f2bb4f9cf46c7b7e9b8a4de354f00a6599fbaee4d3e16260c6df3745
|
4
|
+
data.tar.gz: aae7965ac5923f45d997f67dc0fd7329ff671187c249f46dfae75b39e3c7638a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d063a066bacef49b73dc8de2e7e5946cd19bba32dd01abf111f37d0675dd07ec901421087c4344011e005c1f6bd6916d1b4130fb039a923e49862091dc13fe0
|
7
|
+
data.tar.gz: a9b484d3922f976f3aed9bfc30ca547d5892291a2b81a42b395e92be29dfc266be5ad5ec5b8e5cc708d05f7aa83cf06dcb17958a05b27fd60398aad05416d266
|
@@ -285,7 +285,7 @@ module Google
|
|
285
285
|
# clusters. Resource names are schemeless URIs that follow the conventions in
|
286
286
|
# https://cloud.google.com/apis/design/resource_names.
|
287
287
|
# For example:
|
288
|
-
# `projects/my-project/locations/us-
|
288
|
+
# `projects/my-project/locations/us-central1-a`
|
289
289
|
# @param page_size [::Integer]
|
290
290
|
# The maximum number of private clouds to return in one page.
|
291
291
|
# The service may return fewer than this value.
|
@@ -425,7 +425,7 @@ module Google
|
|
425
425
|
# Resource names are schemeless URIs that follow the conventions in
|
426
426
|
# https://cloud.google.com/apis/design/resource_names.
|
427
427
|
# For example:
|
428
|
-
# `projects/my-project/locations/us-
|
428
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
429
429
|
#
|
430
430
|
# @yield [response, operation] Access the result along with the RPC operation
|
431
431
|
# @yieldparam response [::Google::Cloud::VmwareEngine::V1::PrivateCloud]
|
@@ -520,7 +520,7 @@ module Google
|
|
520
520
|
# private cloud in. Resource names are schemeless URIs that follow the
|
521
521
|
# conventions in https://cloud.google.com/apis/design/resource_names.
|
522
522
|
# For example:
|
523
|
-
# `projects/my-project/locations/us-
|
523
|
+
# `projects/my-project/locations/us-central1-a`
|
524
524
|
# @param private_cloud_id [::String]
|
525
525
|
# Required. The user-provided identifier of the private cloud to be created.
|
526
526
|
# This identifier must be unique among each `PrivateCloud` within the parent
|
@@ -536,11 +536,11 @@ module Google
|
|
536
536
|
# @param private_cloud [::Google::Cloud::VmwareEngine::V1::PrivateCloud, ::Hash]
|
537
537
|
# Required. The initial description of the new private cloud.
|
538
538
|
# @param request_id [::String]
|
539
|
-
# Optional. The request ID must be a valid UUID with the exception that zero
|
540
|
-
# not supported (00000000-0000-0000-0000-000000000000).
|
539
|
+
# Optional. The request ID must be a valid UUID with the exception that zero
|
540
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
541
541
|
# @param validate_only [::Boolean]
|
542
|
-
# Optional. True if you want the request to be validated and not executed;
|
543
|
-
# otherwise.
|
542
|
+
# Optional. True if you want the request to be validated and not executed;
|
543
|
+
# false otherwise.
|
544
544
|
#
|
545
545
|
# @yield [response, operation] Access the result along with the RPC operation
|
546
546
|
# @yieldparam response [::Gapic::Operation]
|
@@ -648,8 +648,8 @@ module Google
|
|
648
648
|
# overwritten if it is in the mask. If the user does not provide a mask then
|
649
649
|
# all fields will be overwritten.
|
650
650
|
# @param request_id [::String]
|
651
|
-
# Optional. The request ID must be a valid UUID with the exception that zero
|
652
|
-
# not supported (00000000-0000-0000-0000-000000000000).
|
651
|
+
# Optional. The request ID must be a valid UUID with the exception that zero
|
652
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
653
653
|
#
|
654
654
|
# @yield [response, operation] Access the result along with the RPC operation
|
655
655
|
# @yieldparam response [::Gapic::Operation]
|
@@ -760,24 +760,25 @@ module Google
|
|
760
760
|
# Resource names are schemeless URIs that follow the conventions in
|
761
761
|
# https://cloud.google.com/apis/design/resource_names.
|
762
762
|
# For example:
|
763
|
-
# `projects/my-project/locations/us-
|
763
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
764
764
|
# @param request_id [::String]
|
765
|
-
# Optional. The request ID must be a valid UUID with the exception that zero
|
766
|
-
# not supported (00000000-0000-0000-0000-000000000000).
|
765
|
+
# Optional. The request ID must be a valid UUID with the exception that zero
|
766
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
767
767
|
# @param force [::Boolean]
|
768
|
-
# Optional. If set to true, cascade delete is enabled and all children of
|
769
|
-
# cloud resource are also deleted. When this flag is set to
|
770
|
-
# private cloud will not be deleted if there are any children
|
771
|
-
# management cluster. The management cluster is always
|
768
|
+
# Optional. If set to true, cascade delete is enabled and all children of
|
769
|
+
# this private cloud resource are also deleted. When this flag is set to
|
770
|
+
# false, the private cloud will not be deleted if there are any children
|
771
|
+
# other than the management cluster. The management cluster is always
|
772
|
+
# deleted.
|
772
773
|
# @param delay_hours [::Integer]
|
773
774
|
# Optional. Time delay of the deletion specified in hours. The default value
|
774
775
|
# is `3`. Specifying a non-zero value for this field changes the value of
|
775
776
|
# `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned
|
776
777
|
# deletion time. Deletion can be cancelled before `expire_time` elapses using
|
777
|
-
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#undelete_private_cloud VmwareEngine.UndeletePrivateCloud}.
|
778
|
-
# this field instead begins the deletion
|
779
|
-
# immediately. During the final deletion process,
|
780
|
-
# `PrivateCloud.state` becomes `PURGING`.
|
778
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#undelete_private_cloud VmwareEngine.UndeletePrivateCloud}.
|
779
|
+
# Specifying a value of `0` for this field instead begins the deletion
|
780
|
+
# process and ceases billing immediately. During the final deletion process,
|
781
|
+
# the value of `PrivateCloud.state` becomes `PURGING`.
|
781
782
|
#
|
782
783
|
# @yield [response, operation] Access the result along with the RPC operation
|
783
784
|
# @yieldparam response [::Gapic::Operation]
|
@@ -877,10 +878,10 @@ module Google
|
|
877
878
|
# Resource names are schemeless URIs that follow the conventions in
|
878
879
|
# https://cloud.google.com/apis/design/resource_names.
|
879
880
|
# For example:
|
880
|
-
# `projects/my-project/locations/us-
|
881
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
881
882
|
# @param request_id [::String]
|
882
|
-
# Optional. The request ID must be a valid UUID with the exception that zero
|
883
|
-
# not supported (00000000-0000-0000-0000-000000000000).
|
883
|
+
# Optional. The request ID must be a valid UUID with the exception that zero
|
884
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
884
885
|
#
|
885
886
|
# @yield [response, operation] Access the result along with the RPC operation
|
886
887
|
# @yieldparam response [::Gapic::Operation]
|
@@ -977,7 +978,7 @@ module Google
|
|
977
978
|
# Resource names are schemeless URIs that follow the conventions in
|
978
979
|
# https://cloud.google.com/apis/design/resource_names.
|
979
980
|
# For example:
|
980
|
-
# `projects/my-project/locations/us-
|
981
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
981
982
|
# @param page_size [::Integer]
|
982
983
|
# The maximum number of clusters to return in one page.
|
983
984
|
# The service may return fewer than this value.
|
@@ -1104,7 +1105,7 @@ module Google
|
|
1104
1105
|
# Resource names are schemeless URIs that follow the conventions in
|
1105
1106
|
# https://cloud.google.com/apis/design/resource_names.
|
1106
1107
|
# For example:
|
1107
|
-
# `projects/my-project/locations/us-
|
1108
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster`
|
1108
1109
|
#
|
1109
1110
|
# @yield [response, operation] Access the result along with the RPC operation
|
1110
1111
|
# @yieldparam response [::Google::Cloud::VmwareEngine::V1::Cluster]
|
@@ -1196,7 +1197,7 @@ module Google
|
|
1196
1197
|
# in. Resource names are schemeless URIs that follow the conventions in
|
1197
1198
|
# https://cloud.google.com/apis/design/resource_names.
|
1198
1199
|
# For example:
|
1199
|
-
# `projects/my-project/locations/us-
|
1200
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
1200
1201
|
# @param cluster_id [::String]
|
1201
1202
|
# Required. The user-provided identifier of the new `Cluster`.
|
1202
1203
|
# This identifier must be unique among clusters within the parent and becomes
|
@@ -1212,11 +1213,11 @@ module Google
|
|
1212
1213
|
# @param cluster [::Google::Cloud::VmwareEngine::V1::Cluster, ::Hash]
|
1213
1214
|
# Required. The initial description of the new cluster.
|
1214
1215
|
# @param request_id [::String]
|
1215
|
-
# Optional. The request ID must be a valid UUID with the exception that zero
|
1216
|
-
# not supported (00000000-0000-0000-0000-000000000000).
|
1216
|
+
# Optional. The request ID must be a valid UUID with the exception that zero
|
1217
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
1217
1218
|
# @param validate_only [::Boolean]
|
1218
|
-
# Optional. True if you want the request to be validated and not executed;
|
1219
|
-
# otherwise.
|
1219
|
+
# Optional. True if you want the request to be validated and not executed;
|
1220
|
+
# false otherwise.
|
1220
1221
|
#
|
1221
1222
|
# @yield [response, operation] Access the result along with the RPC operation
|
1222
1223
|
# @yieldparam response [::Gapic::Operation]
|
@@ -1327,8 +1328,8 @@ module Google
|
|
1327
1328
|
# Optional. The request ID must be a valid UUID with the exception that
|
1328
1329
|
# zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
1329
1330
|
# @param validate_only [::Boolean]
|
1330
|
-
# Optional. True if you want the request to be validated and not executed;
|
1331
|
-
# otherwise.
|
1331
|
+
# Optional. True if you want the request to be validated and not executed;
|
1332
|
+
# false otherwise.
|
1332
1333
|
#
|
1333
1334
|
# @yield [response, operation] Access the result along with the RPC operation
|
1334
1335
|
# @yieldparam response [::Gapic::Operation]
|
@@ -1428,10 +1429,10 @@ module Google
|
|
1428
1429
|
# Resource names are schemeless URIs that follow the conventions in
|
1429
1430
|
# https://cloud.google.com/apis/design/resource_names.
|
1430
1431
|
# For example:
|
1431
|
-
# `projects/my-project/locations/us-
|
1432
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster`
|
1432
1433
|
# @param request_id [::String]
|
1433
|
-
# Optional. The request ID must be a valid UUID with the exception that zero
|
1434
|
-
# not supported (00000000-0000-0000-0000-000000000000).
|
1434
|
+
# Optional. The request ID must be a valid UUID with the exception that zero
|
1435
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
1435
1436
|
#
|
1436
1437
|
# @yield [response, operation] Access the result along with the RPC operation
|
1437
1438
|
# @yieldparam response [::Gapic::Operation]
|
@@ -1529,7 +1530,7 @@ module Google
|
|
1529
1530
|
# Resource names are schemeless URIs that follow the conventions in
|
1530
1531
|
# https://cloud.google.com/apis/design/resource_names.
|
1531
1532
|
# For example:
|
1532
|
-
# `projects/my-project/locations/us-
|
1533
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
1533
1534
|
# @param page_size [::Integer]
|
1534
1535
|
# The maximum number of subnets to return in one page.
|
1535
1536
|
# The service may return fewer than this value.
|
@@ -1636,7 +1637,7 @@ module Google
|
|
1636
1637
|
# Resource names are schemeless URIs that follow the conventions in
|
1637
1638
|
# https://cloud.google.com/apis/design/resource_names.
|
1638
1639
|
# For example:
|
1639
|
-
# `projects/my-project/locations/us-
|
1640
|
+
# `projects/my-project/locations/us-central1-a`
|
1640
1641
|
# @param page_size [::Integer]
|
1641
1642
|
# The maximum number of node types to return in one page.
|
1642
1643
|
# The service may return fewer than this value.
|
@@ -1769,7 +1770,7 @@ module Google
|
|
1769
1770
|
# Resource names are schemeless URIs that follow the conventions in
|
1770
1771
|
# https://cloud.google.com/apis/design/resource_names.
|
1771
1772
|
# For example:
|
1772
|
-
# `projects/my-proj/locations/us-
|
1773
|
+
# `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72`
|
1773
1774
|
#
|
1774
1775
|
# @yield [response, operation] Access the result along with the RPC operation
|
1775
1776
|
# @yieldparam response [::Google::Cloud::VmwareEngine::V1::NodeType]
|
@@ -1859,7 +1860,7 @@ module Google
|
|
1859
1860
|
# Resource names are schemeless URIs that follow the conventions in
|
1860
1861
|
# https://cloud.google.com/apis/design/resource_names.
|
1861
1862
|
# For example:
|
1862
|
-
# `projects/my-project/locations/us-
|
1863
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
1863
1864
|
#
|
1864
1865
|
# @yield [response, operation] Access the result along with the RPC operation
|
1865
1866
|
# @yieldparam response [::Google::Cloud::VmwareEngine::V1::Credentials]
|
@@ -1949,7 +1950,7 @@ module Google
|
|
1949
1950
|
# Resource names are schemeless URIs that follow the conventions in
|
1950
1951
|
# https://cloud.google.com/apis/design/resource_names.
|
1951
1952
|
# For example:
|
1952
|
-
# `projects/my-project/locations/us-
|
1953
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
1953
1954
|
#
|
1954
1955
|
# @yield [response, operation] Access the result along with the RPC operation
|
1955
1956
|
# @yieldparam response [::Google::Cloud::VmwareEngine::V1::Credentials]
|
@@ -2039,7 +2040,7 @@ module Google
|
|
2039
2040
|
# Resource names are schemeless URIs that follow the conventions in
|
2040
2041
|
# https://cloud.google.com/apis/design/resource_names.
|
2041
2042
|
# For example:
|
2042
|
-
# `projects/my-project/locations/us-
|
2043
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
2043
2044
|
# @param request_id [::String]
|
2044
2045
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
2045
2046
|
# so that if you must retry your request, the server will know to ignore
|
@@ -2152,7 +2153,7 @@ module Google
|
|
2152
2153
|
# Resource names are schemeless URIs that follow the conventions in
|
2153
2154
|
# https://cloud.google.com/apis/design/resource_names.
|
2154
2155
|
# For example:
|
2155
|
-
# `projects/my-project/locations/us-
|
2156
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
2156
2157
|
# @param request_id [::String]
|
2157
2158
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
2158
2159
|
# so that if you must retry your request, the server will know to ignore
|
@@ -2500,7 +2501,7 @@ module Google
|
|
2500
2501
|
# Resource names are schemeless URIs that follow the conventions in
|
2501
2502
|
# https://cloud.google.com/apis/design/resource_names.
|
2502
2503
|
# For example:
|
2503
|
-
# `projects/my-project/locations/us-
|
2504
|
+
# `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key`
|
2504
2505
|
#
|
2505
2506
|
# @yield [response, operation] Access the result along with the RPC operation
|
2506
2507
|
# @yieldparam response [::Google::Cloud::VmwareEngine::V1::HcxActivationKey]
|
@@ -3197,7 +3198,7 @@ module Google
|
|
3197
3198
|
#
|
3198
3199
|
# * For networks of type LEGACY, adheres to the format:
|
3199
3200
|
# `{region-id}-default`. Replace `{region-id}` with the region where you want
|
3200
|
-
# to create the VMware Engine network. For example, "us-
|
3201
|
+
# to create the VMware Engine network. For example, "us-central1-default".
|
3201
3202
|
# * Only contains 1-63 alphanumeric characters and hyphens
|
3202
3203
|
# * Begins with an alphabetical character
|
3203
3204
|
# * Ends with a non-hyphen character
|
@@ -3454,10 +3455,10 @@ module Google
|
|
3454
3455
|
# The request ID must be a valid UUID with the exception that zero UUID is
|
3455
3456
|
# not supported (00000000-0000-0000-0000-000000000000).
|
3456
3457
|
# @param etag [::String]
|
3457
|
-
# Optional. Checksum used to ensure that the user-provided value is up to
|
3458
|
-
# the server processes the request. The server compares provided
|
3459
|
-
# with the current checksum of the resource. If the user-provided
|
3460
|
-
# out of date, this request returns an `ABORTED` error.
|
3458
|
+
# Optional. Checksum used to ensure that the user-provided value is up to
|
3459
|
+
# date before the server processes the request. The server compares provided
|
3460
|
+
# checksum with the current checksum of the resource. If the user-provided
|
3461
|
+
# value is out of date, this request returns an `ABORTED` error.
|
3461
3462
|
#
|
3462
3463
|
# @yield [response, operation] Access the result along with the RPC operation
|
3463
3464
|
# @yieldparam response [::Gapic::Operation]
|
@@ -34,7 +34,7 @@ module Google
|
|
34
34
|
##
|
35
35
|
# VMwareEngine manages VMware's private clusters in the Cloud.
|
36
36
|
#
|
37
|
-
#
|
37
|
+
# @example Load this service and instantiate a gRPC client
|
38
38
|
#
|
39
39
|
# require "google/cloud/vmware_engine/v1/vmware_engine"
|
40
40
|
# client = ::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client.new
|
@@ -23,9 +23,9 @@ module Google
|
|
23
23
|
module Cloud
|
24
24
|
module VmwareEngine
|
25
25
|
##
|
26
|
-
#
|
26
|
+
# API client module.
|
27
27
|
#
|
28
|
-
# @example
|
28
|
+
# @example Load this package, including all its services, and instantiate a gRPC client
|
29
29
|
#
|
30
30
|
# require "google/cloud/vmware_engine/v1"
|
31
31
|
# client = ::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client.new
|
@@ -73,7 +73,7 @@ module Google
|
|
73
73
|
# Resource names are schemeless URIs that follow the conventions in
|
74
74
|
# https://cloud.google.com/apis/design/resource_names.
|
75
75
|
# For example:
|
76
|
-
# `projects/my-project/locations/us-
|
76
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
77
77
|
# @!attribute [r] create_time
|
78
78
|
# @return [::Google::Protobuf::Timestamp]
|
79
79
|
# Output only. Creation time of this resource.
|
@@ -134,8 +134,8 @@ module Google
|
|
134
134
|
# 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
135
135
|
# @!attribute [rw] node_type_configs
|
136
136
|
# @return [::Google::Protobuf::Map{::String => ::Google::Cloud::VmwareEngine::V1::NodeTypeConfig}]
|
137
|
-
# Required. The map of cluster node types in this cluster, where the key is
|
138
|
-
# identifier of the node type (corresponds to the `NodeType`).
|
137
|
+
# Required. The map of cluster node types in this cluster, where the key is
|
138
|
+
# canonical identifier of the node type (corresponds to the `NodeType`).
|
139
139
|
class ManagementCluster
|
140
140
|
include ::Google::Protobuf::MessageExts
|
141
141
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -177,14 +177,15 @@ module Google
|
|
177
177
|
end
|
178
178
|
end
|
179
179
|
|
180
|
-
# Request message for
|
180
|
+
# Request message for
|
181
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#list_private_clouds VmwareEngine.ListPrivateClouds}
|
181
182
|
# @!attribute [rw] parent
|
182
183
|
# @return [::String]
|
183
184
|
# Required. The resource name of the private cloud to be queried for
|
184
185
|
# clusters. Resource names are schemeless URIs that follow the conventions in
|
185
186
|
# https://cloud.google.com/apis/design/resource_names.
|
186
187
|
# For example:
|
187
|
-
# `projects/my-project/locations/us-
|
188
|
+
# `projects/my-project/locations/us-central1-a`
|
188
189
|
# @!attribute [rw] page_size
|
189
190
|
# @return [::Integer]
|
190
191
|
# The maximum number of private clouds to return in one page.
|
@@ -238,7 +239,8 @@ module Google
|
|
238
239
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
239
240
|
end
|
240
241
|
|
241
|
-
# Response message for
|
242
|
+
# Response message for
|
243
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#list_private_clouds VmwareEngine.ListPrivateClouds}
|
242
244
|
# @!attribute [rw] private_clouds
|
243
245
|
# @return [::Array<::Google::Cloud::VmwareEngine::V1::PrivateCloud>]
|
244
246
|
# A list of private clouds.
|
@@ -255,27 +257,29 @@ module Google
|
|
255
257
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
256
258
|
end
|
257
259
|
|
258
|
-
# Request message for
|
260
|
+
# Request message for
|
261
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#get_private_cloud VmwareEngine.GetPrivateCloud}
|
259
262
|
# @!attribute [rw] name
|
260
263
|
# @return [::String]
|
261
264
|
# Required. The resource name of the private cloud to retrieve.
|
262
265
|
# Resource names are schemeless URIs that follow the conventions in
|
263
266
|
# https://cloud.google.com/apis/design/resource_names.
|
264
267
|
# For example:
|
265
|
-
# `projects/my-project/locations/us-
|
268
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
266
269
|
class GetPrivateCloudRequest
|
267
270
|
include ::Google::Protobuf::MessageExts
|
268
271
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
269
272
|
end
|
270
273
|
|
271
|
-
# Request message for
|
274
|
+
# Request message for
|
275
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#create_private_cloud VmwareEngine.CreatePrivateCloud}
|
272
276
|
# @!attribute [rw] parent
|
273
277
|
# @return [::String]
|
274
278
|
# Required. The resource name of the location to create the new
|
275
279
|
# private cloud in. Resource names are schemeless URIs that follow the
|
276
280
|
# conventions in https://cloud.google.com/apis/design/resource_names.
|
277
281
|
# For example:
|
278
|
-
# `projects/my-project/locations/us-
|
282
|
+
# `projects/my-project/locations/us-central1-a`
|
279
283
|
# @!attribute [rw] private_cloud_id
|
280
284
|
# @return [::String]
|
281
285
|
# Required. The user-provided identifier of the private cloud to be created.
|
@@ -294,18 +298,19 @@ module Google
|
|
294
298
|
# Required. The initial description of the new private cloud.
|
295
299
|
# @!attribute [rw] request_id
|
296
300
|
# @return [::String]
|
297
|
-
# Optional. The request ID must be a valid UUID with the exception that zero
|
298
|
-
# not supported (00000000-0000-0000-0000-000000000000).
|
301
|
+
# Optional. The request ID must be a valid UUID with the exception that zero
|
302
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
299
303
|
# @!attribute [rw] validate_only
|
300
304
|
# @return [::Boolean]
|
301
|
-
# Optional. True if you want the request to be validated and not executed;
|
302
|
-
# otherwise.
|
305
|
+
# Optional. True if you want the request to be validated and not executed;
|
306
|
+
# false otherwise.
|
303
307
|
class CreatePrivateCloudRequest
|
304
308
|
include ::Google::Protobuf::MessageExts
|
305
309
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
306
310
|
end
|
307
311
|
|
308
|
-
# Request message for
|
312
|
+
# Request message for
|
313
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#update_private_cloud VmwareEngine.UpdatePrivateCloud}
|
309
314
|
# @!attribute [rw] private_cloud
|
310
315
|
# @return [::Google::Cloud::VmwareEngine::V1::PrivateCloud]
|
311
316
|
# Required. Private cloud description.
|
@@ -318,58 +323,61 @@ module Google
|
|
318
323
|
# all fields will be overwritten.
|
319
324
|
# @!attribute [rw] request_id
|
320
325
|
# @return [::String]
|
321
|
-
# Optional. The request ID must be a valid UUID with the exception that zero
|
322
|
-
# not supported (00000000-0000-0000-0000-000000000000).
|
326
|
+
# Optional. The request ID must be a valid UUID with the exception that zero
|
327
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
323
328
|
class UpdatePrivateCloudRequest
|
324
329
|
include ::Google::Protobuf::MessageExts
|
325
330
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
326
331
|
end
|
327
332
|
|
328
|
-
# Request message for
|
333
|
+
# Request message for
|
334
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#delete_private_cloud VmwareEngine.DeletePrivateCloud}
|
329
335
|
# @!attribute [rw] name
|
330
336
|
# @return [::String]
|
331
337
|
# Required. The resource name of the private cloud to delete.
|
332
338
|
# Resource names are schemeless URIs that follow the conventions in
|
333
339
|
# https://cloud.google.com/apis/design/resource_names.
|
334
340
|
# For example:
|
335
|
-
# `projects/my-project/locations/us-
|
341
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
336
342
|
# @!attribute [rw] request_id
|
337
343
|
# @return [::String]
|
338
|
-
# Optional. The request ID must be a valid UUID with the exception that zero
|
339
|
-
# not supported (00000000-0000-0000-0000-000000000000).
|
344
|
+
# Optional. The request ID must be a valid UUID with the exception that zero
|
345
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
340
346
|
# @!attribute [rw] force
|
341
347
|
# @return [::Boolean]
|
342
|
-
# Optional. If set to true, cascade delete is enabled and all children of
|
343
|
-
# cloud resource are also deleted. When this flag is set to
|
344
|
-
# private cloud will not be deleted if there are any children
|
345
|
-
# management cluster. The management cluster is always
|
348
|
+
# Optional. If set to true, cascade delete is enabled and all children of
|
349
|
+
# this private cloud resource are also deleted. When this flag is set to
|
350
|
+
# false, the private cloud will not be deleted if there are any children
|
351
|
+
# other than the management cluster. The management cluster is always
|
352
|
+
# deleted.
|
346
353
|
# @!attribute [rw] delay_hours
|
347
354
|
# @return [::Integer]
|
348
355
|
# Optional. Time delay of the deletion specified in hours. The default value
|
349
356
|
# is `3`. Specifying a non-zero value for this field changes the value of
|
350
357
|
# `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned
|
351
358
|
# deletion time. Deletion can be cancelled before `expire_time` elapses using
|
352
|
-
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#undelete_private_cloud VmwareEngine.UndeletePrivateCloud}.
|
353
|
-
# this field instead begins the deletion
|
354
|
-
# immediately. During the final deletion process,
|
355
|
-
# `PrivateCloud.state` becomes `PURGING`.
|
359
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#undelete_private_cloud VmwareEngine.UndeletePrivateCloud}.
|
360
|
+
# Specifying a value of `0` for this field instead begins the deletion
|
361
|
+
# process and ceases billing immediately. During the final deletion process,
|
362
|
+
# the value of `PrivateCloud.state` becomes `PURGING`.
|
356
363
|
class DeletePrivateCloudRequest
|
357
364
|
include ::Google::Protobuf::MessageExts
|
358
365
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
359
366
|
end
|
360
367
|
|
361
|
-
# Request message for
|
368
|
+
# Request message for
|
369
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#undelete_private_cloud VmwareEngine.UndeletePrivateCloud}
|
362
370
|
# @!attribute [rw] name
|
363
371
|
# @return [::String]
|
364
372
|
# Required. The resource name of the private cloud scheduled for deletion.
|
365
373
|
# Resource names are schemeless URIs that follow the conventions in
|
366
374
|
# https://cloud.google.com/apis/design/resource_names.
|
367
375
|
# For example:
|
368
|
-
# `projects/my-project/locations/us-
|
376
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
369
377
|
# @!attribute [rw] request_id
|
370
378
|
# @return [::String]
|
371
|
-
# Optional. The request ID must be a valid UUID with the exception that zero
|
372
|
-
# not supported (00000000-0000-0000-0000-000000000000).
|
379
|
+
# Optional. The request ID must be a valid UUID with the exception that zero
|
380
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
373
381
|
class UndeletePrivateCloudRequest
|
374
382
|
include ::Google::Protobuf::MessageExts
|
375
383
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -382,7 +390,7 @@ module Google
|
|
382
390
|
# Resource names are schemeless URIs that follow the conventions in
|
383
391
|
# https://cloud.google.com/apis/design/resource_names.
|
384
392
|
# For example:
|
385
|
-
# `projects/my-project/locations/us-
|
393
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster`
|
386
394
|
# @!attribute [r] create_time
|
387
395
|
# @return [::Google::Protobuf::Timestamp]
|
388
396
|
# Output only. Creation time of this resource.
|
@@ -402,8 +410,8 @@ module Google
|
|
402
410
|
# Output only. System-generated unique identifier for the resource.
|
403
411
|
# @!attribute [rw] node_type_configs
|
404
412
|
# @return [::Google::Protobuf::Map{::String => ::Google::Cloud::VmwareEngine::V1::NodeTypeConfig}]
|
405
|
-
# Required. The map of cluster node types in this cluster, where the key is
|
406
|
-
# identifier of the node type (corresponds to the `NodeType`).
|
413
|
+
# Required. The map of cluster node types in this cluster, where the key is
|
414
|
+
# canonical identifier of the node type (corresponds to the `NodeType`).
|
407
415
|
class Cluster
|
408
416
|
include ::Google::Protobuf::MessageExts
|
409
417
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -441,14 +449,15 @@ module Google
|
|
441
449
|
end
|
442
450
|
end
|
443
451
|
|
444
|
-
# Request message for
|
452
|
+
# Request message for
|
453
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#list_clusters VmwareEngine.ListClusters}
|
445
454
|
# @!attribute [rw] parent
|
446
455
|
# @return [::String]
|
447
456
|
# Required. The resource name of the private cloud to query for clusters.
|
448
457
|
# Resource names are schemeless URIs that follow the conventions in
|
449
458
|
# https://cloud.google.com/apis/design/resource_names.
|
450
459
|
# For example:
|
451
|
-
# `projects/my-project/locations/us-
|
460
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
452
461
|
# @!attribute [rw] page_size
|
453
462
|
# @return [::Integer]
|
454
463
|
# The maximum number of clusters to return in one page.
|
@@ -489,7 +498,8 @@ module Google
|
|
489
498
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
490
499
|
end
|
491
500
|
|
492
|
-
# Response message for
|
501
|
+
# Response message for
|
502
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#list_clusters VmwareEngine.ListClusters}
|
493
503
|
# @!attribute [rw] clusters
|
494
504
|
# @return [::Array<::Google::Cloud::VmwareEngine::V1::Cluster>]
|
495
505
|
# A list of private cloud clusters.
|
@@ -506,27 +516,29 @@ module Google
|
|
506
516
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
507
517
|
end
|
508
518
|
|
509
|
-
# Request message for
|
519
|
+
# Request message for
|
520
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#get_cluster VmwareEngine.GetCluster}
|
510
521
|
# @!attribute [rw] name
|
511
522
|
# @return [::String]
|
512
523
|
# Required. The cluster resource name to retrieve.
|
513
524
|
# Resource names are schemeless URIs that follow the conventions in
|
514
525
|
# https://cloud.google.com/apis/design/resource_names.
|
515
526
|
# For example:
|
516
|
-
# `projects/my-project/locations/us-
|
527
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster`
|
517
528
|
class GetClusterRequest
|
518
529
|
include ::Google::Protobuf::MessageExts
|
519
530
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
520
531
|
end
|
521
532
|
|
522
|
-
# Request message for
|
533
|
+
# Request message for
|
534
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#create_cluster VmwareEngine.CreateCluster}
|
523
535
|
# @!attribute [rw] parent
|
524
536
|
# @return [::String]
|
525
537
|
# Required. The resource name of the private cloud to create a new cluster
|
526
538
|
# in. Resource names are schemeless URIs that follow the conventions in
|
527
539
|
# https://cloud.google.com/apis/design/resource_names.
|
528
540
|
# For example:
|
529
|
-
# `projects/my-project/locations/us-
|
541
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
530
542
|
# @!attribute [rw] cluster_id
|
531
543
|
# @return [::String]
|
532
544
|
# Required. The user-provided identifier of the new `Cluster`.
|
@@ -545,18 +557,19 @@ module Google
|
|
545
557
|
# Required. The initial description of the new cluster.
|
546
558
|
# @!attribute [rw] request_id
|
547
559
|
# @return [::String]
|
548
|
-
# Optional. The request ID must be a valid UUID with the exception that zero
|
549
|
-
# not supported (00000000-0000-0000-0000-000000000000).
|
560
|
+
# Optional. The request ID must be a valid UUID with the exception that zero
|
561
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
550
562
|
# @!attribute [rw] validate_only
|
551
563
|
# @return [::Boolean]
|
552
|
-
# Optional. True if you want the request to be validated and not executed;
|
553
|
-
# otherwise.
|
564
|
+
# Optional. True if you want the request to be validated and not executed;
|
565
|
+
# false otherwise.
|
554
566
|
class CreateClusterRequest
|
555
567
|
include ::Google::Protobuf::MessageExts
|
556
568
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
557
569
|
end
|
558
570
|
|
559
|
-
# Request message for
|
571
|
+
# Request message for
|
572
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#update_cluster VmwareEngine.UpdateCluster}
|
560
573
|
# @!attribute [rw] update_mask
|
561
574
|
# @return [::Google::Protobuf::FieldMask]
|
562
575
|
# Required. Field mask is used to specify the fields to be overwritten in the
|
@@ -573,25 +586,26 @@ module Google
|
|
573
586
|
# zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
574
587
|
# @!attribute [rw] validate_only
|
575
588
|
# @return [::Boolean]
|
576
|
-
# Optional. True if you want the request to be validated and not executed;
|
577
|
-
# otherwise.
|
589
|
+
# Optional. True if you want the request to be validated and not executed;
|
590
|
+
# false otherwise.
|
578
591
|
class UpdateClusterRequest
|
579
592
|
include ::Google::Protobuf::MessageExts
|
580
593
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
581
594
|
end
|
582
595
|
|
583
|
-
# Request message for
|
596
|
+
# Request message for
|
597
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#delete_cluster VmwareEngine.DeleteCluster}
|
584
598
|
# @!attribute [rw] name
|
585
599
|
# @return [::String]
|
586
600
|
# Required. The resource name of the cluster to delete.
|
587
601
|
# Resource names are schemeless URIs that follow the conventions in
|
588
602
|
# https://cloud.google.com/apis/design/resource_names.
|
589
603
|
# For example:
|
590
|
-
# `projects/my-project/locations/us-
|
604
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster`
|
591
605
|
# @!attribute [rw] request_id
|
592
606
|
# @return [::String]
|
593
|
-
# Optional. The request ID must be a valid UUID with the exception that zero
|
594
|
-
# not supported (00000000-0000-0000-0000-000000000000).
|
607
|
+
# Optional. The request ID must be a valid UUID with the exception that zero
|
608
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
595
609
|
class DeleteClusterRequest
|
596
610
|
include ::Google::Protobuf::MessageExts
|
597
611
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -605,7 +619,7 @@ module Google
|
|
605
619
|
# Resource names are schemeless URIs that follow the conventions in
|
606
620
|
# https://cloud.google.com/apis/design/resource_names.
|
607
621
|
# For example:
|
608
|
-
# `projects/my-project/locations/us-
|
622
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet`
|
609
623
|
# @!attribute [rw] ip_cidr_range
|
610
624
|
# @return [::String]
|
611
625
|
# The IP address range of the subnet in CIDR format '10.0.0.0/24'.
|
@@ -615,7 +629,8 @@ module Google
|
|
615
629
|
# Must fall within the IP prefix defined above.
|
616
630
|
# @!attribute [r] type
|
617
631
|
# @return [::String]
|
618
|
-
# Output only. The type of the subnet. For example "management" or
|
632
|
+
# Output only. The type of the subnet. For example "management" or
|
633
|
+
# "userDefined".
|
619
634
|
# @!attribute [r] state
|
620
635
|
# @return [::Google::Cloud::VmwareEngine::V1::Subnet::State]
|
621
636
|
# Output only. The state of the resource.
|
@@ -642,7 +657,8 @@ module Google
|
|
642
657
|
end
|
643
658
|
end
|
644
659
|
|
645
|
-
# Request message for
|
660
|
+
# Request message for
|
661
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#list_subnets VmwareEngine.ListSubnets}
|
646
662
|
# @!attribute [rw] parent
|
647
663
|
# @return [::String]
|
648
664
|
# Required. The resource name of the private cloud to be queried for
|
@@ -650,7 +666,7 @@ module Google
|
|
650
666
|
# Resource names are schemeless URIs that follow the conventions in
|
651
667
|
# https://cloud.google.com/apis/design/resource_names.
|
652
668
|
# For example:
|
653
|
-
# `projects/my-project/locations/us-
|
669
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
654
670
|
# @!attribute [rw] page_size
|
655
671
|
# @return [::Integer]
|
656
672
|
# The maximum number of subnets to return in one page.
|
@@ -669,7 +685,8 @@ module Google
|
|
669
685
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
670
686
|
end
|
671
687
|
|
672
|
-
# Response message for
|
688
|
+
# Response message for
|
689
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#list_subnets VmwareEngine.ListSubnets}
|
673
690
|
# @!attribute [rw] subnets
|
674
691
|
# @return [::Array<::Google::Cloud::VmwareEngine::V1::Subnet>]
|
675
692
|
# A list of subnets.
|
@@ -703,8 +720,9 @@ module Google
|
|
703
720
|
# Output only. True if the user has requested cancellation
|
704
721
|
# of the operation; false otherwise.
|
705
722
|
# Operations that have successfully been cancelled
|
706
|
-
# have [Operation.error][] value with a
|
707
|
-
# corresponding to
|
723
|
+
# have [Operation.error][] value with a
|
724
|
+
# {::Google::Rpc::Status#code google.rpc.Status.code} of 1, corresponding to
|
725
|
+
# `Code.CANCELLED`.
|
708
726
|
# @!attribute [r] api_version
|
709
727
|
# @return [::String]
|
710
728
|
# Output only. API version used to start the operation.
|
@@ -720,7 +738,7 @@ module Google
|
|
720
738
|
# Resource names are schemeless URIs that follow the conventions in
|
721
739
|
# https://cloud.google.com/apis/design/resource_names.
|
722
740
|
# For example:
|
723
|
-
# `projects/my-proj/locations/us-
|
741
|
+
# `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72`
|
724
742
|
# @!attribute [r] node_type_id
|
725
743
|
# @return [::String]
|
726
744
|
# Output only. The canonical identifier of the node type
|
@@ -749,14 +767,15 @@ module Google
|
|
749
767
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
750
768
|
end
|
751
769
|
|
752
|
-
# Request message for
|
770
|
+
# Request message for
|
771
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#list_node_types VmwareEngine.ListNodeTypes}
|
753
772
|
# @!attribute [rw] parent
|
754
773
|
# @return [::String]
|
755
774
|
# Required. The resource name of the location to be queried for node types.
|
756
775
|
# Resource names are schemeless URIs that follow the conventions in
|
757
776
|
# https://cloud.google.com/apis/design/resource_names.
|
758
777
|
# For example:
|
759
|
-
# `projects/my-project/locations/us-
|
778
|
+
# `projects/my-project/locations/us-central1-a`
|
760
779
|
# @!attribute [rw] page_size
|
761
780
|
# @return [::Integer]
|
762
781
|
# The maximum number of node types to return in one page.
|
@@ -802,7 +821,8 @@ module Google
|
|
802
821
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
803
822
|
end
|
804
823
|
|
805
|
-
# Response message for
|
824
|
+
# Response message for
|
825
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#list_node_types VmwareEngine.ListNodeTypes}
|
806
826
|
# @!attribute [rw] node_types
|
807
827
|
# @return [::Array<::Google::Cloud::VmwareEngine::V1::NodeType>]
|
808
828
|
# A list of Node Types.
|
@@ -819,14 +839,15 @@ module Google
|
|
819
839
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
820
840
|
end
|
821
841
|
|
822
|
-
# Request message for
|
842
|
+
# Request message for
|
843
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#get_node_type VmwareEngine.GetNodeType}
|
823
844
|
# @!attribute [rw] name
|
824
845
|
# @return [::String]
|
825
846
|
# Required. The resource name of the node type to retrieve.
|
826
847
|
# Resource names are schemeless URIs that follow the conventions in
|
827
848
|
# https://cloud.google.com/apis/design/resource_names.
|
828
849
|
# For example:
|
829
|
-
# `projects/my-proj/locations/us-
|
850
|
+
# `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72`
|
830
851
|
class GetNodeTypeRequest
|
831
852
|
include ::Google::Protobuf::MessageExts
|
832
853
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -844,7 +865,8 @@ module Google
|
|
844
865
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
845
866
|
end
|
846
867
|
|
847
|
-
# Request message for
|
868
|
+
# Request message for
|
869
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#show_nsx_credentials VmwareEngine.ShowNsxCredentials}
|
848
870
|
# @!attribute [rw] private_cloud
|
849
871
|
# @return [::String]
|
850
872
|
# Required. The resource name of the private cloud
|
@@ -852,13 +874,14 @@ module Google
|
|
852
874
|
# Resource names are schemeless URIs that follow the conventions in
|
853
875
|
# https://cloud.google.com/apis/design/resource_names.
|
854
876
|
# For example:
|
855
|
-
# `projects/my-project/locations/us-
|
877
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
856
878
|
class ShowNsxCredentialsRequest
|
857
879
|
include ::Google::Protobuf::MessageExts
|
858
880
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
859
881
|
end
|
860
882
|
|
861
|
-
# Request message for
|
883
|
+
# Request message for
|
884
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#show_vcenter_credentials VmwareEngine.ShowVcenterCredentials}
|
862
885
|
# @!attribute [rw] private_cloud
|
863
886
|
# @return [::String]
|
864
887
|
# Required. The resource name of the private cloud
|
@@ -866,13 +889,14 @@ module Google
|
|
866
889
|
# Resource names are schemeless URIs that follow the conventions in
|
867
890
|
# https://cloud.google.com/apis/design/resource_names.
|
868
891
|
# For example:
|
869
|
-
# `projects/my-project/locations/us-
|
892
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
870
893
|
class ShowVcenterCredentialsRequest
|
871
894
|
include ::Google::Protobuf::MessageExts
|
872
895
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
873
896
|
end
|
874
897
|
|
875
|
-
# Request message for
|
898
|
+
# Request message for
|
899
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#reset_nsx_credentials VmwareEngine.ResetNsxCredentials}
|
876
900
|
# @!attribute [rw] private_cloud
|
877
901
|
# @return [::String]
|
878
902
|
# Required. The resource name of the private cloud
|
@@ -880,7 +904,7 @@ module Google
|
|
880
904
|
# Resource names are schemeless URIs that follow the conventions in
|
881
905
|
# https://cloud.google.com/apis/design/resource_names.
|
882
906
|
# For example:
|
883
|
-
# `projects/my-project/locations/us-
|
907
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
884
908
|
# @!attribute [rw] request_id
|
885
909
|
# @return [::String]
|
886
910
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
@@ -902,7 +926,8 @@ module Google
|
|
902
926
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
903
927
|
end
|
904
928
|
|
905
|
-
# Request message for
|
929
|
+
# Request message for
|
930
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#reset_vcenter_credentials VmwareEngine.ResetVcenterCredentials}
|
906
931
|
# @!attribute [rw] private_cloud
|
907
932
|
# @return [::String]
|
908
933
|
# Required. The resource name of the private cloud
|
@@ -910,7 +935,7 @@ module Google
|
|
910
935
|
# Resource names are schemeless URIs that follow the conventions in
|
911
936
|
# https://cloud.google.com/apis/design/resource_names.
|
912
937
|
# For example:
|
913
|
-
# `projects/my-project/locations/us-
|
938
|
+
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
|
914
939
|
# @!attribute [rw] request_id
|
915
940
|
# @return [::String]
|
916
941
|
# Optional. A request ID to identify requests. Specify a unique request ID
|
@@ -932,7 +957,8 @@ module Google
|
|
932
957
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
933
958
|
end
|
934
959
|
|
935
|
-
# Response message for
|
960
|
+
# Response message for
|
961
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#list_hcx_activation_keys VmwareEngine.ListHcxActivationKeys}
|
936
962
|
# @!attribute [rw] hcx_activation_keys
|
937
963
|
# @return [::Array<::Google::Cloud::VmwareEngine::V1::HcxActivationKey>]
|
938
964
|
# List of HCX activation keys.
|
@@ -952,15 +978,18 @@ module Google
|
|
952
978
|
# HCX activation key. A default key is created during
|
953
979
|
# private cloud provisioning, but this behavior is subject to change
|
954
980
|
# and you should always verify active keys.
|
955
|
-
# Use
|
956
|
-
#
|
981
|
+
# Use
|
982
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#list_hcx_activation_keys VmwareEngine.ListHcxActivationKeys}
|
983
|
+
# to retrieve existing keys and
|
984
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#create_hcx_activation_key VmwareEngine.CreateHcxActivationKey}
|
985
|
+
# to create new ones.
|
957
986
|
# @!attribute [r] name
|
958
987
|
# @return [::String]
|
959
988
|
# Output only. The resource name of this HcxActivationKey.
|
960
989
|
# Resource names are schemeless URIs that follow the conventions in
|
961
990
|
# https://cloud.google.com/apis/design/resource_names.
|
962
991
|
# For example:
|
963
|
-
# `projects/my-project/locations/us-
|
992
|
+
# `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key`
|
964
993
|
# @!attribute [r] create_time
|
965
994
|
# @return [::Google::Protobuf::Timestamp]
|
966
995
|
# Output only. Creation time of HCX activation key.
|
@@ -993,7 +1022,8 @@ module Google
|
|
993
1022
|
end
|
994
1023
|
end
|
995
1024
|
|
996
|
-
# Request message for
|
1025
|
+
# Request message for
|
1026
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#list_hcx_activation_keys VmwareEngine.ListHcxActivationKeys}
|
997
1027
|
# @!attribute [rw] parent
|
998
1028
|
# @return [::String]
|
999
1029
|
# Required. The resource name of the private cloud
|
@@ -1028,13 +1058,14 @@ module Google
|
|
1028
1058
|
# Resource names are schemeless URIs that follow the conventions in
|
1029
1059
|
# https://cloud.google.com/apis/design/resource_names.
|
1030
1060
|
# For example:
|
1031
|
-
# `projects/my-project/locations/us-
|
1061
|
+
# `projects/my-project/locations/us-central1/privateClouds/my-cloud/hcxActivationKeys/my-key`
|
1032
1062
|
class GetHcxActivationKeyRequest
|
1033
1063
|
include ::Google::Protobuf::MessageExts
|
1034
1064
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1035
1065
|
end
|
1036
1066
|
|
1037
|
-
# Request message for
|
1067
|
+
# Request message for
|
1068
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#create_hcx_activation_key VmwareEngine.CreateHcxActivationKey}
|
1038
1069
|
# @!attribute [rw] parent
|
1039
1070
|
# @return [::String]
|
1040
1071
|
# Required. The resource name of the private cloud to create the key for.
|
@@ -1257,7 +1288,8 @@ module Google
|
|
1257
1288
|
end
|
1258
1289
|
end
|
1259
1290
|
|
1260
|
-
# Request message for
|
1291
|
+
# Request message for
|
1292
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#list_network_policies VmwareEngine.ListNetworkPolicies}
|
1261
1293
|
# @!attribute [rw] parent
|
1262
1294
|
# @return [::String]
|
1263
1295
|
# Required. The resource name of the location (region) to query for
|
@@ -1317,7 +1349,8 @@ module Google
|
|
1317
1349
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1318
1350
|
end
|
1319
1351
|
|
1320
|
-
# Response message for
|
1352
|
+
# Response message for
|
1353
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#list_network_policies VmwareEngine.ListNetworkPolicies}
|
1321
1354
|
# @!attribute [rw] network_policies
|
1322
1355
|
# @return [::Array<::Google::Cloud::VmwareEngine::V1::NetworkPolicy>]
|
1323
1356
|
# A list of network policies.
|
@@ -1334,7 +1367,8 @@ module Google
|
|
1334
1367
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1335
1368
|
end
|
1336
1369
|
|
1337
|
-
# Request message for
|
1370
|
+
# Request message for
|
1371
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#get_network_policy VmwareEngine.GetNetworkPolicy}
|
1338
1372
|
# @!attribute [rw] name
|
1339
1373
|
# @return [::String]
|
1340
1374
|
# Required. The resource name of the network policy to retrieve.
|
@@ -1347,7 +1381,8 @@ module Google
|
|
1347
1381
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1348
1382
|
end
|
1349
1383
|
|
1350
|
-
# Request message for
|
1384
|
+
# Request message for
|
1385
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#update_network_policy VmwareEngine.UpdateNetworkPolicy}
|
1351
1386
|
# @!attribute [rw] network_policy
|
1352
1387
|
# @return [::Google::Cloud::VmwareEngine::V1::NetworkPolicy]
|
1353
1388
|
# Required. Network policy description.
|
@@ -1379,7 +1414,8 @@ module Google
|
|
1379
1414
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1380
1415
|
end
|
1381
1416
|
|
1382
|
-
# Request message for
|
1417
|
+
# Request message for
|
1418
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#create_network_policy VmwareEngine.CreateNetworkPolicy}
|
1383
1419
|
# @!attribute [rw] parent
|
1384
1420
|
# @return [::String]
|
1385
1421
|
# Required. The resource name of the location (region)
|
@@ -1426,7 +1462,8 @@ module Google
|
|
1426
1462
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1427
1463
|
end
|
1428
1464
|
|
1429
|
-
# Request message for
|
1465
|
+
# Request message for
|
1466
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#delete_network_policy VmwareEngine.DeleteNetworkPolicy}
|
1430
1467
|
# @!attribute [rw] name
|
1431
1468
|
# @return [::String]
|
1432
1469
|
# Required. The resource name of the network policy to delete.
|
@@ -1563,7 +1600,8 @@ module Google
|
|
1563
1600
|
end
|
1564
1601
|
end
|
1565
1602
|
|
1566
|
-
# Request message for
|
1603
|
+
# Request message for
|
1604
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#create_vmware_engine_network VmwareEngine.CreateVmwareEngineNetwork}
|
1567
1605
|
# @!attribute [rw] parent
|
1568
1606
|
# @return [::String]
|
1569
1607
|
# Required. The resource name of the location to create the new VMware Engine
|
@@ -1582,7 +1620,7 @@ module Google
|
|
1582
1620
|
#
|
1583
1621
|
# * For networks of type LEGACY, adheres to the format:
|
1584
1622
|
# `{region-id}-default`. Replace `{region-id}` with the region where you want
|
1585
|
-
# to create the VMware Engine network. For example, "us-
|
1623
|
+
# to create the VMware Engine network. For example, "us-central1-default".
|
1586
1624
|
# * Only contains 1-63 alphanumeric characters and hyphens
|
1587
1625
|
# * Begins with an alphabetical character
|
1588
1626
|
# * Ends with a non-hyphen character
|
@@ -1613,7 +1651,8 @@ module Google
|
|
1613
1651
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1614
1652
|
end
|
1615
1653
|
|
1616
|
-
# Request message for
|
1654
|
+
# Request message for
|
1655
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#update_vmware_engine_network VmwareEngine.UpdateVmwareEngineNetwork}
|
1617
1656
|
# @!attribute [rw] vmware_engine_network
|
1618
1657
|
# @return [::Google::Cloud::VmwareEngine::V1::VmwareEngineNetwork]
|
1619
1658
|
# Required. VMware Engine network description.
|
@@ -1646,7 +1685,8 @@ module Google
|
|
1646
1685
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1647
1686
|
end
|
1648
1687
|
|
1649
|
-
# Request message for
|
1688
|
+
# Request message for
|
1689
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#delete_vmware_engine_network VmwareEngine.DeleteVmwareEngineNetwork}
|
1650
1690
|
# @!attribute [rw] name
|
1651
1691
|
# @return [::String]
|
1652
1692
|
# Required. The resource name of the VMware Engine network to be deleted.
|
@@ -1672,16 +1712,17 @@ module Google
|
|
1672
1712
|
# not supported (00000000-0000-0000-0000-000000000000).
|
1673
1713
|
# @!attribute [rw] etag
|
1674
1714
|
# @return [::String]
|
1675
|
-
# Optional. Checksum used to ensure that the user-provided value is up to
|
1676
|
-
# the server processes the request. The server compares provided
|
1677
|
-
# with the current checksum of the resource. If the user-provided
|
1678
|
-
# out of date, this request returns an `ABORTED` error.
|
1715
|
+
# Optional. Checksum used to ensure that the user-provided value is up to
|
1716
|
+
# date before the server processes the request. The server compares provided
|
1717
|
+
# checksum with the current checksum of the resource. If the user-provided
|
1718
|
+
# value is out of date, this request returns an `ABORTED` error.
|
1679
1719
|
class DeleteVmwareEngineNetworkRequest
|
1680
1720
|
include ::Google::Protobuf::MessageExts
|
1681
1721
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1682
1722
|
end
|
1683
1723
|
|
1684
|
-
# Request message for
|
1724
|
+
# Request message for
|
1725
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#get_vmware_engine_network VmwareEngine.GetVmwareEngineNetwork}
|
1685
1726
|
# @!attribute [rw] name
|
1686
1727
|
# @return [::String]
|
1687
1728
|
# Required. The resource name of the VMware Engine network to retrieve.
|
@@ -1694,7 +1735,8 @@ module Google
|
|
1694
1735
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1695
1736
|
end
|
1696
1737
|
|
1697
|
-
# Request message for
|
1738
|
+
# Request message for
|
1739
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#list_vmware_engine_networks VmwareEngine.ListVmwareEngineNetworks}
|
1698
1740
|
# @!attribute [rw] parent
|
1699
1741
|
# @return [::String]
|
1700
1742
|
# Required. The resource name of the location to query for
|
@@ -1753,7 +1795,8 @@ module Google
|
|
1753
1795
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1754
1796
|
end
|
1755
1797
|
|
1756
|
-
# Response message for
|
1798
|
+
# Response message for
|
1799
|
+
# {::Google::Cloud::VmwareEngine::V1::VmwareEngine::Client#list_vmware_engine_networks VmwareEngine.ListVmwareEngineNetworks}
|
1757
1800
|
# @!attribute [rw] vmware_engine_networks
|
1758
1801
|
# @return [::Array<::Google::Cloud::VmwareEngine::V1::VmwareEngineNetwork>]
|
1759
1802
|
# A list of VMware Engine networks.
|
@@ -28,12 +28,14 @@ module Google
|
|
28
28
|
# [API Design Guide](https://cloud.google.com/apis/design/errors).
|
29
29
|
# @!attribute [rw] code
|
30
30
|
# @return [::Integer]
|
31
|
-
# The status code, which should be an enum value of
|
31
|
+
# The status code, which should be an enum value of
|
32
|
+
# [google.rpc.Code][google.rpc.Code].
|
32
33
|
# @!attribute [rw] message
|
33
34
|
# @return [::String]
|
34
35
|
# A developer-facing error message, which should be in English. Any
|
35
36
|
# user-facing error message should be localized and sent in the
|
36
|
-
# {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
|
37
|
+
# {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
|
38
|
+
# by the client.
|
37
39
|
# @!attribute [rw] details
|
38
40
|
# @return [::Array<::Google::Protobuf::Any>]
|
39
41
|
# A list of messages that carry the error details. There is a common set of
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-vmware_engine-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 0.16.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
29
|
+
version: 0.16.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -255,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
255
255
|
- !ruby/object:Gem::Version
|
256
256
|
version: '0'
|
257
257
|
requirements: []
|
258
|
-
rubygems_version: 3.
|
258
|
+
rubygems_version: 3.4.2
|
259
259
|
signing_key:
|
260
260
|
specification_version: 4
|
261
261
|
summary: API Client library for the Google Cloud VMware Engine V1 API
|