Uses of Class
com.oracle.bmc.containerinstances.model.ContainerHealthCheckFailureAction
-
Packages that use ContainerHealthCheckFailureAction Package Description com.oracle.bmc.containerinstances.model -
-
Uses of ContainerHealthCheckFailureAction in com.oracle.bmc.containerinstances.model
Methods in com.oracle.bmc.containerinstances.model that return ContainerHealthCheckFailureAction Modifier and Type Method Description static ContainerHealthCheckFailureAction
ContainerHealthCheckFailureAction. create(String key)
ContainerHealthCheckFailureAction
ContainerHealthCheck. getFailureAction()
The action will be triggered when the container health check fails.ContainerHealthCheckFailureAction
CreateContainerHealthCheckDetails. getFailureAction()
The action will be triggered when the container health check fails.static ContainerHealthCheckFailureAction
ContainerHealthCheckFailureAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContainerHealthCheckFailureAction[]
ContainerHealthCheckFailureAction. 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 ContainerHealthCheckFailureAction Modifier and Type Method Description ContainerHttpHealthCheck.Builder
ContainerHttpHealthCheck.Builder. failureAction(ContainerHealthCheckFailureAction failureAction)
ContainerTcpHealthCheck.Builder
ContainerTcpHealthCheck.Builder. failureAction(ContainerHealthCheckFailureAction failureAction)
CreateContainerHttpHealthCheckDetails.Builder
CreateContainerHttpHealthCheckDetails.Builder. failureAction(ContainerHealthCheckFailureAction failureAction)
CreateContainerTcpHealthCheckDetails.Builder
CreateContainerTcpHealthCheckDetails.Builder. failureAction(ContainerHealthCheckFailureAction failureAction)
Constructors in com.oracle.bmc.containerinstances.model with parameters of type ContainerHealthCheckFailureAction 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.CreateContainerHealthCheckDetails(String name, Integer initialDelayInSeconds, Integer intervalInSeconds, Integer failureThreshold, Integer successThreshold, Integer timeoutInSeconds, ContainerHealthCheckFailureAction failureAction)
Deprecated.CreateContainerHttpHealthCheckDetails(String name, Integer initialDelayInSeconds, Integer intervalInSeconds, Integer failureThreshold, Integer successThreshold, Integer timeoutInSeconds, ContainerHealthCheckFailureAction failureAction, String path, Integer port, List<HealthCheckHttpHeader> headers)
Deprecated.CreateContainerTcpHealthCheckDetails(String name, Integer initialDelayInSeconds, Integer intervalInSeconds, Integer failureThreshold, Integer successThreshold, Integer timeoutInSeconds, ContainerHealthCheckFailureAction failureAction, Integer port)
Deprecated.
-