Class: TencentCloud::Cynosdb::V20190107::ReloadBalanceProxyNodeRequest

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

Overview

ReloadBalanceProxyNode请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterid = nil, proxygroupid = nil) ⇒ ReloadBalanceProxyNodeRequest

Returns a new instance of ReloadBalanceProxyNodeRequest.



12954
12955
12956
12957
# File 'lib/v20190107/models.rb', line 12954

def initialize(clusterid=nil, proxygroupid=nil)
  @ClusterId = clusterid
  @ProxyGroupId = proxygroupid
end

Instance Attribute Details

#ClusterIdObject

Parameters:

  • ClusterId:

    集群ID

  • ProxyGroupId:

    数据库代理组ID



12952
12953
12954
# File 'lib/v20190107/models.rb', line 12952

def ClusterId
  @ClusterId
end

#ProxyGroupIdObject

Parameters:

  • ClusterId:

    集群ID

  • ProxyGroupId:

    数据库代理组ID



12952
12953
12954
# File 'lib/v20190107/models.rb', line 12952

def ProxyGroupId
  @ProxyGroupId
end

Instance Method Details

#deserialize(params) ⇒ Object



12959
12960
12961
12962
# File 'lib/v20190107/models.rb', line 12959

def deserialize(params)
  @ClusterId = params['ClusterId']
  @ProxyGroupId = params['ProxyGroupId']
end