OBJECT

VmwareVmNetworkInterface

Description

Network interface for a virtual machine.

link GraphQL Schema definition

  • type VmwareVmNetworkInterface {
  • # MAC address for the network interface.
  • macAddress: String
  • # List of IPv4 addresses for the network interface.
  • v4Addresses: [String!]!
  • # List of IPv6 addresses for the network interface.
  • v6Addresses: [String!]!
  • }