Uses of Class
com.tencentcloudapi.cvm.v20170312.models.DescribeInstancesRequest
-
Packages that use DescribeInstancesRequest Package Description com.tencentcloudapi.cvm.v20170312 com.tencentcloudapi.cvm.v20170312.models -
-
Uses of DescribeInstancesRequest in com.tencentcloudapi.cvm.v20170312
Methods in com.tencentcloudapi.cvm.v20170312 with parameters of type DescribeInstancesRequest Modifier and Type Method Description DescribeInstancesResponseCvmClient. DescribeInstances(DescribeInstancesRequest req)本接口 (DescribeInstances) 用于查询一个或多个实例的详细信息。 可以根据实例`ID`、实例名称或者实例计费模式等信息来查询实例的详细信息。过滤信息详细请见过滤器`Filter`。 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的实例。 支持查询实例的最新操作(LatestOperation)以及最新操作状态(LatestOperationState)。 -
Uses of DescribeInstancesRequest in com.tencentcloudapi.cvm.v20170312.models
Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type DescribeInstancesRequest Constructor Description DescribeInstancesRequest(DescribeInstancesRequest 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.
-