Class: Google::Apis::ComputeV1::RolloutPlanWaveSelectorLocationSelector

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

Overview

Roll out to resources by location.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RolloutPlanWaveSelectorLocationSelector

Returns a new instance of RolloutPlanWaveSelectorLocationSelector.



50366
50367
50368
# File 'lib/google/apis/compute_v1/classes.rb', line 50366

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

Instance Attribute Details

#included_locationsArray<String>

Optional. Example: "us-central1-a" Corresponds to the JSON property includedLocations

Returns:

  • (Array<String>)


50364
50365
50366
# File 'lib/google/apis/compute_v1/classes.rb', line 50364

def included_locations
  @included_locations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



50371
50372
50373
# File 'lib/google/apis/compute_v1/classes.rb', line 50371

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