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/policy_host_transport_node.html.markdown
+1
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ The following arguments are supported:
63
63
*`num_lcores` - (Required) Number of Logical cpu cores (Lcores) to be placed on a specified NUMA node.
64
64
*`numa_node_index` - (Required) Unique index of the Non Uniform Memory Access (NUMA) node.
65
65
*`host_switch_id` - (Optional) The host switch id. This ID will be used to reference a host switch.
66
+
*`host_switch_name` - (Optional) Host switch name. This name will be used to reference a host switch.
66
67
*`host_switch_mode` - (Optional) Operational mode of a HostSwitch. Accepted values - 'STANDARD', 'ENS', 'ENS_INTERRUPT' or 'LEGACY'. The default value is 'STANDARD'.
67
68
*`host_switch_profile` - (Optional) Policy path of host switch profiles to be associated with this host switch.
68
69
*`ip_assignment` - (Required) - Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exatly one of the below:
Copy file name to clipboardExpand all lines: website/docs/r/policy_host_transport_node_profile.html.markdown
+1
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ The following arguments are supported:
42
42
*`ignore_overridden_hosts` - (Optional) Determines if cluster-level configuration should be applied on overridden hosts
43
43
*`standard_host_switch` - (Required) Standard host switch specification.
44
44
*`host_switch_id` - (Optional) The host switch id. This ID will be used to reference a host switch.
45
+
*`host_switch_name` - (Optional) Host switch name. This name will be used to reference a host switch.
45
46
*`host_switch_mode` - (Optional) Operational mode of a HostSwitch. Accepted values - 'STANDARD', 'ENS', 'ENS_INTERRUPT' or 'LEGACY'. The default value is 'STANDARD'.
46
47
*`host_switch_profile` - (Optional) Policy paths of host switch profiles to be associated with this host switch.
47
48
*`ip_assignment` - (Required) - Specification for IPs to be used with host switch virtual tunnel endpoints. Should contain exactly one of the below:
0 commit comments