Package | Description |
---|---|
com.oracle.bmc.containerinstances.model |
Modifier and Type | Method and Description |
---|---|
static ContainerHealthCheck.Status |
ContainerHealthCheck.Status.create(String key) |
ContainerHealthCheck.Status |
ContainerHealthCheck.getStatus()
Status of container
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
ContainerTcpHealthCheck.Builder |
ContainerTcpHealthCheck.Builder.status(ContainerHealthCheck.Status status) |
ContainerHttpHealthCheck.Builder |
ContainerHttpHealthCheck.Builder.status(ContainerHealthCheck.Status status) |
ContainerCommandHealthCheck.Builder |
ContainerCommandHealthCheck.Builder.status(ContainerHealthCheck.Status status) |
Constructor and Description |
---|
ContainerCommandHealthCheck(String name,
Integer initialDelayInSeconds,
Integer intervalInSeconds,
Integer failureThreshold,
Integer successThreshold,
Integer timeoutInSeconds,
ContainerHealthCheck.Status status,
String statusDetails,
ContainerHealthCheckFailureAction failureAction,
List<String> command)
Deprecated.
|
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.
|
Copyright © 2016–2024. All rights reserved.