Enum MicrosoftFailoverClusterVirtualMachineResourceState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The virtual machine state at the time of the scan.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterVirtualMachineResourceState
Fields
Off = 3
The virtual machine is turned off.
Paused = 32768
The virtual machine is paused.
Pausing = 32776
The virtual machine is pausing.
Resuming = 32777
The virtual machine is resuming.
Running = 2
The virtual machine is running.
Saving = 32773
The virtual machine is saving.
Starting = 32770
The virtual machine is starting.
Stopping = 32774
The virtual machine is stopping.
Suspended = 32769
The virtual machine is suspended.
Unknown = 0
The state is unknown.