Uses of Class
com.oracle.bmc.containerinstances.model.ContainerHealthCheck.Status
-
Packages that use ContainerHealthCheck.Status Package Description com.oracle.bmc.containerinstances.model -
-
Uses of ContainerHealthCheck.Status in com.oracle.bmc.containerinstances.model
Methods in com.oracle.bmc.containerinstances.model that return ContainerHealthCheck.Status Modifier and Type Method Description static ContainerHealthCheck.Status
ContainerHealthCheck.Status. create(String key)
ContainerHealthCheck.Status
ContainerHealthCheck. getStatus()
Status of containerstatic ContainerHealthCheck.Status
ContainerHealthCheck.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContainerHealthCheck.Status[]
ContainerHealthCheck.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.containerinstances.model with parameters of type ContainerHealthCheck.Status Modifier and Type Method Description ContainerHttpHealthCheck.Builder
ContainerHttpHealthCheck.Builder. status(ContainerHealthCheck.Status status)
ContainerTcpHealthCheck.Builder
ContainerTcpHealthCheck.Builder. status(ContainerHealthCheck.Status status)
Constructors in com.oracle.bmc.containerinstances.model with parameters of type ContainerHealthCheck.Status Constructor Description ContainerHealthCheck(String name, Integer initialDelayInSeconds, Integer intervalInSeconds, Integer failureThreshold, Integer successThreshold, Integer timeoutInSeconds, ContainerHealthCheck.Status status, String statusDetails, ContainerHealthCheckFailureAction failureAction)
Deprecated.ContainerHttpHealthCheck(String name, Integer initialDelayInSeconds, Integer intervalInSeconds, Integer failureThreshold, Integer successThreshold, Integer timeoutInSeconds, ContainerHealthCheck.Status status, String statusDetails, ContainerHealthCheckFailureAction failureAction, String path, Integer port, List<HealthCheckHttpHeader> headers)
Deprecated.ContainerTcpHealthCheck(String name, Integer initialDelayInSeconds, Integer intervalInSeconds, Integer failureThreshold, Integer successThreshold, Integer timeoutInSeconds, ContainerHealthCheck.Status status, String statusDetails, ContainerHealthCheckFailureAction failureAction, Integer port)
Deprecated.
-