Class: TencentCloud::Waf::V20180125::CdcCluster

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180125/models.rb

Overview

CDC场景下负载均衡WAF的集群信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#IdObject

Parameters:

  • Id:

    cdc的集群id

  • Name:

    cdc的集群名称



3033
3034
3035
# File 'lib/v20180125/models.rb', line 3033

def Id
  @Id
end

#NameObject

Parameters:

  • Id:

    cdc的集群id

  • Name:

    cdc的集群名称



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