Module: VersSdk::VmState
- Defined in:
- lib/vers_sdk/models.rb
Overview
The state of a VM
Constant Summary collapse
- BOOTING =
"booting"- RUNNING =
"running"- PAUSED =
"paused"- SLEEPING =
"sleeping"- DEAD =
"dead"- ALL =
[ BOOTING, RUNNING, PAUSED, SLEEPING, DEAD ].freeze
Class Method Summary collapse
Class Method Details
.values ⇒ Object
85 86 87 |
# File 'lib/vers_sdk/models.rb', line 85 def self.values ALL end |