Uses of Class
com.oracle.bmc.networkloadbalancer.model.HealthCheckProtocols
-
Packages that use HealthCheckProtocols Package Description com.oracle.bmc.networkloadbalancer.model -
-
Uses of HealthCheckProtocols in com.oracle.bmc.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return HealthCheckProtocols Modifier and Type Method Description static HealthCheckProtocols
HealthCheckProtocols. create(String key)
HealthCheckProtocols
HealthChecker. getProtocol()
The protocol the health check must use; either HTTP or HTTPS, or UDP or TCP.HealthCheckProtocols
HealthCheckerDetails. getProtocol()
The protocol the health check must use; either HTTP or HTTPS, or UDP or TCP.HealthCheckProtocols
UpdateHealthCheckerDetails. getProtocol()
The protocol that the health check must use; either HTTP, 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.Methods in com.oracle.bmc.networkloadbalancer.model with parameters of type HealthCheckProtocols Modifier and Type Method Description HealthChecker.Builder
HealthChecker.Builder. protocol(HealthCheckProtocols protocol)
The protocol the health check must use; either HTTP or HTTPS, or 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.UpdateHealthCheckerDetails.Builder
UpdateHealthCheckerDetails.Builder. protocol(HealthCheckProtocols protocol)
The protocol that the health check must use; either HTTP, UDP, or TCP.Constructors in com.oracle.bmc.networkloadbalancer.model with parameters of type HealthCheckProtocols Constructor 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.
-