Class: TencentCloud::Tke::V20180525::TaskStepInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::TaskStepInfo
- Defined in:
- lib/v20180525/models.rb
Overview
任务步骤信息
Instance Attribute Summary collapse
-
#EndAt ⇒ Object
pending : 步骤未开始 running: 步骤执行中 success: 步骤成功完成 failed: 步骤失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#FailedMsg ⇒ Object
pending : 步骤未开始 running: 步骤执行中 success: 步骤成功完成 failed: 步骤失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#LifeState ⇒ Object
pending : 步骤未开始 running: 步骤执行中 success: 步骤成功完成 failed: 步骤失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#StartAt ⇒ Object
pending : 步骤未开始 running: 步骤执行中 success: 步骤成功完成 failed: 步骤失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Step ⇒ Object
pending : 步骤未开始 running: 步骤执行中 success: 步骤成功完成 failed: 步骤失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(step = nil, lifestate = nil, startat = nil, endat = nil, failedmsg = nil) ⇒ TaskStepInfo
constructor
A new instance of TaskStepInfo.
Constructor Details
#initialize(step = nil, lifestate = nil, startat = nil, endat = nil, failedmsg = nil) ⇒ TaskStepInfo
Returns a new instance of TaskStepInfo.
18598 18599 18600 18601 18602 18603 18604 |
# File 'lib/v20180525/models.rb', line 18598 def initialize(step=nil, lifestate=nil, startat=nil, endat=nil, failedmsg=nil) @Step = step @LifeState = lifestate @StartAt = startat @EndAt = endat @FailedMsg = failedmsg end |
Instance Attribute Details
#EndAt ⇒ Object
pending : 步骤未开始 running: 步骤执行中 success: 步骤成功完成 failed: 步骤失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
18596 18597 18598 |
# File 'lib/v20180525/models.rb', line 18596 def EndAt @EndAt end |
#FailedMsg ⇒ Object
pending : 步骤未开始 running: 步骤执行中 success: 步骤成功完成 failed: 步骤失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
18596 18597 18598 |
# File 'lib/v20180525/models.rb', line 18596 def FailedMsg @FailedMsg end |
#LifeState ⇒ Object
pending : 步骤未开始 running: 步骤执行中 success: 步骤成功完成 failed: 步骤失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
18596 18597 18598 |
# File 'lib/v20180525/models.rb', line 18596 def LifeState @LifeState end |
#StartAt ⇒ Object
pending : 步骤未开始 running: 步骤执行中 success: 步骤成功完成 failed: 步骤失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
18596 18597 18598 |
# File 'lib/v20180525/models.rb', line 18596 def StartAt @StartAt end |
#Step ⇒ Object
pending : 步骤未开始 running: 步骤执行中 success: 步骤成功完成 failed: 步骤失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
18596 18597 18598 |
# File 'lib/v20180525/models.rb', line 18596 def Step @Step end |
Instance Method Details
#deserialize(params) ⇒ Object
18606 18607 18608 18609 18610 18611 18612 |
# File 'lib/v20180525/models.rb', line 18606 def deserialize(params) @Step = params['Step'] @LifeState = params['LifeState'] @StartAt = params['StartAt'] @EndAt = params['EndAt'] @FailedMsg = params['FailedMsg'] end |