Class: Google::Cloud::VmwareEngine::V1::CreateClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::CreateClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb
Overview
Request message for VmwareEngine.CreateCluster
Instance Attribute Summary collapse
-
#cluster ⇒ ::Google::Cloud::VmwareEngine::V1::Cluster
Required.
-
#cluster_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#cluster ⇒ ::Google::Cloud::VmwareEngine::V1::Cluster
Returns Required. The initial description of the new cluster.
344 345 346 347 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 344 class CreateClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cluster_id ⇒ ::String
Returns 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 (section 3.5).
344 345 346 347 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 344 class CreateClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns 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
.
344 345 346 347 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 344 class CreateClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
344 345 346 347 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 344 class CreateClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. True if you want the request to be validated and not executed; false otherwise.
344 345 346 347 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 344 class CreateClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |