Editing VN Encryption

Turn VN encryption on or off for a VCN.

This feature is only available in the US Government Cloud. Before you change the settings for VN encryption, be sure you understand the full impacts of doing so, as explained in VN Encryption.

Turning this feature on or off isn't immediate. Expect a 10 minute delay between enabling or disabling this feature and full implementation of that change.

    1. On the Virtual Cloud Networks list page, select the VCN that you want to work with. If you need help finding the list page or the VCN, see Listing VCNs.
    2. In the VCN information tab for the VCN, select Edit next to the VN Encryption status, which is either "Enabled" or "Disabled."
    3. Select or unselect the Enable VN Encryption checkbox.
    4. Select Save Changes.
  • Use the network vcn update command and parameters shown to turn VN Encryption on:

    oci network vcn update --vcn-id vcn-ocid [. . .] --is-encrypted true [OPTIONS] 

    To turn VN Encryption off:

    oci network vcn update --vcn-id vcn-ocid [. . .] --is-encrypted false [OPTIONS] 

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

  • Run the UpdateVcn operation to turn VN Encryption on or off.