@Generated(value="OracleSDKGenerator", comments="API Version: 20170115") public final class HealthCheckResult extends ExplicitlySetBmcModel
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
ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
ExplicitlySetBmcModel.__explicitlySet__
into account. The constructor, on the other hand, does not set ExplicitlySetBmcModel.__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) |
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() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@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.
public String toString()
toString
in class ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class ExplicitlySetBmcModel
public int hashCode()
hashCode
in class ExplicitlySetBmcModel
Copyright © 2016–2023. All rights reserved.