Search

Class VcStorageIORMConfigSpec

Extends VcDynamicData
Configuration settings used for creating or reconfiguring storage I/O resource management.

All fields are defined as optional. If a field is unset, the property is not changed.

Attributes

Name Type Description
congestionThreshold Number The latency beyond which the storage array is considered congested. <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>
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 threshold latency of a datastore. Valid values are between 50 to 100. <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 the service is enabled in stats collection mode.

Methods

Name Returns
VcStorageIORMConfigSpec() constructor

Returned by

None

Referenced in

Method Returns
VcStorageResourceManager.configureDatastoreIORM_Task(VcDatastore datastore, VcStorageIORMConfigSpec spec) VcTask