Sha256: 8d52a2a28da388a165e0ef629b23f7949bb3988b84403612d5b84635f7996ef9
Contents?: true
Size: 475 Bytes
Versions: 19
Compression:
Stored size: 475 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_2_X class MachineState < AbstractEnum map [:null, :powered_off, :saved, :teleported, :aborted, :running, :paused, :stuck, :teleporting, :live_snapshotting, :starting, :stopping, :saving, :restoring, :teleporting_paused_vm, :teleporting_in, :restoring_snapshot, :deleting_snapshot, :setting_up] end end end end end
Version data entries
19 entries across 19 versions & 3 rubygems