Table of Contents

Class VMwareCluster

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

Represents an individual VMware cluster.

public class VMwareCluster : VMwareManagedObject, IComparable<VMwareManagedObject>
Inheritance
VMwareCluster
Implements
Inherited Members

Constructors

VMwareCluster()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareCluster class.

public VMwareCluster()

Properties

DrsSettings

Gets or sets the VMware DRS (Distributed Resource Scheduler) settings for the cluster.

public VMwareDrsSettings DrsSettings { get; set; }

Property Value

VMwareDrsSettings

EvcModeString

Gets or sets the current Enhanced vMotion Compatibility (EVC) mode - for example "Disabled" or "AMD Opteron Generation 1".

public string EvcModeString { get; set; }

Property Value

string

HASettings

Gets or sets the VMware HA settings for this VMware cluster.

public VMwareHASettings HASettings { get; set; }

Property Value

VMwareHASettings

SwapFileLocation

Gets or sets the location of swap files for the Virtual machines within this cluster.

public VMwareClusterSwapFileLocation SwapFileLocation { get; set; }

Property Value

VMwareClusterSwapFileLocation

SwapFileLocationString

Gets the location of swap files for the Virtual machines within this cluster as a human readable string.

public string SwapFileLocationString { get; set; }

Property Value

string