@Generated(value="OracleSDKGenerator", comments="API Version: 20170115") public final class HealthCheckResult extends Object
Information about a single backend server health check result reported by a load balancer.
HealthCheckResult.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the HealthCheckResult.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
HealthCheckResult.Builder |
static class |
HealthCheckResult.HealthCheckStatus
The result of the most recent health check.
|
Constructor and Description |
---|
HealthCheckResult(String subnetId,
String sourceIpAddress,
Date timestamp,
HealthCheckResult.HealthCheckStatus healthCheckStatus)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static HealthCheckResult.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
HealthCheckResult.HealthCheckStatus |
getHealthCheckStatus()
The result of the most recent health check.
|
String |
getSourceIpAddress()
The IP address of the health check status report provider.
|
String |
getSubnetId()
The OCID of the subnet hosting the load balancer that reported this health check status.
|
Date |
getTimestamp()
The date and time the data was retrieved, in the format defined by RFC3339.
|
int |
hashCode() |
HealthCheckResult.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"subnetId","sourceIpAddress","timestamp","healthCheckStatus"}) public HealthCheckResult(String subnetId, String sourceIpAddress, Date timestamp, HealthCheckResult.HealthCheckStatus healthCheckStatus)
public static HealthCheckResult.Builder builder()
Create a new builder.
public HealthCheckResult.Builder toBuilder()
public String getSubnetId()
The OCID of the subnet hosting the load balancer that reported this health check status.
public String getSourceIpAddress()
The IP address of the health check status report provider. This identifier helps you differentiate same-subnet load balancers that report health check status.
Example: 10.0.0.7
public Date getTimestamp()
The date and time the data was retrieved, in the format defined by RFC3339.
Example: 2017-06-02T18:28:11+00:00
public HealthCheckResult.HealthCheckStatus getHealthCheckStatus()
The result of the most recent health check.
Copyright © 2016–2022. All rights reserved.