Class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosZoneConfiguration

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CloudReliabilityZicyWs3DataplaneProtosZoneConfiguration

Returns a new instance of CloudReliabilityZicyWs3DataplaneProtosZoneConfiguration.



442
443
444
# File 'lib/google/apis/dataplex_v1/classes.rb', line 442

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

Instance Attribute Details

#zoneString

Corresponds to the JSON property zone

Returns:

  • (String)


440
441
442
# File 'lib/google/apis/dataplex_v1/classes.rb', line 440

def zone
  @zone
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



447
448
449
# File 'lib/google/apis/dataplex_v1/classes.rb', line 447

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