NSX-T Data Center REST API

TransitGatewayAttachmentInterfaceState (type)

{
  "additionalProperties": false,
  "id": "TransitGatewayAttachmentInterfaceState",
  "module_id": "PolicyTransitGatewayStatistics",
  "properties": {
    "display_name": {
      "description": "Transit gateway attachment interface display name.",
      "title": "Interface display name",
      "type": "string"
    },
    "edge_path": {
      "description": "Transit gateway attachment interface edge path.",
      "title": "Edge 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 transit gateway.",
      "items": {
        "type": "string"
      },
      "title": "IP address",
      "type": "array"
    },
    "interface_path": {
      "description": "Transit gateway attachment interface path.",
      "title": "Interface path",
      "type": "string"
    },
    "interface_type": {
      "description": "Transit gateway attachment interface type.",
      "title": "Interface Type",
      "type": "string"
    },
    "ip_address": {
      "description": "Transit gateway attachment interface IP address",
      "items": {
        "type": "string"
      },
      "title": "IP address",
      "type": "array"
    },
    "mac_address": {
      "description": "Transit gateway attachment interface MAC address.",
      "title": "The MAC address",
      "type": "string"
    },
    "tgw_tier0_transit_switch_id": {
      "description": "Transit gateway attachment interface connected logical switch id.",
      "title": "Tgw Tier0 Transit Switch ID",
      "type": "string"
    },
    "tgw_tier0_transit_switch_port_id": {
      "description": "Transit gateway attachment interface connected L2 port id.",
      "title": "Tgw Tier0 Transit Switch Port ID",
      "type": "string"
    },
    "urpf_mode": {
      "description": "Unicast Reverse Path Forwarding mode of interface.",
      "enum": [
        "NONE",
        "STRICT"
      ],
      "title": "URPF mode",
      "type": "string"
    },
    "vlan_id": {
      "description": "VLAN Id for distributed gateway uplink interface",
      "title": "VLAN ID",
      "type": "string"
    }
  },
  "title": "Transit gateway attachment interface state",
  "type": "object"
}