Skip to content

Commit

Permalink
Documentation fixes in fabric area
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Khmelnitsky <[email protected]>
  • Loading branch information
annakhm committed Jul 2, 2024
1 parent af29c99 commit 4c8ad8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion website/docs/d/transport_node.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ page_title: "NSXT: transport_node"
description: An Transport Node data source.
---

# nsxt_edge_transport_node
# nsxt_transport_node

This data source provides information about Transport Node configured on NSX.

Expand Down
10 changes: 3 additions & 7 deletions website/docs/r/edge_transport_node_rtep.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ page_title: "NSXT: nsxt_edge_transport_node_rtep"
description: A resource to configure an Edge Transport Node RTEP (remote tunnel endpoint).
---

# nsxt_edge_transport_node
# nsxt_edge_transport_node_rtep

This resource provides a method for the management of an Edge Transport Node RTEP (remote tunnel endpoint).
This resource is supported with NSX 4.1.0 onwards.
Expand Down Expand Up @@ -33,6 +33,7 @@ resource "nsxt_edge_transport_node_rtep" "test_rtep" {

The following arguments are supported:

* `edge_id` - (Required) Edge ID to associate with remote tunnel endpoint.
* `host_switch_name` - (Required) The host switch name to be used for the remote tunnel endpoint.
* `ip_assignment` - (Required) - Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
* `assigned_by_dhcp` - (Optional) Enables DHCP assignment.
Expand All @@ -41,14 +42,9 @@ The following arguments are supported:
* `subnet_mask` - (Required) Subnet mask.
* `default_gateway` - (Required) Gateway IP.
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
* `named_teaming_policy` - (Optional) The named teaming policy to be used by the remote tunnel endpoint.
* `rtep_vlan` - (Required) VLAN id for remote tunnel endpoint.
* `named_teaming_policy` - (Optional) The named teaming policy to be used by the remote tunnel endpoint.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `edge_id` - Edge ID to associate with remote tunnel endpoint.

## Importing

Expand Down

0 comments on commit 4c8ad8a

Please sign in to comment.