Uses of Class
com.tencentcloudapi.vpc.v20170312.models.PrivateIpAddressSpecification
-
Packages that use PrivateIpAddressSpecification Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of PrivateIpAddressSpecification in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return PrivateIpAddressSpecification Modifier and Type Method Description PrivateIpAddressSpecification[]AssignPrivateIpAddressesRequest. getPrivateIpAddresses()Get 指定的内网IP信息,单次最多指定10个。与SecondaryPrivateIpAddressCount至少提供一个。PrivateIpAddressSpecification[]CreateAndAttachNetworkInterfaceRequest. getPrivateIpAddresses()Get 指定的内网IP信息,单次最多指定10个。PrivateIpAddressSpecification[]CreateNetworkInterfaceRequest. getPrivateIpAddresses()Get 指定的内网IP信息,单次最多指定10个。PrivateIpAddressSpecification[]ModifyPrivateIpAddressesAttributeRequest. getPrivateIpAddresses()Get 指定的内网IP信息。PrivateIpAddressSpecification[]UnassignPrivateIpAddressesRequest. getPrivateIpAddresses()Get 指定的内网IP信息,单次最多指定10个。PrivateIpAddressSpecification[]AssignPrivateIpAddressesResponse. getPrivateIpAddressSet()Get 内网IP详细信息。PrivateIpAddressSpecification[]NetworkInterface. getPrivateIpAddressSet()Get 内网IP信息。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type PrivateIpAddressSpecification Modifier and Type Method Description voidAssignPrivateIpAddressesRequest. setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)Set 指定的内网IP信息,单次最多指定10个。与SecondaryPrivateIpAddressCount至少提供一个。voidCreateAndAttachNetworkInterfaceRequest. setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)Set 指定的内网IP信息,单次最多指定10个。voidCreateNetworkInterfaceRequest. setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)Set 指定的内网IP信息,单次最多指定10个。voidModifyPrivateIpAddressesAttributeRequest. setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)Set 指定的内网IP信息。voidUnassignPrivateIpAddressesRequest. setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)Set 指定的内网IP信息,单次最多指定10个。voidAssignPrivateIpAddressesResponse. setPrivateIpAddressSet(PrivateIpAddressSpecification[] PrivateIpAddressSet)Set 内网IP详细信息。voidNetworkInterface. setPrivateIpAddressSet(PrivateIpAddressSpecification[] PrivateIpAddressSet)Set 内网IP信息。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type PrivateIpAddressSpecification Constructor Description PrivateIpAddressSpecification(PrivateIpAddressSpecification 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.
-