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: mmv1/third_party/terraform/website/docs/d/compute_network.html.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ In addition to the arguments listed above, the following attributes are exported
42
42
43
43
*`internal_ipv6_range` - The ula internal ipv6 range assigned to this network.
44
44
45
-
*`network_profile` - [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)A full or partial URL of the network profile to apply to this network.
45
+
*`network_profile` - A full or partial URL of the network profile to apply to this network.
46
46
47
47
*`subnetworks_self_links` - the list of subnetworks which belong to the network
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/compute_instance.html.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -397,7 +397,7 @@ is desired, you will need to modify your state file manually using
397
397
array of alias IP ranges for this network interface. Can only be specified for network
398
398
interfaces on subnet-mode networks. Structure [documented below](#nested_alias_ip_range).
399
399
400
-
*`nic_type` - (Optional) The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET, IDPF. In the beta provider the additional values of MRDMA and IRDMA are supported.
400
+
*`nic_type` - (Optional) The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET, IDPF, MRDMA, IRDMA.
401
401
402
402
*`network_attachment` - (Optional) [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html) The URL of the network attachment that this interface should connect to in the following format: `projects/{projectNumber}/regions/{region_name}/networkAttachments/{network_attachment_name}`.
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/compute_instance_template.html.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -561,7 +561,7 @@ The following arguments are supported:
561
561
array of alias IP ranges for this network interface. Can only be specified for network
562
562
interfaces on subnet-mode networks. Structure [documented below](#nested_alias_ip_range).
563
563
564
-
*`nic_type` - (Optional) The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET. In the beta provider the additional values of MRDMA and IRDMA are supported.
564
+
*`nic_type` - (Optional) The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET, MRDMA, IRDMA.
565
565
566
566
*`stack_type` - (Optional) The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/compute_region_instance_template.html.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -527,7 +527,7 @@ The following arguments are supported:
527
527
array of alias IP ranges for this network interface. Can only be specified for network
528
528
interfaces on subnet-mode networks. Structure [documented below](#nested_alias_ip_range).
529
529
530
-
*`nic_type` - (Optional) The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET. In the beta provider the additional values of MRDMA and IRDMA are supported.
530
+
*`nic_type` - (Optional) The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET, MRDMA, IRDMA.
531
531
532
532
*`stack_type` - (Optional) The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
0 commit comments