Table of Contents

Enum VMwareClusterIsolationResponse

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

Determines the response to take when a host is still running but it can no longer communicate with other hosts in the cluster.

public enum VMwareClusterIsolationResponse

Fields

ClusterDefault = 1

Use the default isolation reponse defined for the cluster that contains this virtual machine.

None = 2

Do not power off the virtual machine in the event of a host network isolation.

ObsoleteClusterDefault = 5

Use the default isolation reponse defined for the cluster that contains this virtual machine.

ObsoleteNone = 6

Do not power off the virtual machine in the event of a host network isolation.

ObsoletePowerOff = 7

Power off the virtual machine in the event of a host network isolation.

ObsoleteShutdown = 8

Shut down the virtual machine guest operating system in the event of a host network isolation. If the guest operating system fails to shutdown within five minutes, HA will initiate a forced power off.

PowerOff = 3

Power off the virtual machine in the event of a host network isolation.

Shutdown = 4

Shut down the virtual machine guest operating system in the event of a host network isolation. If the guest operating system fails to shutdown within five minutes, HA will initiate a forced power off.

Unknown = 0

The host isolation response is unknown.

Remarks

This enum contains the original text based values for backwards compatibility with versions previous to "8.1".