ContainerPropertiesInstanceView interface

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

Properties

currentState

Current container instance state. NOTE: This property will not be serialized. It can only be populated by the server.

events

The events of the container instance. NOTE: This property will not be serialized. It can only be populated by the server.

previousState

Previous container instance state. NOTE: This property will not be serialized. It can only be populated by the server.

restartCount

The number of times that the container instance has been restarted. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

currentState

Current container instance state. NOTE: This property will not be serialized. It can only be populated by the server.

currentState?: ContainerState

Property Value

events

The events of the container instance. NOTE: This property will not be serialized. It can only be populated by the server.

events?: Event_2[]

Property Value

Event[]

previousState

Previous container instance state. NOTE: This property will not be serialized. It can only be populated by the server.

previousState?: ContainerState

Property Value

restartCount

The number of times that the container instance has been restarted. NOTE: This property will not be serialized. It can only be populated by the server.

restartCount?: number

Property Value

number