ResourceConfigOption

ResourceConfigOption
ResourceConfigOption

This data object type is a default value and value range specification for ResourceConfigSpec object.

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

The ResourceAllocationOption data object specifies value ranges and default values for ResourceAllocationInfo.

memoryAllocationOption
Required

The ResourceAllocationOption data object specifies value ranges and default values for ResourceAllocationInfo.