ContainerStateTerminated

final case class ContainerStateTerminated(exitCode: Int, reason: Option[String], startedAt: Option[Time], message: Option[String], finishedAt: Option[Time], containerID: Option[String], signal: Option[Int])

ContainerStateTerminated is a terminated state of a container.

Companion:
object
Source:
ContainerStateTerminated.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if containerID has a value, transforms to the result of function

if containerID has a value, transforms to the result of function

Source:
ContainerStateTerminated.scala

transforms exitCode to result of function

transforms exitCode to result of function

Source:
ContainerStateTerminated.scala

if finishedAt has a value, transforms to the result of function

if finishedAt has a value, transforms to the result of function

Source:
ContainerStateTerminated.scala

if message has a value, transforms to the result of function

if message has a value, transforms to the result of function

Source:
ContainerStateTerminated.scala

if reason has a value, transforms to the result of function

if reason has a value, transforms to the result of function

Source:
ContainerStateTerminated.scala

if signal has a value, transforms to the result of function

if signal has a value, transforms to the result of function

Source:
ContainerStateTerminated.scala

if startedAt has a value, transforms to the result of function

if startedAt has a value, transforms to the result of function

Source:
ContainerStateTerminated.scala

Returns a new data with containerID set to new value

Returns a new data with containerID set to new value

Source:
ContainerStateTerminated.scala

Returns a new data with exitCode set to new value

Returns a new data with exitCode set to new value

Source:
ContainerStateTerminated.scala

Returns a new data with finishedAt set to new value

Returns a new data with finishedAt set to new value

Source:
ContainerStateTerminated.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Source:
ContainerStateTerminated.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Source:
ContainerStateTerminated.scala

Returns a new data with signal set to new value

Returns a new data with signal set to new value

Source:
ContainerStateTerminated.scala

Returns a new data with startedAt set to new value

Returns a new data with startedAt set to new value

Source:
ContainerStateTerminated.scala

Inherited methods

Inherited from:
Product