vSphere Web Services API


Data Object - StorageIORMConfigSpec(vim.StorageResourceManager.IORMConfigSpec)

Parameter to
ConfigureDatastoreIORM_Task
Extends
DynamicData
Since
vSphere API Release 4.1

Data Object Description

Deprecated. As of vSphere8.0 U3, and there is no replacement for it.

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.

Properties

Name Type Description
congestionThreshold*xsd:int

The latency beyond which the storage array is considered congested.

For more information, see congestionThreshold

congestionThresholdMode*xsd:string

Mode of congestion threshold specification For more information, see StorageIORMThresholdMode

Since vSphere API Release 5.1
enabled*xsd:boolean

Flag indicating whether or not the service is enabled.
percentOfPeakThroughput*xsd:int

The percentage of peak throughput to be used for setting threshold latency of a datastore. Valid values are between 50 to 100.

For more information, see congestionThreshold

Since vSphere API Release 5.1
reservableIopsThreshold*xsd:int

Deprecated. As of vSphere8.0 U3, and there is no replacement for it.

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 vim.StorageResourceManager.PodConfigInfo.reservableIopsThreshold

Since vSphere API Release 6.0
reservationEnabled*xsd:boolean

Deprecated. As of vSphere8.0 U3, and there is no replacement for it.

Flag indicating whether IO reservations support is enabled.

Since vSphere API Release 6.0
statsAggregationDisabled*xsd:boolean

Flag indicating whether stats aggregation is disabled.

Since vSphere API Release 5.0
statsCollectionEnabled*xsd:boolean

Flag indicating whether the service is enabled in stats collection mode.

Since vSphere API Release 5.0
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition