Uses of Class
com.tencentcloudapi.monitor.v20180724.models.DescribePrometheusInstancesResponse
-
Packages that use DescribePrometheusInstancesResponse Package Description com.tencentcloudapi.monitor.v20180724 com.tencentcloudapi.monitor.v20180724.models -
-
Uses of DescribePrometheusInstancesResponse in com.tencentcloudapi.monitor.v20180724
Methods in com.tencentcloudapi.monitor.v20180724 that return DescribePrometheusInstancesResponse Modifier and Type Method Description DescribePrometheusInstancesResponseMonitorClient. DescribePrometheusInstances(DescribePrometheusInstancesRequest req)本接口 (DescribePrometheusInstances) 用于查询一个或多个实例的详细信息。 可以根据实例ID、实例名称或者实例状态等信息来查询实例的详细信息 如果参数为空,返回当前用户一定数量(Limit所指定的数量,默认为20)的实例。 -
Uses of DescribePrometheusInstancesResponse in com.tencentcloudapi.monitor.v20180724.models
Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type DescribePrometheusInstancesResponse Constructor Description DescribePrometheusInstancesResponse(DescribePrometheusInstancesResponse 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.
-