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.
2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 |
# File 'lib/v20200915/models.rb', line 2195 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
2193 2194 2195 |
# File 'lib/v20200915/models.rb', line 2193 def FlowCreateTime @FlowCreateTime end |
#FlowMsg ⇒ Object
2193 2194 2195 |
# File 'lib/v20200915/models.rb', line 2193 def FlowMsg @FlowMsg end |
#FlowName ⇒ Object
2193 2194 2195 |
# File 'lib/v20200915/models.rb', line 2193 def FlowName @FlowName end |
#FlowProgress ⇒ Object
2193 2194 2195 |
# File 'lib/v20200915/models.rb', line 2193 def FlowProgress @FlowProgress end |
#InstanceState ⇒ Object
2193 2194 2195 |
# File 'lib/v20200915/models.rb', line 2193 def InstanceState @InstanceState end |
#InstanceStateDesc ⇒ Object
2193 2194 2195 |
# File 'lib/v20200915/models.rb', line 2193 def InstanceStateDesc @InstanceStateDesc end |
#ProcessName ⇒ Object
2193 2194 2195 |
# File 'lib/v20200915/models.rb', line 2193 def ProcessName @ProcessName end |
#ProcessSubName ⇒ Object
2193 2194 2195 |
# File 'lib/v20200915/models.rb', line 2193 def ProcessSubName @ProcessSubName end |
#RequestId ⇒ Object
2193 2194 2195 |
# File 'lib/v20200915/models.rb', line 2193 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 |
# File 'lib/v20200915/models.rb', line 2207 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 |