Creating a Reserved Public IP Address for a Roving Edge Infrastructure Device
Describes how to create a reserved public IP address for your Roving Edge Infrastructure device.
The reserved public IP address you created appears in the list of reserved public IP addresses.
Use the oci network public-ip create command and required parameters to create a reserved public IP address for your Roving Edge Infrastructure device:
oci network public-ip create --compartment-id compartment_ocid --lifetime [EPHEMERAL|RESERVED] [OPTIONS]
where the possible values for
lifetime
are:-
EPHEMERAL: You must also specify a privateIpId with the OCID of the primary private IP you want to assign the public IP to. The public IP is created in the same availability domain as the private IP. An ephemeral public IP must always be assigned to a private IP, and only to the primary private IP on a VNIC, not a secondary private IP. Exception: If you create a NatGateway, Oracle automatically assigns the NAT gateway a regional ephemeral public IP that you cannot remove.
-
RESERVED: You may also optionally assign the public IP to a private IP by specifying privateIpId. Or you can later assign the public IP with UpdatePublicIp.
To determine your Roving Edge Infrastructure device compartment OCID, see Compartments.
Refer to your Roving Edge Infrastructure device's CLI help for a list of parameters available for this command. See Accessing Command Line Interface Help.
For CLI setup information on your Roving Edge Infrastructure device, see Using the Command Line Interface.
-
Run the CreatePublicIp operation to create a reserved public IP address for your Roving Edge Infrastructure device.