FabricComputeSpecification

FabricComputeSpecification
FabricComputeSpecification

Specification for updating a FabricCompute

JSON Example
{
    "tags": [
        {
            "key": "?",
            "value": "Environment"
        }
    ],
    "maximumAllowedMemoryAllocationPercent": 120,
    "maximumAllowedCpuAllocationPercent": 120
}
array of Tag
tags
Optional

A set of tag keys and optional values that were set on this resource instance.

integer As int32 As int32
maximumAllowedMemoryAllocationPercent
Optional

What percent of the total available memory on the compute will be used for VM provisioning.This value can be more than 100. e.g. If the compute has 100gb of memory and this value is set to80, then VMware Aria Automation will act as if this compute has only 80gb. If it is 120, then VMware Aria Automation will act as if this compute has 120gb thus allowing 20gb overallocation. Applies only for private cloud computes.

integer As int32 As int32
maximumAllowedCpuAllocationPercent
Optional

What percent of the total available vcPu on the compute will be used for VM provisioning.This value can be more than 100. e.g. If the compute has 100 vCPUs and this value is set to80, then VMware Aria Automation will act as if this compute has only 80 vCPUs. If it is 120, then VMware Aria Automation will act as if this compute has 120 vCPUs thus allowing 20 vCPUs overallocation. Applies only for private cloud computes.