Show / Hide Table of Contents

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 Source

ClusterId

The ID of the Cloud Bigtable cluster.

Declaration
public readonly string ClusterId
Field Value
Type Description
System.String
View Source

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>
View Source

StorageType

The storage type to use. One of &quot;SSD&quot; or &quot;HDD&quot;. Defaults to &quot;SSD&quot;.

Declaration
public readonly string StorageType
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.