Class ContainerHttpHealthCheck
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.containerinstances.model.ContainerHealthCheck
-
- com.oracle.bmc.containerinstances.model.ContainerHttpHealthCheck
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20210415") public final class ContainerHttpHealthCheck extends ContainerHealthCheck
Container Health Check HTTP type.
Note: Objects should always be created or deserialized using theContainerHttpHealthCheck.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theContainerHttpHealthCheck.Builder
, which maintain a set of all explicitly set fields calledContainerHttpHealthCheck.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContainerHttpHealthCheck.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.containerinstances.model.ContainerHealthCheck
ContainerHealthCheck.Status
-
-
Constructor Summary
Constructors Constructor Description 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContainerHttpHealthCheck.Builder
builder()
Create a new builder.boolean
equals(Object o)
List<HealthCheckHttpHeader>
getHeaders()
Container health check HTTP headers.String
getPath()
Container health check HTTP path.Integer
getPort()
Container health check HTTP port.int
hashCode()
ContainerHttpHealthCheck.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.containerinstances.model.ContainerHealthCheck
getFailureAction, getFailureThreshold, getInitialDelayInSeconds, getIntervalInSeconds, getName, getStatus, getStatusDetails, getSuccessThreshold, getTimeoutInSeconds
-
-
-
-
Constructor Detail
-
ContainerHttpHealthCheck
@Deprecated public 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.
-
-
Method Detail
-
builder
public static ContainerHttpHealthCheck.Builder builder()
Create a new builder.
-
toBuilder
public ContainerHttpHealthCheck.Builder toBuilder()
-
getPath
public String getPath()
Container health check HTTP path.- Returns:
- the value
-
getPort
public Integer getPort()
Container health check HTTP port.- Returns:
- the value
-
getHeaders
public List<HealthCheckHttpHeader> getHeaders()
Container health check HTTP headers.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classContainerHealthCheck
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classContainerHealthCheck
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classContainerHealthCheck
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classContainerHealthCheck
-
-