EnvironmentState

The detailed data about the current state of the environment.

Types

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

Properties

Link copied to clipboard
val spec: String?

The environment spec that was used to create the environment.

Link copied to clipboard

The major version of the environment template that was used to create the environment.

Link copied to clipboard

The minor version of the environment template that was used to create the environment.

Link copied to clipboard

The name of the environment template that was used to create the environment.

Functions

Link copied to clipboard
inline fun copy(block: EnvironmentState.Builder.() -> Unit = {}): EnvironmentState
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