Class: Google::Apis::ContainerV1beta1::AutopilotConversionStatus

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/container_v1beta1/classes.rb,
lib/google/apis/container_v1beta1/representations.rb,
lib/google/apis/container_v1beta1/representations.rb

Overview

AutopilotConversionStatus represents conversion status.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AutopilotConversionStatus

Returns a new instance of AutopilotConversionStatus.



478
479
480
# File 'lib/google/apis/container_v1beta1/classes.rb', line 478

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

Instance Attribute Details

#stateString

Output only. The current state of the conversion. Corresponds to the JSON property state

Returns:

  • (String)


476
477
478
# File 'lib/google/apis/container_v1beta1/classes.rb', line 476

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



483
484
485
# File 'lib/google/apis/container_v1beta1/classes.rb', line 483

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