Uses of Class
com.oracle.bmc.networkloadbalancer.model.IpAddress
-
Packages that use IpAddress Package Description com.oracle.bmc.networkloadbalancer.model -
-
Uses of IpAddress in com.oracle.bmc.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return IpAddress Modifier and Type Method Description IpAddress
IpAddress.Builder. build()
Methods in com.oracle.bmc.networkloadbalancer.model that return types with arguments of type IpAddress Modifier and Type Method Description List<IpAddress>
NetworkLoadBalancer. getIpAddresses()
An array of IP addresses.List<IpAddress>
NetworkLoadBalancerSummary. getIpAddresses()
An array of IP addresses.Methods in com.oracle.bmc.networkloadbalancer.model with parameters of type IpAddress Modifier and Type Method Description IpAddress.Builder
IpAddress.Builder. copy(IpAddress model)
Method parameters in com.oracle.bmc.networkloadbalancer.model with type arguments of type IpAddress Modifier and Type Method Description NetworkLoadBalancer.Builder
NetworkLoadBalancer.Builder. ipAddresses(List<IpAddress> ipAddresses)
An array of IP addresses.NetworkLoadBalancerSummary.Builder
NetworkLoadBalancerSummary.Builder. ipAddresses(List<IpAddress> ipAddresses)
An array of IP addresses.Constructor parameters in com.oracle.bmc.networkloadbalancer.model with type arguments of type IpAddress Constructor Description NetworkLoadBalancer(String id, String compartmentId, String displayName, LifecycleState lifecycleState, String lifecycleDetails, NlbIpVersion nlbIpVersion, Date timeCreated, Date timeUpdated, List<IpAddress> ipAddresses, Boolean isPrivate, Boolean isPreserveSourceDestination, Boolean isSymmetricHashEnabled, String subnetId, List<String> networkSecurityGroupIds, Map<String,Listener> listeners, Map<String,BackendSet> backendSets, Map<String,String> freeformTags, Map<String,Map<String,Object>> securityAttributes, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.NetworkLoadBalancerSummary(String id, String compartmentId, String displayName, LifecycleState lifecycleState, String lifecycleDetails, NlbIpVersion nlbIpVersion, Date timeCreated, Date timeUpdated, List<IpAddress> ipAddresses, Boolean isPrivate, Boolean isPreserveSourceDestination, Boolean isSymmetricHashEnabled, String subnetId, List<String> networkSecurityGroupIds, Map<String,Listener> listeners, Map<String,BackendSet> backendSets, Map<String,String> freeformTags, Map<String,Map<String,Object>> securityAttributes, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-