Uses of Class
com.tencentcloudapi.cdb.v20170320.models.ZoneConf
-
Packages that use ZoneConf Package Description com.tencentcloudapi.cdb.v20170320.models -
-
Uses of ZoneConf in com.tencentcloudapi.cdb.v20170320.models
Methods in com.tencentcloudapi.cdb.v20170320.models that return ZoneConf Modifier and Type Method Description ZoneConfCdbZoneSellConf. getExClusterZoneConf()Get 独享型多可用区信息ZoneConfCdbZoneSellConf. getZoneConf()Get 多可用区信息Methods in com.tencentcloudapi.cdb.v20170320.models with parameters of type ZoneConf Modifier and Type Method Description voidCdbZoneSellConf. setExClusterZoneConf(ZoneConf ExClusterZoneConf)Set 独享型多可用区信息voidCdbZoneSellConf. setZoneConf(ZoneConf ZoneConf)Set 多可用区信息Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type ZoneConf Constructor Description ZoneConf(ZoneConf 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.
-