Class: TencentCloud::Waf::V20180125::CdcCluster
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::CdcCluster
- Defined in:
- lib/v20180125/models.rb
Overview
CDC场景下负载均衡WAF的集群信息
Instance Attribute Summary collapse
-
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil) ⇒ CdcCluster
constructor
A new instance of CdcCluster.
Constructor Details
#initialize(id = nil, name = nil) ⇒ CdcCluster
Returns a new instance of CdcCluster.
1772 1773 1774 1775 |
# File 'lib/v20180125/models.rb', line 1772 def initialize(id=nil, name=nil) @Id = id @Name = name end |
Instance Attribute Details
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1770 1771 1772 |
# File 'lib/v20180125/models.rb', line 1770 def Id @Id end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1770 1771 1772 |
# File 'lib/v20180125/models.rb', line 1770 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
1777 1778 1779 1780 |
# File 'lib/v20180125/models.rb', line 1777 def deserialize(params) @Id = params['Id'] @Name = params['Name'] end |