Uses of Class
com.oracle.bmc.waas.model.HealthCheck
-
Packages that use HealthCheck Package Description com.oracle.bmc.waas.model -
-
Uses of HealthCheck in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return HealthCheck Modifier and Type Method Description HealthCheck
HealthCheck.Builder. build()
HealthCheck
PolicyConfig. getHealthChecks()
Methods in com.oracle.bmc.waas.model with parameters of type HealthCheck Modifier and Type Method Description HealthCheck.Builder
HealthCheck.Builder. copy(HealthCheck model)
PolicyConfig.Builder
PolicyConfig.Builder. healthChecks(HealthCheck healthChecks)
Constructors in com.oracle.bmc.waas.model with parameters of type HealthCheck 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.
-