Share via


LabVirtualMachineShutdownOnIdleMode Enum

Definition

Defines whether to shut down VM on idle and the criteria for idle detection.

public enum LabVirtualMachineShutdownOnIdleMode
type LabVirtualMachineShutdownOnIdleMode = 
Public Enum LabVirtualMachineShutdownOnIdleMode
Inheritance
LabVirtualMachineShutdownOnIdleMode

Fields

LowUsage 2

The VM will be considered as idle when user is absent and the resource (CPU and disk) consumption is low.

None 0

The VM won't be shut down when it is idle.

UserAbsence 1

The VM will be considered as idle when there is no keyboard or mouse input.

Applies to