Package | Description |
---|---|
com.tencentcloudapi.cdb.v20170320.models |
Modifier and Type | Method and Description |
---|---|
ProxyAllocation[] |
CreateCdbProxyAddressRequest.getProxyAllocation()
Get 读写权重分配
|
ProxyAllocation[] |
AdjustCdbProxyAddressRequest.getProxyAllocation()
Get 读写权重分配。如果 WeightMode 传的是 system ,则传入的权重不生效,由系统分配默认权重。
|
ProxyAllocation[] |
ProxyAddress.getProxyAllocation()
Get 实例读权重分配
|
Modifier and Type | Method and Description |
---|---|
void |
CreateCdbProxyAddressRequest.setProxyAllocation(ProxyAllocation[] ProxyAllocation)
Set 读写权重分配
|
void |
AdjustCdbProxyAddressRequest.setProxyAllocation(ProxyAllocation[] ProxyAllocation)
Set 读写权重分配。如果 WeightMode 传的是 system ,则传入的权重不生效,由系统分配默认权重。
|
void |
ProxyAddress.setProxyAllocation(ProxyAllocation[] ProxyAllocation)
Set 实例读权重分配
|
Constructor and Description |
---|
ProxyAllocation(ProxyAllocation source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2025. All rights reserved.