OBJECT

NutanixVmMetadata

Description

Nutanix virtual machine metadata, which includes NICs information and CPU configuration details.

link GraphQL Schema definition

  • type NutanixVmMetadata {
  • # Nutanix virtual machine NICs list.
  • vmNics: [NutanixVmNic!]!
  • # Size of the Nutanix virtual machine in MB.
  • memoryInMb: Long!
  • # Number of vCPUs on the Nutanix virtual machine.
  • numVcpus: Long!
  • # Number of cores per vCPU.
  • numCoresPerVcpu: Long!
  • }