Tier0RouterInterface

Tier0RouterInterface
Tier0RouterInterface

Information about the interface on the Tier-0 Router.

JSON Example
{
    "id": "string",
    "displayName": "string",
    "description": "string",
    "interfaceType": "string",
    "subnets": [
        "string"
    ],
    "edgeNodeRef": {
        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
        "name": "string",
        "type": "string"
    }
}
string
id
Optional

The unique id of the interface on the NSX-T manager.

string
displayName
Optional

Name of interface.

string
description
Optional

Description of the interface.

string
interfaceType
Optional

The type of interface:

  • EXTERNAL - Interface that can be used to connect externally to a physical router with support for dynamic routing protocols.
  • SERVICE - Interface that supports edge services such as DHCP relay.
  • LOOPBACK - Interface that isn't connect to any segment and can be used to identify the Tier-0 Router.
array of string
subnets
Optional
Constraints: minItems: 1 maxItems: 3

Subnets of the interface, in CIDR notation. Maximum of one IPv4 and two IPv6 subnets.

edgeNodeRef
Optional

Reference for entities which are external to VCD and do not have a VCD URN identifier.