Uses of Class
com.tencentcloudapi.tke.v20180525.models.PrometheusInstanceOverview
-
Packages that use PrometheusInstanceOverview Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of PrometheusInstanceOverview in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return PrometheusInstanceOverview Modifier and Type Method Description PrometheusInstanceOverview[]
DescribePrometheusOverviewsResponse. getInstances()
Get 实例列表Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type PrometheusInstanceOverview Modifier and Type Method Description void
DescribePrometheusOverviewsResponse. setInstances(PrometheusInstanceOverview[] Instances)
Set 实例列表Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type PrometheusInstanceOverview Constructor Description PrometheusInstanceOverview(PrometheusInstanceOverview 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.
-