Uses of Class
com.oracle.bmc.waas.model.LoadBalancingMethod
- 
Packages that use LoadBalancingMethod Package Description com.oracle.bmc.waas.model 
- 
- 
Uses of LoadBalancingMethod in com.oracle.bmc.waas.modelSubclasses of LoadBalancingMethod in com.oracle.bmc.waas.model Modifier and Type Class Description classIPHashLoadBalancingMethodAn object that represents the ip-hash load balancing method.classRoundRobinLoadBalancingMethodAn object that represents the round-robin load balancing method.classStickyCookieLoadBalancingMethodAn object that represents the sticky-cookie load balancing method and its properties.Methods in com.oracle.bmc.waas.model that return LoadBalancingMethod Modifier and Type Method Description LoadBalancingMethodPolicyConfig. getLoadBalancingMethod()An object that represents a load balancing method and its properties.Methods in com.oracle.bmc.waas.model with parameters of type LoadBalancingMethod Modifier and Type Method Description PolicyConfig.BuilderPolicyConfig.Builder. loadBalancingMethod(LoadBalancingMethod loadBalancingMethod)An object that represents a load balancing method and its properties.Constructors in com.oracle.bmc.waas.model with parameters of type LoadBalancingMethod Constructor Description PolicyConfig(String certificateId, Boolean isHttpsEnabled, Boolean isHttpsForced, List<PolicyConfig.TlsProtocols> tlsProtocols, Boolean isOriginCompressionEnabled, Boolean isBehindCdn, PolicyConfig.ClientAddressHeader clientAddressHeader, Boolean isCacheControlRespected, Boolean isResponseBufferingEnabled, PolicyConfig.CipherGroup cipherGroup, LoadBalancingMethod loadBalancingMethod, List<String> websocketPathPrefixes, Boolean isSniEnabled, HealthCheck healthChecks)Deprecated.
 
-