Class InstanceState
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
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceState : ResourceArgs
Constructors
View SourceInstanceState()
Declaration
public InstanceState()
Properties
View SourceClusters
A block of cluster configuration options. This can be specified 1 or 2 times. See structure below.
Declaration
public InputList<InstanceClusterGetArgs> Clusters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<InstanceClusterGetArgs> |
DeletionProtection
Whether or not to allow this provider to destroy the instance. Unless this field is set to false
in the statefile, a pulumi destroy or pulumi up that would delete the instance will fail.
Declaration
public Input<bool> DeletionProtection { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DisplayName
The human-readable display name of the Bigtable instance. Defaults to the instance name.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceType
The instance type to create. One of "DEVELOPMENT" or "PRODUCTION". Defaults to "PRODUCTION".
Declaration
public Input<string> InstanceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name (also called Instance Id in the Cloud Console) of the Cloud Bigtable instance.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |