Class: TencentCloud::Tcm::V20210413::ClusterStatus
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcm::V20210413::ClusterStatus
- Defined in:
- lib/v20210413/models.rb
Overview
集群状态
Instance Attribute Summary collapse
-
#LinkErrorDetail ⇒ Object
-
LINKING: 关联中 - LINKED: 已关联 - UNLINKING: 解关联中 - LINK_FAILED: 关联失败 - UNLINK_FAILED: 解关联失败 注意:此字段可能返回 null,表示取不到有效值。.
-
-
#LinkState ⇒ Object
-
LINKING: 关联中 - LINKED: 已关联 - UNLINKING: 解关联中 - LINK_FAILED: 关联失败 - UNLINK_FAILED: 解关联失败 注意:此字段可能返回 null,表示取不到有效值。.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(linkstate = nil, linkerrordetail = nil) ⇒ ClusterStatus
constructor
A new instance of ClusterStatus.
Constructor Details
#initialize(linkstate = nil, linkerrordetail = nil) ⇒ ClusterStatus
Returns a new instance of ClusterStatus.
332 333 334 335 |
# File 'lib/v20210413/models.rb', line 332 def initialize(linkstate=nil, linkerrordetail=nil) @LinkState = linkstate @LinkErrorDetail = linkerrordetail end |
Instance Attribute Details
#LinkErrorDetail ⇒ Object
-
LINKING: 关联中
-
LINKED: 已关联
-
UNLINKING: 解关联中
-
LINK_FAILED: 关联失败
-
UNLINK_FAILED: 解关联失败
注意:此字段可能返回 null,表示取不到有效值。
330 331 332 |
# File 'lib/v20210413/models.rb', line 330 def LinkErrorDetail @LinkErrorDetail end |
#LinkState ⇒ Object
-
LINKING: 关联中
-
LINKED: 已关联
-
UNLINKING: 解关联中
-
LINK_FAILED: 关联失败
-
UNLINK_FAILED: 解关联失败
注意:此字段可能返回 null,表示取不到有效值。
330 331 332 |
# File 'lib/v20210413/models.rb', line 330 def LinkState @LinkState end |
Instance Method Details
#deserialize(params) ⇒ Object
337 338 339 340 |
# File 'lib/v20210413/models.rb', line 337 def deserialize(params) @LinkState = params['LinkState'] @LinkErrorDetail = params['LinkErrorDetail'] end |