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
DefaultBehavior
Gets or sets the cluster-wide default DRS behavior for virtual machines.
public VMwareDrsBehavior DefaultBehavior { get; set; }
Property Value
DefaultBehaviorString
Gets the cluster-wide default DRS behavior for virtual machines as a human readable string.
public string DefaultBehaviorString { get; set; }
Property Value
DefaultDpmBehavior
Gets or sets the default VMware DPM behavior for hosts.
public VMwareDpmBehavior DefaultDpmBehavior { get; set; }
Property Value
DefaultDpmBehaviorString
Gets the default VMware DPM behavior for hosts as a human readable string.
public string DefaultDpmBehaviorString { get; set; }
Property Value
DpmEnabled
Gets or sets whether DPM is enabled.
public BooleanOption DpmEnabled { get; set; }
Property Value
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
DpmThresholdString
Gets the DPM threshold as a human readable string.
public string DpmThresholdString { get; set; }
Property Value
EnableVmBehaviorOverride
Gets or sets whether DRS Behavior can be overridden for individual virtual machines.
public BooleanOption EnableVmBehaviorOverride { get; set; }
Property Value
Enabled
Gets or sets whether DRS is enabled for the cluster.
public BooleanOption Enabled { get; set; }
Property Value
MigrationThresholdString
Gets the migration threshold as a human readable string.
public string MigrationThresholdString { get; set; }
Property Value
VmotionRate
Gets or sets the migration threshold.
public int VmotionRate { get; set; }
Property Value
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.