Uses of Class
com.tencentcloudapi.cynosdb.v20190107.models.ProxyInstanceWeight
-
Packages that use ProxyInstanceWeight Package Description com.tencentcloudapi.cynosdb.v20190107.models -
-
Uses of ProxyInstanceWeight in com.tencentcloudapi.cynosdb.v20190107.models
Methods in com.tencentcloudapi.cynosdb.v20190107.models that return ProxyInstanceWeight Modifier and Type Method Description ProxyInstanceWeight[]CreateProxyEndPointRequest. getInstanceWeights()Get 实例权重ProxyInstanceWeight[]ModifyProxyRwSplitRequest. getInstanceWeights()Get 实例只读权重。 该参数必填。ProxyInstanceWeight[]ProxyGroupRwInfo. getInstanceWeights()Get 实例权重数组Methods in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type ProxyInstanceWeight Modifier and Type Method Description voidCreateProxyEndPointRequest. setInstanceWeights(ProxyInstanceWeight[] InstanceWeights)Set 实例权重voidModifyProxyRwSplitRequest. setInstanceWeights(ProxyInstanceWeight[] InstanceWeights)Set 实例只读权重。 该参数必填。voidProxyGroupRwInfo. setInstanceWeights(ProxyInstanceWeight[] InstanceWeights)Set 实例权重数组Constructors in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type ProxyInstanceWeight Constructor Description ProxyInstanceWeight(ProxyInstanceWeight 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.
-