VirtualNetworkInterfaceRuntimeInfo

VirtualNetworkInterfaceRuntimeInfo
VirtualNetworkInterfaceRuntimeInfo

Runtime details of virtual network interface of virtual machine.

JSON Example
{
    "external_id": "string",
    "uptv2_active": "string"
}
string
external_id
Required

External Id of virtual network inferface

string
uptv2_active
Optional

This flag specifies whether UPTv2 (Universal Pass-through version 2) is active on the virtual network interface or not. If TRUE, then the virtual network interface works in the pass-through mode. If FALSE, then the virtual network interface still has network connectivity but works in emulated mode and pass-through is not enabled. This flag is NONE, if it is not applicable.

Possible values are : NONE, true, false,