Get Virtual Machine Class
Retrieves the specified virtualMachineClass
virtualMachineClassUrn
OK
{
"id": "string",
"region": {
"name": "string",
"id": "string"
},
"name": "string",
"cpuReservationMHz": 0,
"memoryReservationMiB": 0,
"cpuCount": 0,
"memoryMiB": 0,
"reserved": false
}
The identifier of the class in URN format.
Entity reference used to describe VCD entities
Name of the Virtual Machine Class.
CPU that a Virtual Machine reserves when this VirtualMachineClass is applied.
Memory in MiB that a Virtual Machine reserves when this VirtualMachineClass is applied.
Number of CPUs that a Virtual Machine gets when this VirtualMachineClass is applied.
Memory in MiB that a Virtual Machine gets when this VirtualMachineClass is applied.
Whether this VM class can be used to reserve number of its instances within a namespace.
This operation contains the following vendor extensions defined in the spec:
[object Object]
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/virtualMachineClasses/{virtualMachineClassUrn}