Class: Google::Apis::ComputeBeta::RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/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.
55716 55717 55718 |
# File 'lib/google/apis/compute_beta/classes.rb', line 55716 def initialize(**args) update!(**args) end |
Instance Attribute Details
#state ⇒ String
Output only. Location state of the wave.
Corresponds to the JSON property state
55714 55715 55716 |
# File 'lib/google/apis/compute_beta/classes.rb', line 55714 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
55721 55722 55723 |
# File 'lib/google/apis/compute_beta/classes.rb', line 55721 def update!(**args) @state = args[:state] if args.key?(:state) end |