Class CreatePrivateCloudRequest (1.4.2)

CreatePrivateCloudRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for VmwareEngine.CreatePrivateCloud

Attributes

NameDescription
parent str
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
private_cloud_id str
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
private_cloud google.cloud.vmwareengine_v1.types.PrivateCloud
Required. The initial description of the new private cloud.
request_id str
Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
validate_only bool
Optional. True if you want the request to be validated and not executed; false otherwise.