nsxt_logical_tier0_router
This data source provides information about logical Tier 0 routers configured in NSX. A Tier 0 router is used to connect NSX networking with traditional physical networking. Tier 0 routers are placed on an Edge cluster and will exist on one or more Edge node depending on deployment settings (i.e. active/active or active/passive). A Tier 0 router forwards layer 3 IP packets and typically peers with a traditional physical router using BGP or can use static routing.
Example Usage
data "nsxt_logical_tier0_router" "tier0_router" { display_name = "PLR1" }
Argument Reference
-
id
- (Optional) The ID of Logical Tier 0 Router to retrieve. -
display_name
- (Optional) The Display Name prefix of the Logical Tier 0 Router to retrieve.
Attributes Reference
In addition to arguments listed above, the following attributes are exported:
-
description
- The description of the logical Tier 0 router. -
edge_cluster_id
- The id of the Edge cluster where this logical router is placed. -
high_availability_mode
- The high availability mode of this logical router.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/nsxt/d/logical_tier0_router.html