Uses of Class
com.oracle.bmc.waas.model.PolicyConfig.ClientAddressHeader
-
Packages that use PolicyConfig.ClientAddressHeader Package Description com.oracle.bmc.waas.model -
-
Uses of PolicyConfig.ClientAddressHeader in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return PolicyConfig.ClientAddressHeader Modifier and Type Method Description static PolicyConfig.ClientAddressHeader
PolicyConfig.ClientAddressHeader. create(String key)
PolicyConfig.ClientAddressHeader
PolicyConfig. getClientAddressHeader()
Specifies an HTTP header name which is treated as the connecting client’s IP address.static PolicyConfig.ClientAddressHeader
PolicyConfig.ClientAddressHeader. valueOf(String name)
Returns the enum constant of this type with the specified name.static PolicyConfig.ClientAddressHeader[]
PolicyConfig.ClientAddressHeader. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.model with parameters of type PolicyConfig.ClientAddressHeader Modifier and Type Method Description PolicyConfig.Builder
PolicyConfig.Builder. clientAddressHeader(PolicyConfig.ClientAddressHeader clientAddressHeader)
Specifies an HTTP header name which is treated as the connecting client’s IP address.Constructors in com.oracle.bmc.waas.model with parameters of type PolicyConfig.ClientAddressHeader 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.
-