Class: TencentCloud::Tcb::V20180608::OneClickTaskStepInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::OneClickTaskStepInfo
- Defined in:
- lib/v20180608/models.rb
Overview
一键部署步骤信息
Instance Attribute Summary collapse
-
#CostTime ⇒ Object
运行中:“running” 失败:“failed” 成功结束:“finished”.
-
#EndTime ⇒ Object
运行中:“running” 失败:“failed” 成功结束:“finished”.
-
#FailReason ⇒ Object
运行中:“running” 失败:“failed” 成功结束:“finished”.
-
#Name ⇒ Object
运行中:“running” 失败:“failed” 成功结束:“finished”.
-
#StartTime ⇒ Object
运行中:“running” 失败:“failed” 成功结束:“finished”.
-
#Status ⇒ Object
运行中:“running” 失败:“failed” 成功结束:“finished”.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, starttime = nil, endtime = nil, costtime = nil, failreason = nil, name = nil) ⇒ OneClickTaskStepInfo
constructor
A new instance of OneClickTaskStepInfo.
Constructor Details
#initialize(status = nil, starttime = nil, endtime = nil, costtime = nil, failreason = nil, name = nil) ⇒ OneClickTaskStepInfo
Returns a new instance of OneClickTaskStepInfo.
7011 7012 7013 7014 7015 7016 7017 7018 |
# File 'lib/v20180608/models.rb', line 7011 def initialize(status=nil, starttime=nil, endtime=nil, costtime=nil, failreason=nil, name=nil) @Status = status @StartTime = starttime @EndTime = endtime @CostTime = costtime @FailReason = failreason @Name = name end |
Instance Attribute Details
#CostTime ⇒ Object
运行中:“running” 失败:“failed” 成功结束:“finished”
7009 7010 7011 |
# File 'lib/v20180608/models.rb', line 7009 def CostTime @CostTime end |
#EndTime ⇒ Object
运行中:“running” 失败:“failed” 成功结束:“finished”
7009 7010 7011 |
# File 'lib/v20180608/models.rb', line 7009 def EndTime @EndTime end |
#FailReason ⇒ Object
运行中:“running” 失败:“failed” 成功结束:“finished”
7009 7010 7011 |
# File 'lib/v20180608/models.rb', line 7009 def FailReason @FailReason end |
#Name ⇒ Object
运行中:“running” 失败:“failed” 成功结束:“finished”
7009 7010 7011 |
# File 'lib/v20180608/models.rb', line 7009 def Name @Name end |
#StartTime ⇒ Object
运行中:“running” 失败:“failed” 成功结束:“finished”
7009 7010 7011 |
# File 'lib/v20180608/models.rb', line 7009 def StartTime @StartTime end |
#Status ⇒ Object
运行中:“running” 失败:“failed” 成功结束:“finished”
7009 7010 7011 |
# File 'lib/v20180608/models.rb', line 7009 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
7020 7021 7022 7023 7024 7025 7026 7027 |
# File 'lib/v20180608/models.rb', line 7020 def deserialize(params) @Status = params['Status'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @CostTime = params['CostTime'] @FailReason = params['FailReason'] @Name = params['Name'] end |