Class: Google::Cloud::VmwareEngine::V1::CreatePrivateCloudRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::CreatePrivateCloudRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb
Overview
Request message for VmwareEngine.CreatePrivateCloud
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#private_cloud ⇒ ::Google::Cloud::VmwareEngine::V1::PrivateCloud
Required.
-
#private_cloud_id ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#parent ⇒ ::String
Returns 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
.
151 152 153 154 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 151 class CreatePrivateCloudRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_cloud ⇒ ::Google::Cloud::VmwareEngine::V1::PrivateCloud
Returns Required. The initial description of the new private cloud.
151 152 153 154 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 151 class CreatePrivateCloudRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_cloud_id ⇒ ::String
Returns 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 (section 3.5).
151 152 153 154 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 151 class CreatePrivateCloudRequest 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).
151 152 153 154 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 151 class CreatePrivateCloudRequest 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.
151 152 153 154 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 151 class CreatePrivateCloudRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |