NetworkInterfaceCardInfoV2

NetworkInterfaceCardInfoV2
NetworkInterfaceCardInfoV2

Information related to network interface card.

JSON Example
{
    "id": "74390016-2dea-4b8c-8181-385783effaeb",
    "mac_address": "00:50:56:a6:62:ac",
    "name": "Network adapter 1",
    "network_type": "OPAQUE_NETWORK"
}
string
id
Optional

Unique ID representing the network interface card.

string
mac_address
Optional

Network interface card MAC address.

string
name
Optional

Network interface card name.

string
network_type
Optional

Type of network interface card.

  • NETWORK: Standard network.
  • OPAQUE_NETWORK: Opaque network.
  • DISTRUBUTED_VIRTUAL_PORT_GROUP: DVS Port group.
Possible values are : NETWORK, OPAQUE_NETWORK, DISTRUBUTED_VIRTUAL_PORT_GROUP,