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