Reference documentation and code samples for the Secret Manager V1beta1 API class Google::Cloud::SecretManager::V1beta1::Replication::UserManaged.
A replication policy that replicates the Secret payload into the locations specified in [Secret.replication.user_managed.replicas][]
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#replicas
def replicas() -> ::Array<::Google::Cloud::SecretManager::V1beta1::Replication::UserManaged::Replica>
Returns
-
(::Array<::Google::Cloud::SecretManager::V1beta1::Replication::UserManaged::Replica>) — Required. The list of Replicas for this Secret.
Cannot be empty.
#replicas=
def replicas=(value) -> ::Array<::Google::Cloud::SecretManager::V1beta1::Replication::UserManaged::Replica>
Parameter
-
value (::Array<::Google::Cloud::SecretManager::V1beta1::Replication::UserManaged::Replica>) — Required. The list of Replicas for this Secret.
Cannot be empty.
Returns
-
(::Array<::Google::Cloud::SecretManager::V1beta1::Replication::UserManaged::Replica>) — Required. The list of Replicas for this Secret.
Cannot be empty.