ContainerStateResponse

data class ContainerStateResponse(val detailStatus: String, val exitCode: Int, val finishTime: String, val startTime: String, val state: String)

The container instance state.

Constructors

Link copied to clipboard
constructor(detailStatus: String, exitCode: Int, finishTime: String, startTime: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The human-readable status of the container instance state.

Link copied to clipboard

The container instance exit codes correspond to those from the docker run command.

Link copied to clipboard

The date-time when the container instance state finished.

Link copied to clipboard

The date-time when the container instance state started.

Link copied to clipboard

The state of the container instance.