| Package | Description | 
|---|---|
| com.tencentcloudapi.vpc.v20170312.models | 
| Modifier and Type | Method and Description | 
|---|---|
PrivateIpAddressSpecification[] | 
CreateNetworkInterfaceRequest.getPrivateIpAddresses()
Get The information of the specified private IPs. 
 | 
PrivateIpAddressSpecification[] | 
AssignPrivateIpAddressesRequest.getPrivateIpAddresses()
Get The information on private IP addresses, of which you can specify a maximum of 10 at a time. 
 | 
PrivateIpAddressSpecification[] | 
CreateAndAttachNetworkInterfaceRequest.getPrivateIpAddresses()
Get The information of the specified private IPs. 
 | 
PrivateIpAddressSpecification[] | 
UnassignPrivateIpAddressesRequest.getPrivateIpAddresses()
Get The information of the specified private IPs. 
 | 
PrivateIpAddressSpecification[] | 
ModifyPrivateIpAddressesAttributeRequest.getPrivateIpAddresses()
Get The specified private IP information. 
 | 
PrivateIpAddressSpecification[] | 
NetworkInterface.getPrivateIpAddressSet()
Get Private IP information. 
 | 
PrivateIpAddressSpecification[] | 
AssignPrivateIpAddressesResponse.getPrivateIpAddressSet()
Get The detailed information of the Private IP. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CreateNetworkInterfaceRequest.setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
Set The information of the specified private IPs. 
 | 
void | 
AssignPrivateIpAddressesRequest.setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
Set The information on private IP addresses, of which you can specify a maximum of 10 at a time. 
 | 
void | 
CreateAndAttachNetworkInterfaceRequest.setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
Set The information of the specified private IPs. 
 | 
void | 
UnassignPrivateIpAddressesRequest.setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
Set The information of the specified private IPs. 
 | 
void | 
ModifyPrivateIpAddressesAttributeRequest.setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
Set The specified private IP information. 
 | 
void | 
NetworkInterface.setPrivateIpAddressSet(PrivateIpAddressSpecification[] PrivateIpAddressSet)
Set Private IP information. 
 | 
void | 
AssignPrivateIpAddressesResponse.setPrivateIpAddressSet(PrivateIpAddressSpecification[] PrivateIpAddressSet)
Set The detailed information of the Private IP. 
 | 
| Constructor and 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. 
 | 
Copyright © 2025. All rights reserved.