InstanceTimeline

The timeline of the instance lifecycle.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationDateTime: <Error class: unknown class>?

The creation date and time of the instance.

Link copied to clipboard
val endDateTime: <Error class: unknown class>?

The date and time when the instance was terminated.

Link copied to clipboard
val readyDateTime: <Error class: unknown class>?

The date and time when the instance was ready to perform tasks.

Functions

Link copied to clipboard
inline fun copy(block: InstanceTimeline.Builder.() -> Unit = {}): InstanceTimeline
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String