Class: Google::Apis::ComputeV1::RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus

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

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.



51093
51094
51095
# File 'lib/google/apis/compute_v1/classes.rb', line 51093

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)


51091
51092
51093
# File 'lib/google/apis/compute_v1/classes.rb', line 51091

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



51098
51099
51100
# File 'lib/google/apis/compute_v1/classes.rb', line 51098

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