Class: TencentCloud::Vdb::V20230616::NodeInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vdb::V20230616::NodeInfo
- Defined in:
- lib/v20230616/models.rb
Overview
实例pod信息, pod 名称
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, status = nil) ⇒ NodeInfo
constructor
A new instance of NodeInfo.
Constructor Details
#initialize(name = nil, status = nil) ⇒ NodeInfo
Returns a new instance of NodeInfo.
1017 1018 1019 1020 |
# File 'lib/v20230616/models.rb', line 1017 def initialize(name=nil, status=nil) @Name = name @Status = status end |
Instance Attribute Details
#Name ⇒ Object
1015 1016 1017 |
# File 'lib/v20230616/models.rb', line 1015 def Name @Name end |
#Status ⇒ Object
1015 1016 1017 |
# File 'lib/v20230616/models.rb', line 1015 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
1022 1023 1024 1025 |
# File 'lib/v20230616/models.rb', line 1022 def deserialize(params) @Name = params['Name'] @Status = params['Status'] end |