NetworkInterface

NetworkInterface represents a NIC of a VM.

JSON representation
{
  "network": string,
  "subnetwork": string,
  "internalIp": string,
  "externalIp": string
}
Fields
network

string

The network to connect the NIC to.

subnetwork

string

The subnetwork to connect the NIC to.

internalIp

string

The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.

externalIp

string

The external IP to define in the NIC.