FabricComputeSpecification
Specification for updating a FabricCompute
{
"tags": [
{
"key": "?",
"value": "Environment"
}
],
"maximumAllowedMemoryAllocationPercent": 120,
"maximumAllowedCpuAllocationPercent": 120
}
A set of tag keys and optional values that were set on this resource instance.
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.
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.