Uses of Class
com.oracle.bmc.cloudbridge.model.InstancePrivateIpAddress
-
Packages that use InstancePrivateIpAddress Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of InstancePrivateIpAddress in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return InstancePrivateIpAddress Modifier and Type Method Description InstancePrivateIpAddress
InstancePrivateIpAddress.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model that return types with arguments of type InstancePrivateIpAddress Modifier and Type Method Description List<InstancePrivateIpAddress>
InstanceNetworkInterface. getPrivateIpAddresses()
The private IPv4 addresses associated with the network interface.Methods in com.oracle.bmc.cloudbridge.model with parameters of type InstancePrivateIpAddress Modifier and Type Method Description InstancePrivateIpAddress.Builder
InstancePrivateIpAddress.Builder. copy(InstancePrivateIpAddress model)
Method parameters in com.oracle.bmc.cloudbridge.model with type arguments of type InstancePrivateIpAddress Modifier and Type Method Description InstanceNetworkInterface.Builder
InstanceNetworkInterface.Builder. privateIpAddresses(List<InstancePrivateIpAddress> privateIpAddresses)
The private IPv4 addresses associated with the network interface.
-