Uses of Class
com.oracle.bmc.containerinstances.model.ContainerHealthCheck
-
Packages that use ContainerHealthCheck Package Description com.oracle.bmc.containerinstances.model -
-
Uses of ContainerHealthCheck in com.oracle.bmc.containerinstances.model
Subclasses of ContainerHealthCheck in com.oracle.bmc.containerinstances.model Modifier and Type Class Description class
ContainerHttpHealthCheck
Container Health Check HTTP type.class
ContainerTcpHealthCheck
Container Health Check with TCP type.Methods in com.oracle.bmc.containerinstances.model that return types with arguments of type ContainerHealthCheck Modifier and Type Method Description List<ContainerHealthCheck>
Container. getHealthChecks()
List of container health checksMethod parameters in com.oracle.bmc.containerinstances.model with type arguments of type ContainerHealthCheck Modifier and Type Method Description Container.Builder
Container.Builder. healthChecks(List<ContainerHealthCheck> healthChecks)
List of container health checks
-