Class: Google::Apis::GkeonpremV1::OperationProgress

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

Overview

Information about operation progress.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OperationProgress

Returns a new instance of OperationProgress.

[View source]

3061
3062
3063
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3061

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

Instance Attribute Details

#stagesArray<Google::Apis::GkeonpremV1::OperationStage>

The stages of the operation. Corresponds to the JSON property stages


3059
3060
3061
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3059

def stages
  @stages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

3066
3067
3068
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3066

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