public sealed class CreateClusterRequest : IMessage<CreateClusterRequest>, IEquatable<CreateClusterRequest>, IDeepCloneable<CreateClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class CreateClusterRequest.
Request message for [VmwareEngine.CreateCluster][google.cloud.vmwareengine.v1.VmwareEngine.CreateCluster]
Implements
IMessageCreateClusterRequest, IEquatableCreateClusterRequest, IDeepCloneableCreateClusterRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
CreateClusterRequest()
public CreateClusterRequest()
CreateClusterRequest(CreateClusterRequest)
public CreateClusterRequest(CreateClusterRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateClusterRequest |
Properties
Cluster
public Cluster Cluster { get; set; }
Required. The initial description of the new cluster.
Property Value | |
---|---|
Type | Description |
Cluster |
ClusterId
public string ClusterId { get; set; }
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)
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
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
Property Value | |
---|---|
Type | Description |
string |
ParentAsPrivateCloudName
public PrivateCloudName ParentAsPrivateCloudName { get; set; }
PrivateCloudName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
PrivateCloudName |
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 |