ContainerPropertiesResponseInstanceView

data class ContainerPropertiesResponseInstanceView(val currentState: ContainerStateResponse, val events: List<EventResponse>, val previousState: ContainerStateResponse, val restartCount: Int)

The instance view of the container instance. Only valid in response.

Constructors

Link copied to clipboard
constructor(currentState: ContainerStateResponse, events: List<EventResponse>, previousState: ContainerStateResponse, restartCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Current container instance state.

Link copied to clipboard

The events of the container instance.

Link copied to clipboard

Previous container instance state.

Link copied to clipboard

The number of times that the container instance has been restarted.