Package | Description |
---|---|
com.oracle.bmc.networkloadbalancer.model |
Modifier and Type | Method and Description |
---|---|
static HealthCheckProtocols |
HealthCheckProtocols.create(String key) |
HealthCheckProtocols |
UpdateHealthCheckerDetails.getProtocol()
The protocol that the health check must use; either HTTP, UDP, or TCP.
|
HealthCheckProtocols |
HealthCheckerDetails.getProtocol()
The protocol the health check must use; either HTTP or HTTPS, or UDP or TCP.
|
HealthCheckProtocols |
HealthChecker.getProtocol()
The protocol the health check must use; either HTTP or HTTPS, or UDP or TCP.
|
static HealthCheckProtocols |
HealthCheckProtocols.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthCheckProtocols[] |
HealthCheckProtocols.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateHealthCheckerDetails.Builder |
UpdateHealthCheckerDetails.Builder.protocol(HealthCheckProtocols protocol)
The protocol that the health check must use; either HTTP, UDP, or TCP.
|
HealthCheckerDetails.Builder |
HealthCheckerDetails.Builder.protocol(HealthCheckProtocols protocol)
The protocol the health check must use; either HTTP or HTTPS, or UDP or TCP.
|
HealthChecker.Builder |
HealthChecker.Builder.protocol(HealthCheckProtocols protocol)
The protocol the health check must use; either HTTP or HTTPS, or UDP or TCP.
|
Constructor and Description |
---|
HealthChecker(HealthCheckProtocols protocol,
Integer port,
Integer retries,
Integer timeoutInMillis,
Integer intervalInMillis,
String urlPath,
String responseBodyRegex,
Integer returnCode,
byte[] requestData,
byte[] responseData,
DnsHealthCheckerDetails dns)
Deprecated.
|
HealthCheckerDetails(HealthCheckProtocols protocol,
Integer port,
Integer retries,
Integer timeoutInMillis,
Integer intervalInMillis,
String urlPath,
String responseBodyRegex,
Integer returnCode,
byte[] requestData,
byte[] responseData,
DnsHealthCheckerDetails dns)
Deprecated.
|
UpdateHealthCheckerDetails(HealthCheckProtocols protocol,
Integer port,
Integer retries,
Integer timeoutInMillis,
Integer intervalInMillis,
String urlPath,
String responseBodyRegex,
Integer returnCode,
byte[] requestData,
byte[] responseData,
DnsHealthCheckerDetails dns)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.