Storage Resource Manager Query IORM Config Option
Query configuration options for storage I/O resource management.
Required privileges: Datastore.Config
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case StorageResourceManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
configuration option object.
{
"_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
}
}
The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.
The IntOption data object type is used to define the minimum, maximum, and default values for an integer option.
The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.
The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.