Changing the Display Name of a Reserved Public IP

Change the display name of a reserved public IP object in Oracle Cloud Infrastructure.

    1. Open the navigation menu and click Networking. Under IP management, click Reserved public IPs.
    2. Under List Scope, select the compartment that contains the reserved public IP object in Oracle Cloud Infrastructure.
      The page updates to display only the resources in that compartment. If you're not sure which compartment to use, contact an administrator. For more information, see Access Control.
    3. For the reserved public IP object that you want to change, click the Actions menu (Actions Menu), and then select Rename.
    4. Enter a new display name. The name doesn't have to be unique. Avoid entering confidential information.
    5. Click Save changes.
  • Use the network public-ip update command and required parameters to change the display name of a public IP:

    oci network public-ip update --public-ip-id public_IP_OCID --display-name new_display_name ... [OPTIONS]

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

  • Run the UpdatePublicIp operation to change the display name of a reserved public IP address.