NSX-T Data Center REST API

TraceflowComponentSubType (type)

{
  "description": "This field specifies the traceflow component sub type that reports the observation LR_TIER0   - Tier-0 Gateway LR_TIER1   - Tier-1 Gateway LR_VRF_TIER0   - Tier-0 VRF Gateway LS_TRANSIT   - Transit Switch SI_CLASSIFIER   - Service Insertion Classifier SI_PROXY   - Service Insertion Proxy VDR   - Virtual Distributed Router ENI   - Elastic Network Interface AWS_GATEWAY   - Amazon Gateway TGW_ROUTE   - Transit Gateway EDGE_UPLINK   - Edge Uplink DELL_GATEWAY   - Dell Gateway LGW_ROUTE   - Local Gateway LR_KNI   - Kernel NIC Interface UNKNOWN   - Unknown component sub type",
  "enum": [
    "LR_TIER0",
    "LR_TIER1",
    "LR_VRF_TIER0",
    "LS_TRANSIT",
    "SI_CLASSIFIER",
    "SI_PROXY",
    "VDR",
    "ENI",
    "AWS_GATEWAY",
    "TGW_ROUTE",
    "EDGE_UPLINK",
    "DELL_GATEWAY",
    "LGW_ROUTE",
    "LR_KNI",
    "UNKNOWN"
  ],
  "id": "TraceflowComponentSubType",
  "module_id": "Traceflow",
  "readonly": true,
  "required": false,
  "type": "string"
}