class Google::Apis::SecretmanagerV1::ReplicaStatus
Describes the status of a user-managed replica for the SecretVersion
.
Attributes
customer_managed_encryption[RW]
Describes the status of customer-managed encryption. Corresponds to the JSON property `customerManagedEncryption` @return [Google::Apis::SecretmanagerV1::CustomerManagedEncryptionStatus]
location[RW]
Output only. The canonical ID of the replica location. For example: `“us-east1” `. Corresponds to the JSON property `location` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/secretmanager_v1/classes.rb, line 702 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/secretmanager_v1/classes.rb, line 707 def update!(**args) @customer_managed_encryption = args[:customer_managed_encryption] if args.key?(:customer_managed_encryption) @location = args[:location] if args.key?(:location) end