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
Returns Optional. The customer-managed encryption configuration of the [User-Managed Replica][Replication.UserManaged.Replica]. If no configuration is provided, Google-managed default encryption is used.
Updates to the Secret encryption configuration only apply to SecretVersions added afterwards. They do not apply retroactively to existing SecretVersions.
315 316 317 318 |
# File 'proto_docs/google/cloud/secretmanager/v1beta2/resources.rb', line 315 class Replica include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns The canonical IDs of the location to replicate data.
For example: "us-east1".
315 316 317 318 |
# File 'proto_docs/google/cloud/secretmanager/v1beta2/resources.rb', line 315 class Replica include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |