Class InstanceClusterArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceClusterArgs : ResourceArgs
Constructors
View SourceInstanceClusterArgs()
Declaration
public InstanceClusterArgs()
Properties
View SourceClusterId
The ID of the Cloud Bigtable cluster.
Declaration
public Input<string> ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<int> NumNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
StorageType
The storage type to use. One of "SSD" or
"HDD". Defaults to "SSD".
Declaration
public Input<string> StorageType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Zone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |