Class ClusterState (2.32.0)

ClusterState(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

Name Description
replication_state google.cloud.bigtable_admin_v2.types.Table.ClusterState.ReplicationState
Output only. The state of replication for the table in this cluster.
encryption_info MutableSequence[google.cloud.bigtable_admin_v2.types.EncryptionInfo]
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.

Classes

ReplicationState

ReplicationState(value)

Table replication states.