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.



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

#IdObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Id:

    cdc的集群id

  • Name:

    cdc的集群名称



1770
1771
1772
# File 'lib/v20180125/models.rb', line 1770

def Id
  @Id
end

#NameObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Id:

    cdc的集群id

  • Name:

    cdc的集群名称



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