PersistentResource_State class final

Describes the PersistentResource state.

Inheritance
  • Object
  • ProtoEnum
  • PersistentResource_State

Constructors

PersistentResource_State(String value)
const
PersistentResource_State.fromJson(Object? json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotDefault bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

Methods

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

Operators

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

Constants

$default → const PersistentResource_State
The default value for PersistentResource_State.
error → const PersistentResource_State
The ERROR state indicates the persistent resource may be unusable. Details can be found in the error field.
provisioning → const PersistentResource_State
The PROVISIONING state indicates the persistent resources is being created.
rebooting → const PersistentResource_State
The REBOOTING state indicates the persistent resource is being rebooted (PR is not available right now but is expected to be ready again later).
running → const PersistentResource_State
The RUNNING state indicates the persistent resource is healthy and fully usable.
stateUnspecified → const PersistentResource_State
Not set.
stopping → const PersistentResource_State
The STOPPING state indicates the persistent resource is being deleted.
updating → const PersistentResource_State
The UPDATING state indicates the persistent resource is being updated.