Uses of Class
com.tencentcloudapi.dcdb.v20180411.models.DCDBInstanceInfo
-
Packages that use DCDBInstanceInfo Package Description com.tencentcloudapi.dcdb.v20180411.models -
-
Uses of DCDBInstanceInfo in com.tencentcloudapi.dcdb.v20180411.models
Methods in com.tencentcloudapi.dcdb.v20180411.models that return DCDBInstanceInfo Modifier and Type Method Description DCDBInstanceInfo[]DescribeDCDBInstancesResponse. getInstances()Get 实例详细信息列表Methods in com.tencentcloudapi.dcdb.v20180411.models with parameters of type DCDBInstanceInfo Modifier and Type Method Description voidDescribeDCDBInstancesResponse. setInstances(DCDBInstanceInfo[] Instances)Set 实例详细信息列表Constructors in com.tencentcloudapi.dcdb.v20180411.models with parameters of type DCDBInstanceInfo Constructor Description DCDBInstanceInfo(DCDBInstanceInfo 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.
-