Class: Google::Apis::MemcacheV1::ZoneConfiguration
- Inherits:
-
Object
- Object
- Google::Apis::MemcacheV1::ZoneConfiguration
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/memcache_v1/classes.rb,
lib/google/apis/memcache_v1/representations.rb,
lib/google/apis/memcache_v1/representations.rb
Instance Attribute Summary collapse
-
#zone ⇒ String
Corresponds to the JSON property
zone
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ZoneConfiguration
constructor
A new instance of ZoneConfiguration.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ZoneConfiguration
Returns a new instance of ZoneConfiguration.
2155 2156 2157 |
# File 'lib/google/apis/memcache_v1/classes.rb', line 2155 def initialize(**args) update!(**args) end |
Instance Attribute Details
#zone ⇒ String
Corresponds to the JSON property zone
2153 2154 2155 |
# File 'lib/google/apis/memcache_v1/classes.rb', line 2153 def zone @zone end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2160 2161 2162 |
# File 'lib/google/apis/memcache_v1/classes.rb', line 2160 def update!(**args) @zone = args[:zone] if args.key?(:zone) end |