Uses of Class
com.oracle.bmc.waas.model.HealthCheck.ExpectedResponseCodeGroup
-
Packages that use HealthCheck.ExpectedResponseCodeGroup Package Description com.oracle.bmc.waas.model -
-
Uses of HealthCheck.ExpectedResponseCodeGroup in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return HealthCheck.ExpectedResponseCodeGroup Modifier and Type Method Description static HealthCheck.ExpectedResponseCodeGroup
HealthCheck.ExpectedResponseCodeGroup. create(String key)
static HealthCheck.ExpectedResponseCodeGroup
HealthCheck.ExpectedResponseCodeGroup. valueOf(String name)
Returns the enum constant of this type with the specified name.static HealthCheck.ExpectedResponseCodeGroup[]
HealthCheck.ExpectedResponseCodeGroup. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.model that return types with arguments of type HealthCheck.ExpectedResponseCodeGroup Modifier and Type Method Description List<HealthCheck.ExpectedResponseCodeGroup>
HealthCheck. getExpectedResponseCodeGroup()
The HTTP response codes that signify a healthy state.Method parameters in com.oracle.bmc.waas.model with type arguments of type HealthCheck.ExpectedResponseCodeGroup Modifier and Type Method Description HealthCheck.Builder
HealthCheck.Builder. expectedResponseCodeGroup(List<HealthCheck.ExpectedResponseCodeGroup> expectedResponseCodeGroup)
The HTTP response codes that signify a healthy state.Constructor parameters in com.oracle.bmc.waas.model with type arguments of type HealthCheck.ExpectedResponseCodeGroup Constructor Description HealthCheck(Boolean isEnabled, HealthCheck.Method method, String path, Map<String,String> headers, List<HealthCheck.ExpectedResponseCodeGroup> expectedResponseCodeGroup, Boolean isResponseTextCheckEnabled, String expectedResponseText, Integer intervalInSeconds, Integer timeoutInSeconds, Integer healthyThreshold, Integer unhealthyThreshold)
Deprecated.
-