class Google::Apis::SecretmanagerV1::UserManagedStatus
The replication status of a SecretVersion
using user-managed replication. Only populated if the parent Secret
has a user-managed replication policy.
Attributes
replicas[RW]
Output only. The list of replica statuses for the SecretVersion
. Corresponds to the JSON property `replicas` @return [Array<Google::Apis::SecretmanagerV1::ReplicaStatus>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/secretmanager_v1/classes.rb, line 1097 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 1102 def update!(**args) @replicas = args[:replicas] if args.key?(:replicas) end