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

The state of a table's data in a particular cluster.

Attributes

  • encryptionInfo (type: list(GoogleApi.BigtableAdmin.V2.Model.EncryptionInfo.t), default: nil) - Output only. The encryption information for the table in this cluster. If the encryption key protecting this resource is customer managed, then its version can be rotated in Cloud Key Management Service (Cloud KMS). The primary version of the key and its status will be reflected here when changes propagate from Cloud KMS.
  • replicationState (type: String.t, default: nil) - Output only. The state of replication for the table in this cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.ClusterState{
  encryptionInfo: [GoogleApi.BigtableAdmin.V2.Model.EncryptionInfo.t()] | nil,
  replicationState: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.