Uses of Class
com.tencentcloudapi.vpc.v20170312.models.DescribeNetworkInterfaceLimitRequest
-
Packages that use DescribeNetworkInterfaceLimitRequest Package Description com.tencentcloudapi.vpc.v20170312 com.tencentcloudapi.vpc.v20170312.models -
-
Uses of DescribeNetworkInterfaceLimitRequest in com.tencentcloudapi.vpc.v20170312
Methods in com.tencentcloudapi.vpc.v20170312 with parameters of type DescribeNetworkInterfaceLimitRequest Modifier and Type Method Description DescribeNetworkInterfaceLimitResponseVpcClient. DescribeNetworkInterfaceLimit(DescribeNetworkInterfaceLimitRequest req)本接口(DescribeNetworkInterfaceLimit)根据CVM实例ID或弹性网卡ID查询弹性网卡配额,返回该CVM实例或弹性网卡能绑定的弹性网卡配额,以及弹性网卡可以分配的IP配额。 -
Uses of DescribeNetworkInterfaceLimitRequest in com.tencentcloudapi.vpc.v20170312.models
Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type DescribeNetworkInterfaceLimitRequest Constructor Description DescribeNetworkInterfaceLimitRequest(DescribeNetworkInterfaceLimitRequest 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.
-