Uses of Class
com.oracle.bmc.apigateway.model.IpAddress
-
Packages that use IpAddress Package Description com.oracle.bmc.apigateway.model -
-
Uses of IpAddress in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return IpAddress Modifier and Type Method Description IpAddress
IpAddress.Builder. build()
Methods in com.oracle.bmc.apigateway.model that return types with arguments of type IpAddress Modifier and Type Method Description List<IpAddress>
Gateway. getIpAddresses()
An array of IP addresses associated with the gateway.Methods in com.oracle.bmc.apigateway.model with parameters of type IpAddress Modifier and Type Method Description IpAddress.Builder
IpAddress.Builder. copy(IpAddress model)
Method parameters in com.oracle.bmc.apigateway.model with type arguments of type IpAddress Modifier and Type Method Description Gateway.Builder
Gateway.Builder. ipAddresses(List<IpAddress> ipAddresses)
An array of IP addresses associated with the gateway.
-