enum CB::Model::ClusterStatus::State
Defined in:
models/cluster_status.crEnum 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
- #creating?
- #destroying?
- #finalizing?
- #ready?
- #replaying?
- #restarting?
- #restoring?
- #resuming?
- #starting?
- #suspended?
- #suspending?
-
#to_s(io : IO)
Appends a
Stringrepresentation of this enum member to the given io. - #unknown?
Instance Method Detail
Description copied from struct Enum
Appends a String representation of this enum member to the given io.
See also: #to_s.