enum CB::Model::ClusterStatus::State
Defined in:
models/cluster_status.crEnum Members
-
Creating =
0 -
Destroying =
1 -
Unknown =
2 -
Ready =
3 -
Restarting =
4 -
Resuming =
5 -
Suspended =
6 -
Suspending =
7
Instance Method Summary
- #creating?
- #destroying?
- #ready?
- #restarting?
- #resuming?
- #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.