Class: Google::Apis::WorkloadmanagerV1::ZoneConfiguration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ZoneConfiguration

Returns a new instance of ZoneConfiguration.



2063
2064
2065
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 2063

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

Instance Attribute Details

#zoneString

Corresponds to the JSON property zone

Returns:

  • (String)


2061
2062
2063
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 2061

def zone
  @zone
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2068
2069
2070
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 2068

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