StorageIORMConfigSpec

StorageIORMConfigSpec
StorageIORMConfigSpec

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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "enabled": false,
    "congestionThresholdMode": "string",
    "congestionThreshold": 0,
    "percentOfPeakThroughput": 0,
    "statsCollectionEnabled": false,
    "reservationEnabled": false,
    "statsAggregationDisabled": false,
    "reservableIopsThreshold": 0
}
boolean
enabled
Optional

Flag indicating whether or not the service is enabled.

string
congestionThresholdMode
Optional

Mode of congestion threshold specification For more information, see StorageIORMThresholdModeEnum

integer As int32 As int32
congestionThreshold
Optional

The latency beyond which the storage array is considered congested.

For more information, see congestionThreshold

integer As int32 As int32
percentOfPeakThroughput
Optional

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

boolean
statsCollectionEnabled
Optional

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

boolean
reservationEnabled
Optional

Flag indicating whether IO reservations support is enabled.

boolean
statsAggregationDisabled
Optional

Flag indicating whether stats aggregation is disabled.

integer As int32 As int32
reservableIopsThreshold
Optional

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