Class VMwareDatastoreIormSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the storage I/O resource management settings.
public class VMwareDatastoreIormSettings : BypassSection
- Inheritance
-
VMwareDatastoreIormSettings
- Inherited Members
Constructors
VMwareDatastoreIormSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDatastoreIormSettings class.
public VMwareDatastoreIormSettings()
Properties
CongestionThreshold
Gets or sets the latency beyond which the storage array is considered congested in milliseconds.
public int CongestionThreshold { get; set; }
Property Value
CongestionThresholdMode
Gets or sets the storage congestion threshold mode.
public VMwareDatastoreCongestionThresholdMode CongestionThresholdMode { get; set; }
Property Value
CongestionThresholdValueString
Gets or sets the storage congestion threshold value as a human readable string.
public string CongestionThresholdValueString { get; set; }
Property Value
Enabled
Gets or sets whether the storage I/O control is enabled for a datastore.
public BooleanOption Enabled { get; set; }
Property Value
PercentOfPeakThroughput
Gets or sets the percentage of peak throughput to be used for setting congestion threshold of a datastore. Valid values are between 50 to 100.
public int PercentOfPeakThroughput { get; set; }
Property Value
StatsAggregationDisabled
Gets or sets whether to exlclude I/O statistics from SDRS.
public BooleanOption StatsAggregationDisabled { get; set; }
Property Value
StatsCollectionEnabled
Gets or sets whether service is running in stats collection mode.
public BooleanOption StatsCollectionEnabled { get; set; }
Property Value
Methods
ToString()
Returns the CENTREL.XIA.Configuration.Types.VMwareDatastoreIormSettings object as a human readable string.
public override string ToString()
Returns
- string
The CENTREL.XIA.Configuration.Types.VMwareDatastoreIormSettings object as a human readable string.