Class: Google::Apis::DatafusionV1beta1::ZoneConfiguration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ZoneConfiguration

Returns a new instance of ZoneConfiguration.



1964
1965
1966
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1964

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

Instance Attribute Details

#zoneString

Corresponds to the JSON property zone

Returns:

  • (String)


1962
1963
1964
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1962

def zone
  @zone
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1969
1970
1971
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1969

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