Table of Contents

Enum VMwareHostServiceStartupPolicy

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

Represents the startup policy for a service on a VMware host.

public enum VMwareHostServiceStartupPolicy

Fields

Automatic = 3

The service will start automatically if any ports are open, and stop when all ports are closed.

Off = 1

The service must be started and stopped manually.

On = 2

The service will start and stop with host.

Unknown = 0

The startup policy is unknown.