NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

TraceflowVlanExtensionBasicInfo (schema)

Traceflow VLAN extension basic information

Name Description Type Notes
source_network_type The originated network type of the traceflow packet

This field indicates the network type of the original traceflow packet.
VLAN
- The vlan field specifies the source VLAN ID. The vni field will show
the corresponding VNI ID based on the VLAN extension configuration.
OVERLAY
- The vni field specifies the source VNI ID. The vlan field will show
the corresponding VLAN ID based on the VLAN extension configuration.
string Enum: VLAN, OVERLAY
vlan VLAN id

If the value source_network_type is OVERLAY: This field indicates the VLAN to be converted for the traceflow packet.
If the value source_network_type is VLAN: This field indicates the the original VLAN of the traceflow packet.
VlanID Readonly
vni Virtual network identifier

If the value source_network_type is OVERLAY: This field indicates the original VNI of the traceflow packet.
If the value source_network_type is VLAN: This field indicates the VNI to be converted for the traceflow packet.
int Readonly