OBJECT

VmNetworkConnection

Description

Network connection info for virtual machine.

link GraphQL Schema definition

  • type VmNetworkConnection {
  • # Network index.
  • nicIndex: Int!
  • # MAC address.
  • macAddress: String
  • # Specifies whether the network is connected or not.
  • isConnected: Boolean!
  • # Network name.
  • networkName: String
  • # Ip addressing mode.
  • ipAddressingMode: VmNetworkAddressingMode!
  • # Adapter type.
  • adapterType: String
  • }