Show / Hide Table of Contents

Class InstanceClusterArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceClusterArgs
Inherited Members
ResourceArgs.Empty
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 Source

InstanceClusterArgs()

Declaration
public InstanceClusterArgs()

Properties

View Source

ClusterId

The ID of the Cloud Bigtable cluster.

Declaration
public Input<string> ClusterId { get; set; }
Property Value
Type Description
Input<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 Input<int> NumNodes { get; set; }
Property Value
Type Description
Input<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 Input<string> StorageType { get; set; }
Property Value
Type Description
Input<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 Input<string> Zone { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.