VirtualMachineClass
In a Tanzu Kubernetes cluster Virtual Machine Classes reserve a set of resources for the VM including cpu, memory, and storage.
{
    "name": "string",
    "cpuReservationRequestedMHz": 0,
    "memoryReservationRequestedMB": 0,
    "cpuCount": 0,
    "memoryMB": 0,
    "isFullyReserved": false
}
                                
                            Name of the Virtual Machine Class.
CPU in MHz that a node reserves when this VirtualMachineClass is applied to the node of a Kubernetes cluster.
Memory in MB that a node reserves when this VirtualMachineClass is applied to the node of a Kubernetes cluster.
Number of CPUs that a node gets when this VirtualMachineClass is applied to the node of a Kubernetes cluster.
Memory in MB that a node gets when this VirtualMachineClass is applied to the node of a Kubernetes cluster.
This read-only field conveys whether CPU and memory resources are fully reserved or not when this VirtualMachineClass is applied to the node of the Kubernetes cluster.