NSX-T Data Center REST API
Tier0TGWAttachmentInterfaceState (type)
{
"additionalProperties": false,
"description": "Interface details of tier0 gateway attached to transit gateways.",
"id": "Tier0TGWAttachmentInterfaceState",
"module_id": "PolicyConnectivityStatistics",
"properties": {
"display_name": {
"description": "Tier0-TGW attachment interface display name.",
"title": "Interface display name",
"type": "string"
},
"edge_path": {
"description": "Tier0-TGW attachment interface edge node path.",
"title": "Edge node path",
"type": "string"
},
"ha_vip_ip_address": {
"description": "HA vip associated with the interface. HA VIP is owned by interface on active node of active-standby tier0 gateway.",
"items": {
"type": "string"
},
"title": "IP address",
"type": "array"
},
"interface_type": {
"description": "Tier0-TGW attachment interface type.",
"title": "Interface Type",
"type": "string"
},
"ip_address": {
"description": "Tier0-TGW attachment interface IP address",
"items": {
"type": "string"
},
"title": "IP address",
"type": "array"
},
"mac_address": {
"description": "Tier0-TGW attachment interface MAC address.",
"title": "The MAC address",
"type": "string"
},
"tgw_tier0_transit_switch_id": {
"description": "Tier0-TGW attachment interface connected logical switch id.",
"title": "Tier0-TGW attachment Transit Switch ID",
"type": "string"
},
"tgw_tier0_transit_switch_port_id": {
"description": "Tier0-TGW attachment interface connected L2 port id.",
"title": "Tier0-TGW attachment transit switch port id",
"type": "string"
},
"urpf_mode": {
"description": "Unicast Reverse Path Forwarding mode of interface.",
"enum": [
"NONE",
"STRICT"
],
"title": "URPF mode",
"type": "string"
}
},
"title": "Interface details attached to transit gateways",
"type": "object"
}