Table of Contents

Enum VMwareHostConnectionState

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

Represents the connection state between a VMware host and the vCenter server.

public enum VMwareHostConnectionState

Fields

Connected = 1

The host is connected to the server. For ESX Server, this is always the setting.

Disconnected = 2

The host is disconnected.

NotResponding = 3

The host is not responding.

Unknown = 0

The connection state is unknown.