| Package | Description | 
|---|---|
| com.tencentcloudapi.cdb.v20170320.models | 
| Modifier and Type | Method and Description | 
|---|---|
| ProxyAllocation[] | CreateCdbProxyAddressRequest. getProxyAllocation()Get Assignment of read/write weights | 
| ProxyAllocation[] | AdjustCdbProxyAddressRequest. getProxyAllocation()Get Assignment of read/write weights If `system` is passed in for `WeightMode`, only the default weight assigned by the system will take effect. | 
| ProxyAllocation[] | ProxyAddress. getProxyAllocation()Get Read weight assignment for an instance Note: This field may return null, indicating that no valid values can be obtained. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CreateCdbProxyAddressRequest. setProxyAllocation(ProxyAllocation[] ProxyAllocation)Set Assignment of read/write weights | 
| void | AdjustCdbProxyAddressRequest. setProxyAllocation(ProxyAllocation[] ProxyAllocation)Set Assignment of read/write weights If `system` is passed in for `WeightMode`, only the default weight assigned by the system will take effect. | 
| void | ProxyAddress. setProxyAllocation(ProxyAllocation[] ProxyAllocation)Set Read weight assignment for an instance Note: This field may return null, indicating that no valid values can be obtained. | 
| 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 © 2024. All rights reserved.