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