Enum HyperVServerVirtualMachineState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The state of a Hyper-V virtual machine.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerVirtualMachineState
Fields
ComponentServicing = 1The state is component servicing.
FastSaved = 2The state is fast saved.
FastSavedCritical = 3The state is fast saved critical.
FastSaving = 4The state is fast saving.
FastSavingCritical = 5The state is fast saving critical.
ForceReboot = 6The state is force reboot.
ForceShutdown = 7The state is force shutdown.
Hibernated = 8The state is hibernated.
Off = 9The state is off.
OffCritical = 10The state is off critical.
Other = 11The state is other.
Paused = 12The state is paused.
PausedCritical = 13The state is paused critical.
Pausing = 14The state is pausing.
PausingCritical = 15The state is pausing critical.
Reset = 16The state is reset.
ResetCritical = 17The state is reset critical.
Resuming = 18The state is resuming.
ResumingCritical = 19The state is resuming critical.
Running = 20The state is running.
RunningCritical = 21The state is running critical.
Saved = 22The state is saved.
SavedCritical = 23The state is saved critical.
Saving = 24The state is saving.
SavingCritical = 25The state is saving critical.
Starting = 26The state is starting.
StartingCritical = 27The state is starting critical.
Stopping = 28The state is stopping.
StoppingCritical = 29The state is stopping critical.
Unknown = 0The state is unknown.