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 = 1Use the default isolation reponse defined for the cluster that contains this virtual machine.
None = 2Do not power off the virtual machine in the event of a host network isolation.
ObsoleteClusterDefault = 5Use the default isolation reponse defined for the cluster that contains this virtual machine.
ObsoleteNone = 6Do not power off the virtual machine in the event of a host network isolation.
ObsoletePowerOff = 7Power off the virtual machine in the event of a host network isolation.
ObsoleteShutdown = 8Shut 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 = 3Power off the virtual machine in the event of a host network isolation.
Shutdown = 4Shut 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 = 0The host isolation response is unknown.
Remarks
This enum contains the original text based values for backwards compatibility with versions previous to "8.1".