Table of Contents

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 = 1

The state is component servicing.

FastSaved = 2

The state is fast saved.

FastSavedCritical = 3

The state is fast saved critical.

FastSaving = 4

The state is fast saving.

FastSavingCritical = 5

The state is fast saving critical.

ForceReboot = 6

The state is force reboot.

ForceShutdown = 7

The state is force shutdown.

Hibernated = 8

The state is hibernated.

Off = 9

The state is off.

OffCritical = 10

The state is off critical.

Other = 11

The state is other.

Paused = 12

The state is paused.

PausedCritical = 13

The state is paused critical.

Pausing = 14

The state is pausing.

PausingCritical = 15

The state is pausing critical.

Reset = 16

The state is reset.

ResetCritical = 17

The state is reset critical.

Resuming = 18

The state is resuming.

ResumingCritical = 19

The state is resuming critical.

Running = 20

The state is running.

RunningCritical = 21

The state is running critical.

Saved = 22

The state is saved.

SavedCritical = 23

The state is saved critical.

Saving = 24

The state is saving.

SavingCritical = 25

The state is saving critical.

Starting = 26

The state is starting.

StartingCritical = 27

The state is starting critical.

Stopping = 28

The state is stopping.

StoppingCritical = 29

The state is stopping critical.

Unknown = 0

The state is unknown.