Managing Tags For a Private IP Object

Update tag information for a private IP object.

    1. Open the navigation menu  and select Compute. Under Compute, select Instances.
    2. Select the name of the instance to open its details page.
    3. On the Networking tab, go to the Attached VNICs section and select the VNIC that you're interested in.
    4. Select the IP administration tab.
      The IP addresses associated with the VNIC are listed in tabular form.
    5. Find the IP object you want to update, select its Actions menu (three dots), and then select Manage tags.
    6. From there you can view the existing tags, edit them, and apply new ones. For more information see, Resource Tags.
  • Use the private-ip update command and required parameters to update tags for the private IP address:

    oci network private-ip update --private-ip-id IP_address_OCID ... [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the UpdatePrivateIp operation to update tags for a private IP address.