StorageIOAllocationOption

StorageIOAllocationOption
StorageIOAllocationOption

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

The LongOption data object type is used to define the minimum, maximum, and default values for a 64-bit long option.

sharesOption
Required

Specification of shares.

Object of this class specifies value ranges for object of instance SharesInfo