Search

Class VcStorageIORMInfo

Extends VcDynamicData
Configuration of storage I/O resource management.

Attributes

Name Type Description
congestionThreshold Number The latency beyond which the storage array is considered congested. <p> If storage I/O resource management is enabled on a datastore, the algorithm tries to maintain the latency to be below or close to this value. The unit is millisecond. The range of this value is between 5 to 100 milliseconds.
congestionThresholdMode String Mode of congestion threshold specification For more information, see <a target="_blank" href="https://www.vmware.com/support/orchestrator/doc/vro-vsphere60-api/html/VcStorageIORMThresholdMode.html">VcStorageIORMThresholdMode</a>
enabled boolean Flag indicating whether or not the service is enabled.
percentOfPeakThroughput Number The percentage of peak throughput to be used for setting congestion threshold of a datastore. Valid values are between 50 to 100. Default value is 90% <p> For more information, see <a target="_blank" href="https://www.vmware.com/support/orchestrator/doc/vro-vsphere60-api/html/VcStorageIORMInfo.html#congestionThreshold">VcStorageIORMInfo</a>
reservableIopsThreshold Number Storage DRS makes storage migration recommendations if total IOPs reservation for all VMs running on the datastore is higher than specified threshold value. This value (if present) overrides
reservationEnabled boolean Flag indicating whether IO reservations support is enabled.
statsAggregationDisabled boolean Flag indicating whether stats aggregation is disabled.
statsCollectionEnabled boolean Flag indicating whether service is running in stats collection mode.

Methods

Name Returns
VcStorageIORMInfo() constructor

Returned by

None

Referenced in

None