Enum$DeploymentState enum

Inheritance

Constructors

Enum$DeploymentState()
const

Values

ABANDONED → const Enum$DeploymentState
ACTIVE → const Enum$DeploymentState
DESTROYED → const Enum$DeploymentState
ERROR → const Enum$DeploymentState
FAILURE → const Enum$DeploymentState
INACTIVE → const Enum$DeploymentState
IN_PROGRESS → const Enum$DeploymentState
PENDING → const Enum$DeploymentState
QUEUED → const Enum$DeploymentState
WAITING → const Enum$DeploymentState
$unknown → const Enum$DeploymentState

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Enum$DeploymentState>
A constant List of the values in this enum, in order of their declaration.