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 LR_VPC   - VPC gateway LR_DTGW   - Transit gateway connecting to distributed connection LR_CTGW   - Transit gateway connecting to centralized connection LR_NAT   - NAT service of transit gateway VLAN_EXTENSION   - VLAN Extension",
  "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",
    "LR_VPC",
    "LR_DTGW",
    "LR_CTGW",
    "LR_NAT",
    "VLAN_EXTENSION"
  ],
  "id": "TraceflowComponentSubType",
  "module_id": "Traceflow",
  "readonly": true,
  "required": false,
  "type": "string"
}