Uses of Class
com.tencentcloudapi.cvm.v20170312.models.DescribeChcHostsRequest
-
Packages that use DescribeChcHostsRequest Package Description com.tencentcloudapi.cvm.v20170312 com.tencentcloudapi.cvm.v20170312.models -
-
Uses of DescribeChcHostsRequest in com.tencentcloudapi.cvm.v20170312
Methods in com.tencentcloudapi.cvm.v20170312 with parameters of type DescribeChcHostsRequest Modifier and Type Method Description DescribeChcHostsResponseCvmClient. DescribeChcHosts(DescribeChcHostsRequest req)本接口 (DescribeChcHosts) 用于查询一个或多个CHC物理服务器详细信息。 可以根据实例`ID`、实例名称或者设备类型等信息来查询实例的详细信息。过滤信息详细请见过滤器`Filter`。 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的实例。 -
Uses of DescribeChcHostsRequest in com.tencentcloudapi.cvm.v20170312.models
Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type DescribeChcHostsRequest Constructor Description DescribeChcHostsRequest(DescribeChcHostsRequest 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.
-