Class: Google::Cloud::SecretManager::V1beta2::Replication::UserManaged::Replica
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1beta2::Replication::UserManaged::Replica
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secretmanager/v1beta2/resources.rb
Overview
Represents a Replica for this Secret.
Instance Attribute Summary collapse
-
#customer_managed_encryption ⇒ ::Google::Cloud::SecretManager::V1beta2::CustomerManagedEncryption
Optional.
-
#location ⇒ ::String
The canonical IDs of the location to replicate data.
Instance Attribute Details
#customer_managed_encryption ⇒ ::Google::Cloud::SecretManager::V1beta2::CustomerManagedEncryption
306 307 308 309 |
# File 'proto_docs/google/cloud/secretmanager/v1beta2/resources.rb', line 306 class Replica include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
306 307 308 309 |
# File 'proto_docs/google/cloud/secretmanager/v1beta2/resources.rb', line 306 class Replica include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |