UpdateSystemResourcesRequestType

UpdateSystemResourcesRequestType
UpdateSystemResourcesRequestType

The parameters of UpdateSystemResources.

JSON Example
{
    "resourceInfo": {
        "_typeName": "string",
        "key": "string",
        "config": {
            "_typeName": "string",
            "entity": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "changeVersion": "string",
            "lastModified": "string",
            "cpuAllocation": {
                "_typeName": "string",
                "reservation": 0,
                "expandableReservation": false,
                "limit": 0,
                "shares": {
                    "_typeName": "string",
                    "shares": 0,
                    "level": "string"
                },
                "overheadLimit": 0
            },
            "memoryAllocation": {
                "_typeName": "string",
                "reservation": 0,
                "expandableReservation": false,
                "limit": 0,
                "shares": {
                    "_typeName": "string",
                    "shares": 0,
                    "level": "string"
                },
                "overheadLimit": 0
            },
            "scaleDescendantsShares": "string"
        },
        "child": [
            "HostSystemResourceInfo Object"
        ]
    }
}
resourceInfo
Required

The SystemResourceInfo data object describes the configuration of a single system resource group.

System resource groups are analogous to ResourcePool objects for virtual machines; however, their structure is fixed and groups may not be created nor destroyed, only configured.