class Google::Apis::BigtableadminV2::ClusterState
The state of a table's data in a particular cluster.
Attributes
encryption_info[RW]
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. Corresponds to the JSON property `encryptionInfo` @return [Array<Google::Apis::BigtableadminV2::EncryptionInfo>]
replication_state[RW]
Output only. The state of replication for the table in this cluster. Corresponds to the JSON property `replicationState` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigtableadmin_v2/classes.rb, line 454 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/bigtableadmin_v2/classes.rb, line 459 def update!(**args) @encryption_info = args[:encryption_info] if args.key?(:encryption_info) @replication_state = args[:replication_state] if args.key?(:replication_state) end