capacity-allocation-settings

capacity-allocation-settings
capacity-allocation-settings

Allocation Model differs to Demand Model as it does not consider Utilization. It is simply based on configured amount (e.g. 4 vCPU, 16 GB virtual RAM, 100 GB virtual Disk) that is allocated to VMs. As a result, Demand Model is still considered when Allocation is enabled.
Note: These settings will also apply to What-If Analysis, Committed Projects, and WLP calculations.

AllOf
This class requires all of the following:
JSON Example
{
    "policyId": "string",
    "inherited": false,
    "resourceKindKey": {
        "resourceKind": "string",
        "adapterKind": "string"
    },
    "capacityAllocation": {
        "cpu": "number",
        "memory": "number",
        "diskspace": "number",
        "poweredOffVmsConsidered": false
    }
}
Property Of