Uses of Class
com.tencentcloudapi.cdc.v20201214.models.HostStatistic
-
Packages that use HostStatistic Package Description com.tencentcloudapi.cdc.v20201214.models -
-
Uses of HostStatistic in com.tencentcloudapi.cdc.v20201214.models
Methods in com.tencentcloudapi.cdc.v20201214.models that return HostStatistic Modifier and Type Method Description HostStatistic[]DescribeDedicatedClusterHostStatisticsResponse. getHostStatisticSet()Get 该集群内宿主机的统计信息列表Methods in com.tencentcloudapi.cdc.v20201214.models with parameters of type HostStatistic Modifier and Type Method Description voidDescribeDedicatedClusterHostStatisticsResponse. setHostStatisticSet(HostStatistic[] HostStatisticSet)Set 该集群内宿主机的统计信息列表Constructors in com.tencentcloudapi.cdc.v20201214.models with parameters of type HostStatistic Constructor Description HostStatistic(HostStatistic 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.
-