Class: TencentCloud::Tdmq::V20200217::DescribeNodeHealthOptResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DescribeNodeHealthOptResponse
- Defined in:
- lib/v20200217/models.rb
Overview
DescribeNodeHealthOpt返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(nodestate = nil, latesthealthchecktime = nil, requestid = nil) ⇒ DescribeNodeHealthOptResponse
constructor
A new instance of DescribeNodeHealthOptResponse.
Constructor Details
#initialize(nodestate = nil, latesthealthchecktime = nil, requestid = nil) ⇒ DescribeNodeHealthOptResponse
Returns a new instance of DescribeNodeHealthOptResponse.
4627 4628 4629 4630 4631 |
# File 'lib/v20200217/models.rb', line 4627 def initialize(nodestate=nil, latesthealthchecktime=nil, requestid=nil) @NodeState = nodestate @LatestHealthCheckTime = latesthealthchecktime @RequestId = requestid end |
Instance Attribute Details
#LatestHealthCheckTime ⇒ Object
4625 4626 4627 |
# File 'lib/v20200217/models.rb', line 4625 def LatestHealthCheckTime @LatestHealthCheckTime end |
#NodeState ⇒ Object
4625 4626 4627 |
# File 'lib/v20200217/models.rb', line 4625 def NodeState @NodeState end |
#RequestId ⇒ Object
4625 4626 4627 |
# File 'lib/v20200217/models.rb', line 4625 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4633 4634 4635 4636 4637 |
# File 'lib/v20200217/models.rb', line 4633 def deserialize(params) @NodeState = params['NodeState'] @LatestHealthCheckTime = params['LatestHealthCheckTime'] @RequestId = params['RequestId'] end |