OBJECT

NutanixVmNic

Description

Nutanix virtual machine NIC details.

link GraphQL Schema definition

  • type NutanixVmNic {
  • # UUID of the network where you created the NIC.
  • networkUuid: String!
  • # Name of the network where you created the NIC.
  • networkName: String!
  • }