Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<HealthCheck.ExpectedResponseCodeGroup> |
HealthCheck.getExpectedResponseCodeGroup()
The HTTP response codes that signify a healthy state.
|
Modifier and Type | Method and Description |
---|---|
HealthCheck.Builder |
HealthCheck.Builder.expectedResponseCodeGroup(List<HealthCheck.ExpectedResponseCodeGroup> expectedResponseCodeGroup)
The HTTP response codes that signify a healthy state.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.