You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/transport_node.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ The following arguments are supported:
89
89
*`ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints.
90
90
*`ip` - (Required) IP address.
91
91
*`mac` - (Required) MAC address.
92
-
*`static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
92
+
*`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)
93
93
*`is_migrate_pnics` - (Optional) Migrate any pnics which are in use.
94
94
*`pnic` - (Optional) Physical NICs connected to the host switch.
95
95
*`device_name` - (Required) Device name or key.
@@ -111,7 +111,7 @@ The following arguments are supported:
111
111
*`ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints.
112
112
*`ip` - (Required) IP address.
113
113
*`mac` - (Required) MAC address.
114
-
*`static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
114
+
*`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)
115
115
*`uplink` - (Optional) Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
116
116
*`uplink_name` - (Required) Uplink name from UplinkHostSwitch profile.
117
117
*`vds_lag_name` - (Optional) Link Aggregation Group (LAG) name of Virtual Distributed Switch.
0 commit comments