Uses of Class
com.oracle.bmc.loadbalancer.model.IpAddress
-
Packages that use IpAddress Package Description com.oracle.bmc.loadbalancer.model -
-
Uses of IpAddress in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return IpAddress Modifier and Type Method Description IpAddress
IpAddress.Builder. build()
Methods in com.oracle.bmc.loadbalancer.model that return types with arguments of type IpAddress Modifier and Type Method Description List<IpAddress>
LoadBalancer. getIpAddresses()
An array of IP addresses.Methods in com.oracle.bmc.loadbalancer.model with parameters of type IpAddress Modifier and Type Method Description IpAddress.Builder
IpAddress.Builder. copy(IpAddress model)
Method parameters in com.oracle.bmc.loadbalancer.model with type arguments of type IpAddress Modifier and Type Method Description LoadBalancer.Builder
LoadBalancer.Builder. ipAddresses(List<IpAddress> ipAddresses)
An array of IP addresses.Constructor parameters in com.oracle.bmc.loadbalancer.model with type arguments of type IpAddress Constructor Description LoadBalancer(String id, String compartmentId, String displayName, LoadBalancer.LifecycleState lifecycleState, Date timeCreated, List<IpAddress> ipAddresses, String shapeName, ShapeDetails shapeDetails, Boolean isPrivate, Boolean isDeleteProtectionEnabled, Boolean isRequestIdEnabled, String requestIdHeader, List<String> subnetIds, List<String> networkSecurityGroupIds, Map<String,Listener> listeners, Map<String,Hostname> hostnames, Map<String,SSLCipherSuite> sslCipherSuites, Map<String,Certificate> certificates, Map<String,BackendSet> backendSets, Map<String,PathRouteSet> pathRouteSets, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, Map<String,Map<String,Object>> systemTags, Map<String,RuleSet> ruleSets, Map<String,RoutingPolicy> routingPolicies)
Deprecated.
-