NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
RoutingTable (schema)
Routing table
Routing table.
Name | Description | Type | Notes |
---|---|---|---|
count | Entry count Entry count. |
int | Readonly |
edge_node | Edge node path Edge node path. |
string | Readonly |
error_message | Routing table fetch error. Routing table fetch error message, populated only if status if failure. |
string | Readonly |
route_entries | Route entries Route entries. |
array of RoutingEntry | Required |
status | Routing table fetch status. Routing table fetch status from Transport node. |
string | Readonly Enum: SUCCESS, FAILURE, NOT_FOUND |
transport_node_path | Transport node path Transport node path. |
string | Readonly |