StorageIOAllocationOption

StorageIOAllocationOption
StorageIOAllocationOption

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

The IOAllocationOption specifies value ranges that can be used to initialize StorageIOAllocationInfo object.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "limitOption": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "min": 0,
        "max": 0,
        "defaultValue": 0
    },
    "sharesOption": {
        "_typeName": "string",
        "sharesOption": {
            "_typeName": "string",
            "valueIsReadonly": false,
            "min": 0,
            "max": 0,
            "defaultValue": 0
        },
        "defaultLevel": "string"
    }
}
limitOption
Required

limitOptions defines a range of values allowed to be used for storage IO limit limit.

sharesOption
Required

sharesOption defines a range of values allowed to be used to specify allocated io shares shares.

Deprecated