enum CB::Model::ClusterStatus::State

Defined in:

models/cluster_status.cr

Enum Members

Creating = 0
Destroying = 1
Unknown = 2
Ready = 3
Restarting = 4
Resuming = 5
Suspended = 6
Suspending = 7

Instance Method Summary

Instance Method Detail

def creating? #

[View source]
def destroying? #

[View source]
def ready? #

[View source]
def restarting? #

[View source]
def resuming? #

[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]