Class: Google::Apis::SecretmanagerV1beta1::Replica
- Inherits:
-
Object
- Object
- Google::Apis::SecretmanagerV1beta1::Replica
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/secretmanager_v1beta1/classes.rb,
lib/google/apis/secretmanager_v1beta1/representations.rb,
lib/google/apis/secretmanager_v1beta1/representations.rb
Overview
Represents a Replica for this Secret.
Instance Attribute Summary collapse
-
#location ⇒ String
The canonical IDs of the location to replicate data.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Replica
constructor
A new instance of Replica.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Replica
Returns a new instance of Replica.
762 763 764 |
# File 'lib/google/apis/secretmanager_v1beta1/classes.rb', line 762 def initialize(**args) update!(**args) end |
Instance Attribute Details
#location ⇒ String
The canonical IDs of the location to replicate data. For example: "us-east1".
Corresponds to the JSON property location
760 761 762 |
# File 'lib/google/apis/secretmanager_v1beta1/classes.rb', line 760 def location @location end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
767 768 769 |
# File 'lib/google/apis/secretmanager_v1beta1/classes.rb', line 767 def update!(**args) @location = args[:location] if args.key?(:location) end |