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
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.
3035 3036 3037 3038 |
# File 'lib/v20180125/models.rb', line 3035 def initialize(id=nil, name=nil) @Id = id @Name = name end |
Instance Attribute Details
#Id ⇒ Object
3033 3034 3035 |
# File 'lib/v20180125/models.rb', line 3033 def Id @Id end |
#Name ⇒ Object
3033 3034 3035 |
# File 'lib/v20180125/models.rb', line 3033 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
3040 3041 3042 3043 |
# File 'lib/v20180125/models.rb', line 3040 def deserialize(params) @Id = params['Id'] @Name = params['Name'] end |