Class: Google::Apis::ComputeBeta::RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus

Returns a new instance of RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus.



54059
54060
54061
# File 'lib/google/apis/compute_beta/classes.rb', line 54059

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)


54057
54058
54059
# File 'lib/google/apis/compute_beta/classes.rb', line 54057

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



54064
54065
54066
# File 'lib/google/apis/compute_beta/classes.rb', line 54064

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