Class: TencentCloud::Iecp::V20210914::NodeUnitNodeInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::NodeUnitNodeInfo
- Defined in:
- lib/v20210914/models.rb
Overview
NodeUnit中边缘节点信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, status = nil, nodename = nil, internalip = nil) ⇒ NodeUnitNodeInfo
constructor
A new instance of NodeUnitNodeInfo.
Constructor Details
#initialize(id = nil, status = nil, nodename = nil, internalip = nil) ⇒ NodeUnitNodeInfo
Returns a new instance of NodeUnitNodeInfo.
6008 6009 6010 6011 6012 6013 |
# File 'lib/v20210914/models.rb', line 6008 def initialize(id=nil, status=nil, nodename=nil, internalip=nil) @Id = id @Status = status @NodeName = nodename @InternalIP = internalip end |
Instance Attribute Details
#Id ⇒ Object
6006 6007 6008 |
# File 'lib/v20210914/models.rb', line 6006 def Id @Id end |
#InternalIP ⇒ Object
6006 6007 6008 |
# File 'lib/v20210914/models.rb', line 6006 def InternalIP @InternalIP end |
#NodeName ⇒ Object
6006 6007 6008 |
# File 'lib/v20210914/models.rb', line 6006 def NodeName @NodeName end |
#Status ⇒ Object
6006 6007 6008 |
# File 'lib/v20210914/models.rb', line 6006 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
6015 6016 6017 6018 6019 6020 |
# File 'lib/v20210914/models.rb', line 6015 def deserialize(params) @Id = params['Id'] @Status = params['Status'] @NodeName = params['NodeName'] @InternalIP = params['InternalIP'] end |