Class: Google::Cloud::SecretManager::V1beta1::Replication::UserManaged::Replica
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1beta1::Replication::UserManaged::Replica
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secrets/v1beta1/resources.rb
Overview
Represents a Replica for this Secret.
Instance Attribute Summary collapse
-
#location ⇒ ::String
The canonical IDs of the location to replicate data.
Instance Attribute Details
#location ⇒ ::String
Returns The canonical IDs of the location to replicate data.
For example: "us-east1"
.
143 144 145 146 |
# File 'proto_docs/google/cloud/secrets/v1beta1/resources.rb', line 143 class Replica include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |