Reference documentation and code samples for the Secret Manager V1beta1 API class Google::Cloud::SecretManager::V1beta1::Replication.
A policy that defines the replication configuration of data.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#automatic
def automatic() -> ::Google::Cloud::SecretManager::V1beta1::Replication::Automatic
-
(::Google::Cloud::SecretManager::V1beta1::Replication::Automatic) — The Secret will automatically be replicated without any restrictions.
Note: The following fields are mutually exclusive:
automatic
,user_managed
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#automatic=
def automatic=(value) -> ::Google::Cloud::SecretManager::V1beta1::Replication::Automatic
-
value (::Google::Cloud::SecretManager::V1beta1::Replication::Automatic) — The Secret will automatically be replicated without any restrictions.
Note: The following fields are mutually exclusive:
automatic
,user_managed
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::SecretManager::V1beta1::Replication::Automatic) — The Secret will automatically be replicated without any restrictions.
Note: The following fields are mutually exclusive:
automatic
,user_managed
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#user_managed
def user_managed() -> ::Google::Cloud::SecretManager::V1beta1::Replication::UserManaged
-
(::Google::Cloud::SecretManager::V1beta1::Replication::UserManaged) — The Secret will only be replicated into the locations specified.
Note: The following fields are mutually exclusive:
user_managed
,automatic
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#user_managed=
def user_managed=(value) -> ::Google::Cloud::SecretManager::V1beta1::Replication::UserManaged
-
value (::Google::Cloud::SecretManager::V1beta1::Replication::UserManaged) — The Secret will only be replicated into the locations specified.
Note: The following fields are mutually exclusive:
user_managed
,automatic
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::SecretManager::V1beta1::Replication::UserManaged) — The Secret will only be replicated into the locations specified.
Note: The following fields are mutually exclusive:
user_managed
,automatic
. If a field in that set is populated, all other fields in the set will automatically be cleared.