Reference documentation and code samples for the Secret Manager V1BETA2 API class Google::Cloud::SecretManager::V1beta2::ReplicationStatus.
The replication status of a SecretVersion.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#automatic
def automatic() -> ::Google::Cloud::SecretManager::V1beta2::ReplicationStatus::AutomaticStatus
-
(::Google::Cloud::SecretManager::V1beta2::ReplicationStatus::AutomaticStatus) — Describes the replication status of a
SecretVersion with
automatic replication.
Only populated if the parent Secret has an automatic replication policy.
#automatic=
def automatic=(value) -> ::Google::Cloud::SecretManager::V1beta2::ReplicationStatus::AutomaticStatus
-
value (::Google::Cloud::SecretManager::V1beta2::ReplicationStatus::AutomaticStatus) — Describes the replication status of a
SecretVersion with
automatic replication.
Only populated if the parent Secret has an automatic replication policy.
-
(::Google::Cloud::SecretManager::V1beta2::ReplicationStatus::AutomaticStatus) — Describes the replication status of a
SecretVersion with
automatic replication.
Only populated if the parent Secret has an automatic replication policy.
#user_managed
def user_managed() -> ::Google::Cloud::SecretManager::V1beta2::ReplicationStatus::UserManagedStatus
-
(::Google::Cloud::SecretManager::V1beta2::ReplicationStatus::UserManagedStatus) — Describes the replication status of a
SecretVersion with
user-managed replication.
Only populated if the parent Secret has a user-managed replication policy.
#user_managed=
def user_managed=(value) -> ::Google::Cloud::SecretManager::V1beta2::ReplicationStatus::UserManagedStatus
-
value (::Google::Cloud::SecretManager::V1beta2::ReplicationStatus::UserManagedStatus) — Describes the replication status of a
SecretVersion with
user-managed replication.
Only populated if the parent Secret has a user-managed replication policy.
-
(::Google::Cloud::SecretManager::V1beta2::ReplicationStatus::UserManagedStatus) — Describes the replication status of a
SecretVersion with
user-managed replication.
Only populated if the parent Secret has a user-managed replication policy.