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.



1551
1552
1553
1554
# File 'lib/v20180125/models.rb', line 1551

def initialize(id=nil, name=nil)
  @Id = id
  @Name = name
end

Instance Attribute Details

#IdObject

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

Parameters:

  • Id:

    cdc的集群id

  • Name:

    cdc的集群名称



1549
1550
1551
# File 'lib/v20180125/models.rb', line 1549

def Id
  @Id
end

#NameObject

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

Parameters:

  • Id:

    cdc的集群id

  • Name:

    cdc的集群名称



1549
1550
1551
# File 'lib/v20180125/models.rb', line 1549

def Name
  @Name
end

Instance Method Details

#deserialize(params) ⇒ Object



1556
1557
1558
1559
# File 'lib/v20180125/models.rb', line 1556

def deserialize(params)
  @Id = params['Id']
  @Name = params['Name']
end