Class: Google::Apis::SecretmanagerV1beta1::Replica
- Inherits:
-
Object
- Object
- Google::Apis::SecretmanagerV1beta1::Replica
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/secretmanager_v1beta1/classes.rb,
generated/google/apis/secretmanager_v1beta1/representations.rb,
generated/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.
573 574 575 |
# File 'generated/google/apis/secretmanager_v1beta1/classes.rb', line 573 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
571 572 573 |
# File 'generated/google/apis/secretmanager_v1beta1/classes.rb', line 571 def location @location end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
578 579 580 |
# File 'generated/google/apis/secretmanager_v1beta1/classes.rb', line 578 def update!(**args) @location = args[:location] if args.key?(:location) end |