public static class HealthCheckResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HealthCheckResult |
build() |
HealthCheckResult.Builder |
copy(HealthCheckResult model) |
HealthCheckResult.Builder |
healthCheckStatus(HealthCheckResult.HealthCheckStatus healthCheckStatus)
The result of the most recent health check.
|
HealthCheckResult.Builder |
sourceIpAddress(String sourceIpAddress)
The IP address of the health check status report provider.
|
HealthCheckResult.Builder |
subnetId(String subnetId)
The OCID of the
subnet hosting the load balancer that reported this health check status.
|
HealthCheckResult.Builder |
timestamp(Date timestamp)
The date and time the data was retrieved, in the format defined by RFC3339.
|
public HealthCheckResult.Builder subnetId(String subnetId)
The OCID of the subnet hosting the load balancer that reported this health check status.
subnetId
- the value to setpublic HealthCheckResult.Builder sourceIpAddress(String sourceIpAddress)
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
sourceIpAddress
- the value to setpublic HealthCheckResult.Builder timestamp(Date timestamp)
The date and time the data was retrieved, in the format defined by RFC3339.
Example: 2017-06-02T18:28:11+00:00
timestamp
- the value to setpublic HealthCheckResult.Builder healthCheckStatus(HealthCheckResult.HealthCheckStatus healthCheckStatus)
The result of the most recent health check.
healthCheckStatus
- the value to setpublic HealthCheckResult build()
public HealthCheckResult.Builder copy(HealthCheckResult model)
Copyright © 2016–2024. All rights reserved.