Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Class and Description |
---|---|
class |
IPHashLoadBalancingMethod
An object that represents the
ip-hash load balancing method. |
class |
RoundRobinLoadBalancingMethod
An object that represents the
round-robin load balancing method. |
class |
StickyCookieLoadBalancingMethod
An object that represents the
sticky-cookie load balancing method and its properties. |
Modifier and Type | Method and Description |
---|---|
LoadBalancingMethod |
PolicyConfig.getLoadBalancingMethod()
An object that represents a load balancing method and its properties.
|
Modifier and Type | Method and Description |
---|---|
PolicyConfig.Builder |
PolicyConfig.Builder.loadBalancingMethod(LoadBalancingMethod loadBalancingMethod)
An object that represents a load balancing method and its properties.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.