public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessageRequest message for BigtableInstanceAdmin.CreateInstance.
Implements
IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
CreateInstanceRequest()
public CreateInstanceRequest()CreateInstanceRequest(CreateInstanceRequest)
public CreateInstanceRequest(CreateInstanceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateInstanceRequest |
Properties
Clusters
public MapField<string, Cluster> Clusters { get; }Required. The clusters to be created within the instance, mapped by desired
cluster ID, e.g., just mycluster rather than
projects/myproject/instances/myinstance/clusters/mycluster.
Fields marked OutputOnly must be left blank.
Currently, at most four clusters can be specified.
| Property Value | |
|---|---|
| Type | Description |
MapField<String, Cluster> |
|
Instance
public Instance Instance { get; set; }Required. The instance to create.
Fields marked OutputOnly must be left blank.
| Property Value | |
|---|---|
| Type | Description |
Instance |
|
InstanceId
public string InstanceId { get; set; }Required. The ID to be used when referring to the new instance within its project,
e.g., just myinstance rather than
projects/myproject/instances/myinstance.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Parent
public string Parent { get; set; }Required. The unique name of the project in which to create the new instance.
Values are of the form projects/{project}.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|