Package | Description |
---|---|
com.tencentcloudapi.cdb.v20170320.models |
Modifier and Type | Method and Description |
---|---|
ProxyAllocation[] |
ProxyAddress.getProxyAllocation()
Get Read weight assignment for an instance Note: This field may return null, indicating that no valid values can be obtained.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.