Class: TencentCloud::Bm::V20180423::CustomImageProcess

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180423/models.rb

Overview

镜像制作进度列表

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(stepname = nil, starttime = nil, steptype = nil) ⇒ CustomImageProcess

Returns a new instance of CustomImageProcess.



614
615
616
617
618
# File 'lib/v20180423/models.rb', line 614

def initialize(stepname=nil, starttime=nil, steptype=nil)
  @StepName = stepname
  @StartTime = starttime
  @StepType = steptype
end

Instance Attribute Details

#StartTimeObject

Parameters:

  • StepName:

    步骤

  • StartTime:

    此步骤开始时间

  • StepType:

    0: 已完成 1: 当前进行 2: 未开始



612
613
614
# File 'lib/v20180423/models.rb', line 612

def StartTime
  @StartTime
end

#StepNameObject

Parameters:

  • StepName:

    步骤

  • StartTime:

    此步骤开始时间

  • StepType:

    0: 已完成 1: 当前进行 2: 未开始



612
613
614
# File 'lib/v20180423/models.rb', line 612

def StepName
  @StepName
end

#StepTypeObject

Parameters:

  • StepName:

    步骤

  • StartTime:

    此步骤开始时间

  • StepType:

    0: 已完成 1: 当前进行 2: 未开始



612
613
614
# File 'lib/v20180423/models.rb', line 612

def StepType
  @StepType
end

Instance Method Details

#deserialize(params) ⇒ Object



620
621
622
623
624
# File 'lib/v20180423/models.rb', line 620

def deserialize(params)
  @StepName = params['StepName']
  @StartTime = params['StartTime']
  @StepType = params['StepType']
end