Class: Google::Apis::BackupdrV1::ZoneConfiguration

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ZoneConfiguration

Returns a new instance of ZoneConfiguration.



4328
4329
4330
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4328

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

Instance Attribute Details

#zoneString

Corresponds to the JSON property zone

Returns:

  • (String)


4326
4327
4328
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4326

def zone
  @zone
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4333
4334
4335
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4333

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