View Source GoogleApi.BigtableAdmin.V2.Model.Cluster (google_api_bigtable_admin v0.22.0)

A resizable group of nodes in a particular cloud location, capable of serving all Tables in the parent Instance.

Attributes

  • clusterConfig (type: GoogleApi.BigtableAdmin.V2.Model.ClusterConfig.t, default: nil) - Configuration for this cluster.
  • defaultStorageType (type: String.t, default: nil) - Immutable. The type of storage used by this cluster to serve its parent instance's tables, unless explicitly overridden.
  • encryptionConfig (type: GoogleApi.BigtableAdmin.V2.Model.EncryptionConfig.t, default: nil) - Immutable. The encryption configuration for CMEK-protected clusters.
  • location (type: String.t, default: nil) - Immutable. The location where this cluster's nodes and storage reside. For best performance, clients should be located as close as possible to this cluster. Currently only zones are supported, so values should be of the form projects/{project}/locations/{zone}.
  • name (type: String.t, default: nil) - The unique name of the cluster. Values are of the form projects/{project}/instances/{instance}/clusters/a-z*.
  • serveNodes (type: integer(), default: nil) - The number of nodes in the cluster. If no value is set, Cloud Bigtable automatically allocates nodes based on your data footprint and optimized for 50% storage utilization.
  • state (type: String.t, default: nil) - Output only. The current state of the cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.Cluster{
  clusterConfig: GoogleApi.BigtableAdmin.V2.Model.ClusterConfig.t() | nil,
  defaultStorageType: String.t() | nil,
  encryptionConfig: GoogleApi.BigtableAdmin.V2.Model.EncryptionConfig.t() | nil,
  location: String.t() | nil,
  name: String.t() | nil,
  serveNodes: integer() | nil,
  state: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.