Class: Google::Apis::BackupdrV1::ZoneConfiguration
- Inherits:
-
Object
- Object
- Google::Apis::BackupdrV1::ZoneConfiguration
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/backupdr_v1/classes.rb,
lib/google/apis/backupdr_v1/representations.rb,
lib/google/apis/backupdr_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.
4339 4340 4341 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4339 def initialize(**args) update!(**args) end |
Instance Attribute Details
#zone ⇒ String
Corresponds to the JSON property zone
4337 4338 4339 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4337 def zone @zone end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4344 4345 4346 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4344 def update!(**args) @zone = args[:zone] if args.key?(:zone) end |