Package | Description |
---|---|
com.tencentcloudapi.ecm.v20190719.models |
Modifier and Type | Method and Description |
---|---|
PrivateIpAddressSpecification[] |
CreateNetworkInterfaceRequest.getPrivateIpAddresses()
Get Information of the specified private IPs.
|
PrivateIpAddressSpecification[] |
AssignPrivateIpAddressesRequest.getPrivateIpAddresses()
Get Information of the specified private IPs.
|
PrivateIpAddressSpecification[] |
ModifyPrivateIpAddressesAttributeRequest.getPrivateIpAddresses()
Get Information of the specified private IP addresses.
|
PrivateIpAddressSpecification[] |
RemovePrivateIpAddressesRequest.getPrivateIpAddresses()
Get Information of the specified private IPs.
|
PrivateIpAddressSpecification[] |
AssignPrivateIpAddressesResponse.getPrivateIpAddressSet()
Get Private IP details.
|
PrivateIpAddressSpecification[] |
NetworkInterface.getPrivateIpAddressSet()
Get Private IP information.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateNetworkInterfaceRequest.setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
Set Information of the specified private IPs.
|
void |
AssignPrivateIpAddressesRequest.setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
Set Information of the specified private IPs.
|
void |
ModifyPrivateIpAddressesAttributeRequest.setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
Set Information of the specified private IP addresses.
|
void |
RemovePrivateIpAddressesRequest.setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
Set Information of the specified private IPs.
|
void |
AssignPrivateIpAddressesResponse.setPrivateIpAddressSet(PrivateIpAddressSpecification[] PrivateIpAddressSet)
Set Private IP details.
|
void |
NetworkInterface.setPrivateIpAddressSet(PrivateIpAddressSpecification[] PrivateIpAddressSet)
Set Private IP information.
|
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 © 2023. All rights reserved.