Uses of Class
com.tencentcloudapi.vpc.v20170312.models.AssociateDhcpIpWithAddressIpResponse
-
Packages that use AssociateDhcpIpWithAddressIpResponse Package Description com.tencentcloudapi.vpc.v20170312 com.tencentcloudapi.vpc.v20170312.models -
-
Uses of AssociateDhcpIpWithAddressIpResponse in com.tencentcloudapi.vpc.v20170312
Methods in com.tencentcloudapi.vpc.v20170312 that return AssociateDhcpIpWithAddressIpResponse Modifier and Type Method Description AssociateDhcpIpWithAddressIpResponseVpcClient. AssociateDhcpIpWithAddressIp(AssociateDhcpIpWithAddressIpRequest req)本接口(AssociateDhcpIpWithAddressIp)用于DhcpIp绑定弹性公网IP(EIP)。
>?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。 > -
Uses of AssociateDhcpIpWithAddressIpResponse in com.tencentcloudapi.vpc.v20170312.models
Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type AssociateDhcpIpWithAddressIpResponse Constructor Description AssociateDhcpIpWithAddressIpResponse(AssociateDhcpIpWithAddressIpResponse 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.
-