Class: TencentCloud::Cdwch::V20200915::DescribeInstanceStateResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::DescribeInstanceStateResponse
- Defined in:
- lib/v20200915/models.rb
Overview
DescribeInstanceState返回参数结构体
Instance Attribute Summary collapse
- #FlowCreateTime ⇒ Object
- #FlowMsg ⇒ Object
- #FlowName ⇒ Object
- #FlowProgress ⇒ Object
- #InstanceState ⇒ Object
- #InstanceStateDesc ⇒ Object
- #ProcessName ⇒ Object
- #ProcessSubName ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instancestate = nil, flowcreatetime = nil, flowname = nil, flowprogress = nil, instancestatedesc = nil, flowmsg = nil, processname = nil, processsubname = nil, requestid = nil) ⇒ DescribeInstanceStateResponse
constructor
A new instance of DescribeInstanceStateResponse.
Constructor Details
#initialize(instancestate = nil, flowcreatetime = nil, flowname = nil, flowprogress = nil, instancestatedesc = nil, flowmsg = nil, processname = nil, processsubname = nil, requestid = nil) ⇒ DescribeInstanceStateResponse
Returns a new instance of DescribeInstanceStateResponse.
1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 |
# File 'lib/v20200915/models.rb', line 1464 def initialize(instancestate=nil, flowcreatetime=nil, flowname=nil, flowprogress=nil, instancestatedesc=nil, flowmsg=nil, processname=nil, processsubname=nil, requestid=nil) @InstanceState = instancestate @FlowCreateTime = flowcreatetime @FlowName = flowname @FlowProgress = flowprogress @InstanceStateDesc = instancestatedesc @FlowMsg = flowmsg @ProcessName = processname @ProcessSubName = processsubname @RequestId = requestid end |
Instance Attribute Details
#FlowCreateTime ⇒ Object
1462 1463 1464 |
# File 'lib/v20200915/models.rb', line 1462 def FlowCreateTime @FlowCreateTime end |
#FlowMsg ⇒ Object
1462 1463 1464 |
# File 'lib/v20200915/models.rb', line 1462 def FlowMsg @FlowMsg end |
#FlowName ⇒ Object
1462 1463 1464 |
# File 'lib/v20200915/models.rb', line 1462 def FlowName @FlowName end |
#FlowProgress ⇒ Object
1462 1463 1464 |
# File 'lib/v20200915/models.rb', line 1462 def FlowProgress @FlowProgress end |
#InstanceState ⇒ Object
1462 1463 1464 |
# File 'lib/v20200915/models.rb', line 1462 def InstanceState @InstanceState end |
#InstanceStateDesc ⇒ Object
1462 1463 1464 |
# File 'lib/v20200915/models.rb', line 1462 def InstanceStateDesc @InstanceStateDesc end |
#ProcessName ⇒ Object
1462 1463 1464 |
# File 'lib/v20200915/models.rb', line 1462 def ProcessName @ProcessName end |
#ProcessSubName ⇒ Object
1462 1463 1464 |
# File 'lib/v20200915/models.rb', line 1462 def ProcessSubName @ProcessSubName end |
#RequestId ⇒ Object
1462 1463 1464 |
# File 'lib/v20200915/models.rb', line 1462 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 |
# File 'lib/v20200915/models.rb', line 1476 def deserialize(params) @InstanceState = params['InstanceState'] @FlowCreateTime = params['FlowCreateTime'] @FlowName = params['FlowName'] @FlowProgress = params['FlowProgress'] @InstanceStateDesc = params['InstanceStateDesc'] @FlowMsg = params['FlowMsg'] @ProcessName = params['ProcessName'] @ProcessSubName = params['ProcessSubName'] @RequestId = params['RequestId'] end |