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
Description: `The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.`,
Description: `The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.`,
Copy file name to clipboardExpand all lines: website/docs/r/compute_instance.html.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -304,6 +304,8 @@ is desired, you will need to modify your state file manually using
304
304
Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig
305
305
specified, then this instance will have no external IPv6 Internet access. Structure [documented below](#nested_ipv6_access_config).
306
306
307
+
*`queue_count` - (Optional) The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.
Copy file name to clipboardExpand all lines: website/docs/r/compute_instance_template.html.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -383,6 +383,8 @@ The `disk_encryption_key` block supports:
383
383
Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig
384
384
specified, then this instance will have no external IPv6 Internet access. Structure [documented below](#nested_ipv6_access_config).
385
385
386
+
*`queue_count` - (Optional) The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.
0 commit comments