Updating a NAT Gateway

Update the display name for a NAT gateway in a Virtual Cloud Network (VCN) in Networking.

    1. On the Virtual Cloud Networks list page, select the VCN that contains the gateway that you want to work with. If you need help finding the list page or the VCN, see Listing VCNs.
    2. On the details page, perform one of the following actions depending on the option that you see:
      • On the Gateways tab, go to the NAT Gateways section.
      • Under Resources, select NAT Gateways.
    3. For the NAT gateway that you're interested in, select the Actions menu (three dots), and then select Edit.
    4. Enter the new name and select Save Changes.
  • Use the network nat-gateway update command and required parameters to update the display name for a NAT gateway:

    oci network nat-gateway update --nat-gateway-id nat-ocid --display-name new-name ... [OPTIONS]

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

  • Run the UpdateNatGateway operation to update the display name for a NAT gateway.