Table of Contents

Enum HyperVServerVirtualMachineAutomaticStopAction

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The automatic stop action of a Hyper-V virtual machine.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerVirtualMachineAutomaticStopAction

Fields

Save = 2

The automatic stop action is to save the virtual machine.

ShutDown = 3

The automatic stop action is to shut down the virtual machine.

TurnOff = 1

The automatic stop action is to turn off the virtual machine.

Unknown = 0

The automatic stop action is unknown.