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
*`display_name` - A user-friendly name. Does not have to be unique.
23
+
*`display_name` - (Optional) A user-friendly name. Does not have to be unique.
24
24
*`instance_id` - (Required) The OCID of the instance.
25
25
*`create_vnic_details` - (Required) Details for creating a new VNIC. See [Create Vnic Details](https://docs.us-phoenix-1.oraclecloud.com/api/#/en/iaas/20160918/requests/CreateVnicDetails).
26
26
27
27
## Create VNIC Details Argument Reference
28
28
29
-
*`assign_public_ip` - Whether the VNIC should be assigned a public IP address.
30
-
*`display_name` - A user-friendly name for the VNIC. Does not have to be unique.
31
-
*`hostname_label` - The hostname for the VNIC's primary private IP.
32
-
*`private_p` - A private IP address of your choice to assign to the VNIC.
29
+
*`assign_public_ip` - (Optional) Whether the VNIC should be assigned a public IP address.
30
+
*`display_name` - (Optional) A user-friendly name for the VNIC. Does not have to be unique.
31
+
*`hostname_label` - (Optional) The hostname for the VNIC's primary private IP.
32
+
*`private_ip` - (Optional) A private IP address of your choice to assign to the VNIC.
33
33
*`subnet_id` - (Required) The OCID of the subnet to create the VNIC in.
0 commit comments