Class: Google::Apis::ComputeAlpha::RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
Represents the status of a location in a wave.
Instance Attribute Summary collapse
-
#state ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus
constructor
A new instance of RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus
Returns a new instance of RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus.
62131 62132 62133 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 62131 def initialize(**args) update!(**args) end |
Instance Attribute Details
#state ⇒ String
Output only. Location state of the wave.
Corresponds to the JSON property state
62129 62130 62131 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 62129 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
62136 62137 62138 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 62136 def update!(**args) @state = args[:state] if args.key?(:state) end |