Class: Google::Apis::ComputeAlpha::RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus

Returns a new instance of RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus.



64623
64624
64625
# File 'lib/google/apis/compute_alpha/classes.rb', line 64623

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

Instance Attribute Details

#stateString

Output only. Location state of the wave. Corresponds to the JSON property state

Returns:

  • (String)


64621
64622
64623
# File 'lib/google/apis/compute_alpha/classes.rb', line 64621

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



64628
64629
64630
# File 'lib/google/apis/compute_alpha/classes.rb', line 64628

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