ContainerStatus

final case class ContainerStatus(name: String, image: String, restartCount: Int, ready: Boolean, imageID: String, state: Option[ContainerState], lastState: Option[ContainerState], containerID: Option[String], started: Option[Boolean])

ContainerStatus contains details for the current status of this container.

Source:
ContainerStatus.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:
ContainerStatus.scala

transforms image to result of function

transforms image to result of function

Source:
ContainerStatus.scala

transforms imageID to result of function

transforms imageID to result of function

Source:
ContainerStatus.scala

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

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

Source:
ContainerStatus.scala

transforms name to result of function

transforms name to result of function

Source:
ContainerStatus.scala

transforms ready to result of function

transforms ready to result of function

Source:
ContainerStatus.scala

transforms restartCount to result of function

transforms restartCount to result of function

Source:
ContainerStatus.scala

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

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

Source:
ContainerStatus.scala

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

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

Source:
ContainerStatus.scala

Returns a new data with containerID set to new value

Returns a new data with containerID set to new value

Source:
ContainerStatus.scala

Returns a new data with image set to new value

Returns a new data with image set to new value

Source:
ContainerStatus.scala

Returns a new data with imageID set to new value

Returns a new data with imageID set to new value

Source:
ContainerStatus.scala

Returns a new data with lastState set to new value

Returns a new data with lastState set to new value

Source:
ContainerStatus.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
ContainerStatus.scala

Returns a new data with ready set to new value

Returns a new data with ready set to new value

Source:
ContainerStatus.scala

Returns a new data with restartCount set to new value

Returns a new data with restartCount set to new value

Source:
ContainerStatus.scala

Returns a new data with started set to new value

Returns a new data with started set to new value

Source:
ContainerStatus.scala

Returns a new data with state set to new value

Returns a new data with state set to new value

Source:
ContainerStatus.scala

Inherited methods

Inherited from:
Product