Uses of Class
com.tencentcloudapi.cdb.v20170320.models.ProxyAllocation
-
Packages that use ProxyAllocation Package Description com.tencentcloudapi.cdb.v20170320.models -
-
Uses of ProxyAllocation in com.tencentcloudapi.cdb.v20170320.models
Methods in com.tencentcloudapi.cdb.v20170320.models that return ProxyAllocation Modifier and Type Method Description ProxyAllocation[]AdjustCdbProxyAddressRequest. getProxyAllocation()Get 读写权重分配。如果 WeightMode 传的是 system ,则传入的权重不生效,由系统分配默认权重。ProxyAllocation[]CreateCdbProxyAddressRequest. getProxyAllocation()Get 读写权重分配ProxyAllocation[]ProxyAddress. getProxyAllocation()Get 实例读权重分配 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cdb.v20170320.models with parameters of type ProxyAllocation Modifier and Type Method Description voidAdjustCdbProxyAddressRequest. setProxyAllocation(ProxyAllocation[] ProxyAllocation)Set 读写权重分配。如果 WeightMode 传的是 system ,则传入的权重不生效,由系统分配默认权重。voidCreateCdbProxyAddressRequest. setProxyAllocation(ProxyAllocation[] ProxyAllocation)Set 读写权重分配voidProxyAddress. setProxyAllocation(ProxyAllocation[] ProxyAllocation)Set 实例读权重分配 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type ProxyAllocation Constructor 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.
-