Class: TencentCloud::Ecm::V20190719::TargetHealth
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::TargetHealth
- Defined in:
- lib/v20190719/models.rb
Overview
后端的健康检查状态
Instance Attribute Summary collapse
-
#HealthStatus ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#HealthStatusDetail ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#IP ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TargetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ip = nil, port = nil, healthstatus = nil, targetid = nil, healthstatusdetail = nil) ⇒ TargetHealth
constructor
A new instance of TargetHealth.
Constructor Details
#initialize(ip = nil, port = nil, healthstatus = nil, targetid = nil, healthstatusdetail = nil) ⇒ TargetHealth
Returns a new instance of TargetHealth.
11096 11097 11098 11099 11100 11101 11102 |
# File 'lib/v20190719/models.rb', line 11096 def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil) @IP = ip @Port = port @HealthStatus = healthstatus @TargetId = targetid @HealthStatusDetail = healthstatusdetail end |
Instance Attribute Details
#HealthStatus ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
11094 11095 11096 |
# File 'lib/v20190719/models.rb', line 11094 def HealthStatus @HealthStatus end |
#HealthStatusDetail ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
11094 11095 11096 |
# File 'lib/v20190719/models.rb', line 11094 def HealthStatusDetail @HealthStatusDetail end |
#IP ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
11094 11095 11096 |
# File 'lib/v20190719/models.rb', line 11094 def IP @IP end |
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
11094 11095 11096 |
# File 'lib/v20190719/models.rb', line 11094 def Port @Port end |
#TargetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
11094 11095 11096 |
# File 'lib/v20190719/models.rb', line 11094 def TargetId @TargetId end |
Instance Method Details
#deserialize(params) ⇒ Object
11104 11105 11106 11107 11108 11109 11110 |
# File 'lib/v20190719/models.rb', line 11104 def deserialize(params) @IP = params['IP'] @Port = params['Port'] @HealthStatus = params['HealthStatus'] @TargetId = params['TargetId'] @HealthStatusDetail = params['HealthStatusDetail'] end |