Class: Google::Apis::ComputeV1::RolloutPlanWaveSelectorLocationSelector
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::RolloutPlanWaveSelectorLocationSelector
- 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
-
#included_locations ⇒ Array<String>
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RolloutPlanWaveSelectorLocationSelector
constructor
A new instance of RolloutPlanWaveSelectorLocationSelector.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RolloutPlanWaveSelectorLocationSelector
Returns a new instance of RolloutPlanWaveSelectorLocationSelector.
50380 50381 50382 |
# File 'lib/google/apis/compute_v1/classes.rb', line 50380 def initialize(**args) update!(**args) end |
Instance Attribute Details
#included_locations ⇒ Array<String>
Optional. Example: "us-central1-a"
Corresponds to the JSON property includedLocations
50378 50379 50380 |
# File 'lib/google/apis/compute_v1/classes.rb', line 50378 def included_locations @included_locations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
50385 50386 50387 |
# File 'lib/google/apis/compute_v1/classes.rb', line 50385 def update!(**args) @included_locations = args[:included_locations] if args.key?(:included_locations) end |