EnvironmentState

enum EnvironmentState : Enum<EnvironmentState> , ConvertibleToJava<EnvironmentState>

The current state of the environment.

Entries

Link copied to clipboard

The state of the environment is unknown.

Link copied to clipboard

The environment is in the process of being created.

Link copied to clipboard

The environment is currently running and healthy. It is ready for use.

Link copied to clipboard

The environment is being updated. It remains usable but cannot receive additional update requests or be deleted at this time.

Link copied to clipboard

The environment is undergoing deletion. It cannot be used.

Link copied to clipboard

The environment has encountered an error and cannot be used.

Types

Link copied to clipboard
object Companion

Functions

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

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: EnvironmentState
Link copied to clipboard
Link copied to clipboard