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