Uses of Class
com.tencentcloudapi.sqlserver.v20180328.models.ReadOnlyInstanceWeightPair
-
Packages that use ReadOnlyInstanceWeightPair Package Description com.tencentcloudapi.sqlserver.v20180328.models -
-
Uses of ReadOnlyInstanceWeightPair in com.tencentcloudapi.sqlserver.v20180328.models
Methods in com.tencentcloudapi.sqlserver.v20180328.models that return ReadOnlyInstanceWeightPair Modifier and Type Method Description ReadOnlyInstanceWeightPair[]
ModifyReadOnlyGroupDetailsRequest. getWeightPairs()
Get 只读组实例权重修改集合,不填此参数,则不修改Methods in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type ReadOnlyInstanceWeightPair Modifier and Type Method Description void
ModifyReadOnlyGroupDetailsRequest. setWeightPairs(ReadOnlyInstanceWeightPair[] WeightPairs)
Set 只读组实例权重修改集合,不填此参数,则不修改Constructors in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type ReadOnlyInstanceWeightPair Constructor Description ReadOnlyInstanceWeightPair(ReadOnlyInstanceWeightPair 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.
-