enum CB::Model::Operation::Flavor
Defined in:
models/operation.crEnum Members
-
HAChange =
0 -
Maintenance =
1 -
MajorVersionUpgrade =
2 -
Resize =
3
Instance Method Summary
- #ha_change?
- #maintenance?
- #major_version_upgrade?
- #resize?
-
#to_s(io : IO)
Appends a
Stringrepresentation of this enum member to the given io.
Instance Method Detail
Description copied from struct Enum
Appends a String representation of this enum member to the given io.
See also: #to_s.