public sealed class CreateClusterRequest : IMessage<CreateClusterRequest>, IEquatable<CreateClusterRequest>, IDeepCloneable<CreateClusterRequest>, IBufferMessage, IMessage
Request message for BigtableInstanceAdmin.CreateCluster.
Implements
IMessage<CreateClusterRequest>, IEquatable<CreateClusterRequest>, IDeepCloneable<CreateClusterRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.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 cluster to be created.
Fields marked OutputOnly
must be left blank.
Property Value | |
---|---|
Type | Description |
Cluster |
ClusterId
public string ClusterId { get; set; }
Required. The ID to be used when referring to the new cluster within its instance,
e.g., just mycluster
rather than
projects/myproject/instances/myinstance/clusters/mycluster
.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The unique name of the instance in which to create the new cluster.
Values are of the form
projects/{project}/instances/{instance}
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsInstanceName
public InstanceName ParentAsInstanceName { get; set; }
InstanceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
InstanceName |