Class: Google::Apis::SecretmanagerV1beta1::Replica

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Replica

Returns a new instance of Replica.



674
675
676
# File 'generated/google/apis/secretmanager_v1beta1/classes.rb', line 674

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#locationString

The canonical IDs of the location to replicate data. For example: "us-east1". Corresponds to the JSON property location

Returns:

  • (String)


672
673
674
# File 'generated/google/apis/secretmanager_v1beta1/classes.rb', line 672

def location
  @location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



679
680
681
# File 'generated/google/apis/secretmanager_v1beta1/classes.rb', line 679

def update!(**args)
  @location = args[:location] if args.key?(:location)
end