enum CB::Model::ClusterStatus::State

Defined in:

models/cluster_status.cr

Enum Members

Creating = 0
Destroying = 1
Finalizing = 2
Ready = 3
Replaying = 4
Restarting = 5
Restoring = 6
Resuming = 7
Starting = 8
Suspended = 9
Suspending = 10
Unknown = 11

Instance Method Summary

Instance Method Detail

def creating? #

[View source]
def destroying? #

[View source]
def finalizing? #

[View source]
def ready? #

[View source]
def replaying? #

[View source]
def restarting? #

[View source]
def restoring? #

[View source]
def resuming? #

[View source]
def starting? #

[View source]
def suspended? #

[View source]
def suspending? #

[View source]
def to_s(io : IO) #
Description copied from struct Enum

Appends a String representation of this enum member to the given io.

See also: #to_s.


[View source]
def unknown? #

[View source]