Table of Contents

Class VMwareDrsSettings

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

Represents the VMware DRS (Distributed Resource Scheduler) settings for a cluster.

public class VMwareDrsSettings : BypassSection
Inheritance
VMwareDrsSettings
Inherited Members

Constructors

VMwareDrsSettings()

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

public VMwareDrsSettings()

Properties

ConfigurationParameters

Gets or sets the advanced configuration parameters for this DRS cluster.

public VMwareConfigurationParameterCollection ConfigurationParameters { get; set; }

Property Value

VMwareConfigurationParameterCollection

DefaultBehavior

Gets or sets the cluster-wide default DRS behavior for virtual machines.

public VMwareDrsBehavior DefaultBehavior { get; set; }

Property Value

VMwareDrsBehavior

DefaultBehaviorString

Gets the cluster-wide default DRS behavior for virtual machines as a human readable string.

public string DefaultBehaviorString { get; set; }

Property Value

string

DefaultDpmBehavior

Gets or sets the default VMware DPM behavior for hosts.

public VMwareDpmBehavior DefaultDpmBehavior { get; set; }

Property Value

VMwareDpmBehavior

DefaultDpmBehaviorString

Gets the default VMware DPM behavior for hosts as a human readable string.

public string DefaultDpmBehaviorString { get; set; }

Property Value

string

DpmEnabled

Gets or sets whether DPM is enabled.

public BooleanOption DpmEnabled { get; set; }

Property Value

BooleanOption

DpmThreshold

Gets or sets the DPM threshold - DPM generates only those recommendations that are above the specified rating.

public int DpmThreshold { get; set; }

Property Value

int

DpmThresholdString

Gets the DPM threshold as a human readable string.

public string DpmThresholdString { get; set; }

Property Value

string

EnableVmBehaviorOverride

Gets or sets whether DRS Behavior can be overridden for individual virtual machines.

public BooleanOption EnableVmBehaviorOverride { get; set; }

Property Value

BooleanOption

Enabled

Gets or sets whether DRS is enabled for the cluster.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

MigrationThresholdString

Gets the migration threshold as a human readable string.

public string MigrationThresholdString { get; set; }

Property Value

string

VmotionRate

Gets or sets the migration threshold.

public int VmotionRate { get; set; }

Property Value

int

Methods

ToString()

Returns the VMware DRS settings as a human readable string.

public override string ToString()

Returns

string

The VMware DRS settings as a human readable string.