StorageIORMConfigOption

StorageIORMConfigOption
StorageIORMConfigOption

Configuration setting ranges for StorageIORMConfigSpec object.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "enabledOption": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "supported": false,
        "defaultValue": false
    },
    "congestionThresholdOption": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "min": 0,
        "max": 0,
        "defaultValue": 0
    },
    "statsCollectionEnabledOption": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "supported": false,
        "defaultValue": false
    },
    "reservationEnabledOption": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "supported": false,
        "defaultValue": false
    }
}
enabledOption
Required

The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.

congestionThresholdOption
Required

The IntOption data object type is used to define the minimum, maximum, and default values for an integer option.

statsCollectionEnabledOption
Required

The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.

reservationEnabledOption
Required

The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.