Uses of Class
com.tencentcloudapi.cdb.v20170320.models.RoWeightValue
-
Packages that use RoWeightValue Package Description com.tencentcloudapi.cdb.v20170320.models -
-
Uses of RoWeightValue in com.tencentcloudapi.cdb.v20170320.models
Methods in com.tencentcloudapi.cdb.v20170320.models that return RoWeightValue Modifier and Type Method Description RoWeightValue[]ModifyRoGroupInfoRequest. getRoWeightValues()Get RO 组内实例的权重。若修改 RO 组的权重模式为用户自定义模式(custom),则必须设置该参数,且需要设置每个 RO 实例的权重值。Methods in com.tencentcloudapi.cdb.v20170320.models with parameters of type RoWeightValue Modifier and Type Method Description voidModifyRoGroupInfoRequest. setRoWeightValues(RoWeightValue[] RoWeightValues)Set RO 组内实例的权重。若修改 RO 组的权重模式为用户自定义模式(custom),则必须设置该参数,且需要设置每个 RO 实例的权重值。Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type RoWeightValue Constructor Description RoWeightValue(RoWeightValue 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.
-