Class: TencentCloud::Cdwch::V20200915::InstanceStateInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::InstanceStateInfo
- Defined in:
- lib/v20200915/models.rb
Overview
集群状态抽象后的结构体
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, requestid = nil, processsubname = nil) ⇒ InstanceStateInfo
constructor
A new instance of InstanceStateInfo.
Constructor Details
#initialize(instancestate = nil, flowcreatetime = nil, flowname = nil, flowprogress = nil, instancestatedesc = nil, flowmsg = nil, processname = nil, requestid = nil, processsubname = nil) ⇒ InstanceStateInfo
Returns a new instance of InstanceStateInfo.
2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 |
# File 'lib/v20200915/models.rb', line 2390 def initialize(instancestate=nil, flowcreatetime=nil, flowname=nil, flowprogress=nil, instancestatedesc=nil, flowmsg=nil, processname=nil, requestid=nil, processsubname=nil) @InstanceState = instancestate @FlowCreateTime = flowcreatetime @FlowName = flowname @FlowProgress = flowprogress @InstanceStateDesc = instancestatedesc @FlowMsg = flowmsg @ProcessName = processname @RequestId = requestid @ProcessSubName = processsubname end |
Instance Attribute Details
#FlowCreateTime ⇒ Object
2388 2389 2390 |
# File 'lib/v20200915/models.rb', line 2388 def FlowCreateTime @FlowCreateTime end |
#FlowMsg ⇒ Object
2388 2389 2390 |
# File 'lib/v20200915/models.rb', line 2388 def FlowMsg @FlowMsg end |
#FlowName ⇒ Object
2388 2389 2390 |
# File 'lib/v20200915/models.rb', line 2388 def FlowName @FlowName end |
#FlowProgress ⇒ Object
2388 2389 2390 |
# File 'lib/v20200915/models.rb', line 2388 def FlowProgress @FlowProgress end |
#InstanceState ⇒ Object
2388 2389 2390 |
# File 'lib/v20200915/models.rb', line 2388 def InstanceState @InstanceState end |
#InstanceStateDesc ⇒ Object
2388 2389 2390 |
# File 'lib/v20200915/models.rb', line 2388 def InstanceStateDesc @InstanceStateDesc end |
#ProcessName ⇒ Object
2388 2389 2390 |
# File 'lib/v20200915/models.rb', line 2388 def ProcessName @ProcessName end |
#ProcessSubName ⇒ Object
2388 2389 2390 |
# File 'lib/v20200915/models.rb', line 2388 def ProcessSubName @ProcessSubName end |
#RequestId ⇒ Object
2388 2389 2390 |
# File 'lib/v20200915/models.rb', line 2388 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 |
# File 'lib/v20200915/models.rb', line 2402 def deserialize(params) @InstanceState = params['InstanceState'] @FlowCreateTime = params['FlowCreateTime'] @FlowName = params['FlowName'] @FlowProgress = params['FlowProgress'] @InstanceStateDesc = params['InstanceStateDesc'] @FlowMsg = params['FlowMsg'] @ProcessName = params['ProcessName'] @RequestId = params['RequestId'] @ProcessSubName = params['ProcessSubName'] end |