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.



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

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)


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

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



489
490
491
# File 'lib/google/apis/container_v1beta1/classes.rb', line 489

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