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