Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model |
Modifier and Type | Method and Description |
---|---|
static HealthCheckResult.HealthCheckStatus |
HealthCheckResult.HealthCheckStatus.create(String key) |
HealthCheckResult.HealthCheckStatus |
HealthCheckResult.getHealthCheckStatus()
The result of the most recent health check.
|
static HealthCheckResult.HealthCheckStatus |
HealthCheckResult.HealthCheckStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthCheckResult.HealthCheckStatus[] |
HealthCheckResult.HealthCheckStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HealthCheckResult.Builder |
HealthCheckResult.Builder.healthCheckStatus(HealthCheckResult.HealthCheckStatus healthCheckStatus)
The result of the most recent health check.
|
Constructor and Description |
---|
HealthCheckResult(String subnetId,
String sourceIpAddress,
Date timestamp,
HealthCheckResult.HealthCheckStatus healthCheckStatus)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.