Enum VMwareDatastoreCongestionThresholdMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the storage congestion threshold mode for a datastore.
public enum VMwareDatastoreCongestionThresholdMode
Fields
Automatic = 1
The congestion threshold mode is automatic - storagage IO control will choose appropriate congestion threshold value for that datastore to operate at given percentage of peak throughput.
Manual = 2
The congestion threshold mode is manual - storagage IO control will use the user specified congestion threshold value.
Unknown = 0
The congestion threshold mode is unknown.