Uses of Class
com.tencentcloudapi.vpc.v20170312.models.DhcpIp
-
Packages that use DhcpIp Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of DhcpIp in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return DhcpIp Modifier and Type Method Description DhcpIp[]CreateDhcpIpResponse. getDhcpIpSet()Get 新创建的`DhcpIp`信息。DhcpIp[]DescribeDhcpIpsResponse. getDhcpIpSet()Get 实例详细信息列表。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type DhcpIp Modifier and Type Method Description voidCreateDhcpIpResponse. setDhcpIpSet(DhcpIp[] DhcpIpSet)Set 新创建的`DhcpIp`信息。voidDescribeDhcpIpsResponse. setDhcpIpSet(DhcpIp[] DhcpIpSet)Set 实例详细信息列表。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type DhcpIp Constructor Description DhcpIp(DhcpIp 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.
-