ConfigureDatastoreIORMRequestType

ConfigureDatastoreIORMRequestType
ConfigureDatastoreIORMRequestType

The parameters of ConfigureDatastoreIORM_Task.

JSON Example
{
    "datastore": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "spec": {
        "_typeName": "string",
        "enabled": false,
        "congestionThresholdMode": "string",
        "congestionThreshold": 0,
        "percentOfPeakThroughput": 0,
        "statsCollectionEnabled": false,
        "reservationEnabled": false,
        "statsAggregationDisabled": false,
        "reservableIopsThreshold": 0
    }
}
datastore
Required

Reference to an instance of the Datastore managed object.

spec
Required

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.