Skip to content

Commit

Permalink
Merge pull request #1034 from vmware/host-profile-doc
Browse files Browse the repository at this point in the history
Some doc fixes in transport node profile
  • Loading branch information
annakhm authored Nov 20, 2023
2 parents 28b9901 + 71440eb commit 9f9d5f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/policy_host_transport_node.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The following arguments are supported:
* `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints.
* `ip` - (Required) IP address.
* `mac` - (Required) MAC address.
* `static_ip_pool` - (Optional) Policy path of Static IP Pool used for IP assignment specification.
* `static_ip_pool` - (Optional) Policy path of Static IP Pool used for IP assignment specification.
* `is_migrate_pnics` - (Optional) Migrate any pnics which are in use.
* `pnic` - (Optional) Physical NICs connected to the host switch.
* `device_name` - (Required) Device name or key.
Expand All @@ -120,7 +120,7 @@ The following arguments are supported:
* `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints.
* `ip` - (Required) IP address.
* `mac` - (Required) MAC address.
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
* `uplink` - (Optional) Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
* `uplink_name` - (Required) Uplink name from UplinkHostSwitch profile.
* `vds_lag_name` - (Optional) Link Aggregation Group (LAG) name of Virtual Distributed Switch.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ page_title: "NSXT: nsxt_policy_host_transport_node_profile"
description: A resource to configure a Policy Host Transport Node Profile.
---

# nsxt_transport_node
# nsxt_policy_host_transport_node_profile

This resource provides a method for the management of a Policy Host Transport Node Profile.
This resource is supported with NSX 4.1.0 onwards.
Expand All @@ -22,7 +22,7 @@ resource "nsxt_policy_host_transport_node_profile" "test" {
assigned_by_dhcp = true
}
transport_zone_endpoint {
transport_zone = data.nsxt_transport_zone.tz1.id
transport_zone = data.nsxt_policy_transport_zone.tz1.path
}
host_switch_profile = [nsxt_policy_uplink_host_switch_profile.hsw_profile1.path]
is_migrate_pnics = false
Expand Down Expand Up @@ -62,7 +62,7 @@ The following arguments are supported:
* `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints.
* `ip` - (Required) IP address.
* `mac` - (Required) MAC address.
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
* `is_migrate_pnics` - (Optional) Migrate any pnics which are in use.
* `pnic` - (Optional) Physical NICs connected to the host switch.
* `device_name` - (Required) Device name or key.
Expand All @@ -84,7 +84,7 @@ The following arguments are supported:
* `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints.
* `ip` - (Required) IP address.
* `mac` - (Required) MAC address.
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
* `uplink` - (Optional) Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
* `uplink_name` - (Required) Uplink name from UplinkHostSwitch profile.
* `vds_lag_name` - (Optional) Link Aggregation Group (LAG) name of Virtual Distributed Switch.
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/transport_node.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The following arguments are supported:
* `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints.
* `ip` - (Required) IP address.
* `mac` - (Required) MAC address.
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool. Pool ID is expected here (if `nsxt_policy_ip_pool` object is referenced here, please use `realized_id` attribute)
* `is_migrate_pnics` - (Optional) Migrate any pnics which are in use.
* `pnic` - (Optional) Physical NICs connected to the host switch.
* `device_name` - (Required) Device name or key.
Expand All @@ -111,7 +111,7 @@ The following arguments are supported:
* `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints.
* `ip` - (Required) IP address.
* `mac` - (Required) MAC address.
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool. Pool ID is expected here (if `nsxt_policy_ip_pool` object is referenced here, please use `realized_id` attribute)
* `uplink` - (Optional) Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
* `uplink_name` - (Required) Uplink name from UplinkHostSwitch profile.
* `vds_lag_name` - (Optional) Link Aggregation Group (LAG) name of Virtual Distributed Switch.
Expand Down

0 comments on commit 9f9d5f3

Please sign in to comment.