ContainerStateRunningArgs

data class ContainerStateRunningArgs(val startedAt: Output<String>? = null) : ConvertibleToJava<ContainerStateRunningArgs>

ContainerStateRunning is a running state of a container.

Constructors

Link copied to clipboard
constructor(startedAt: Output<String>? = null)

Properties

Link copied to clipboard
val startedAt: Output<String>? = null

Time at which the container was last (re-)started

Functions

Link copied to clipboard
open override fun toJava(): ContainerStateRunningArgs