Class InstanceCluster
Inheritance
System.Object
InstanceCluster
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.BigTable.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceCluster
Fields
View SourceClusterId
The ID of the Cloud Bigtable cluster.
Declaration
public readonly string ClusterId
Field Value
| Type | Description |
|---|---|
| System.String |
NumNodes
The number of nodes in your Cloud Bigtable cluster.
Required, with a minimum of 1 for a PRODUCTION instance. Must be left unset
for a DEVELOPMENT instance.
Declaration
public readonly int? NumNodes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
StorageType
The storage type to use. One of "SSD" or
"HDD". Defaults to "SSD".
Declaration
public readonly string StorageType
Field Value
| Type | Description |
|---|---|
| System.String |
Zone
The zone to create the Cloud Bigtable cluster in. Each cluster must have a different zone in the same region. Zones that support Bigtable instances are noted on the Cloud Bigtable locations page.
Declaration
public readonly string Zone
Field Value
| Type | Description |
|---|---|
| System.String |