public sealed class CreatePrivateCloudRequest : IMessage<CreatePrivateCloudRequest>, IEquatable<CreatePrivateCloudRequest>, IDeepCloneable<CreatePrivateCloudRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class CreatePrivateCloudRequest.
Request message for [VmwareEngine.CreatePrivateCloud][google.cloud.vmwareengine.v1.VmwareEngine.CreatePrivateCloud]
Implements
IMessageCreatePrivateCloudRequest, IEquatableCreatePrivateCloudRequest, IDeepCloneableCreatePrivateCloudRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
CreatePrivateCloudRequest()
public CreatePrivateCloudRequest()
CreatePrivateCloudRequest(CreatePrivateCloudRequest)
public CreatePrivateCloudRequest(CreatePrivateCloudRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreatePrivateCloudRequest |
Properties
Parent
public string Parent { get; set; }
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
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
PrivateCloud
public PrivateCloud PrivateCloud { get; set; }
Required. The initial description of the new private cloud.
Property Value | |
---|---|
Type | Description |
PrivateCloud |
PrivateCloudId
public string PrivateCloudId { get; set; }
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)
Property Value | |
---|---|
Type | Description |
string |
RequestId
public string RequestId { get; set; }
Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
Property Value | |
---|---|
Type | Description |
string |
ValidateOnly
public bool ValidateOnly { get; set; }
Optional. True if you want the request to be validated and not executed; false otherwise.
Property Value | |
---|---|
Type | Description |
bool |