Listing Reserved Public IP Addresses for a Roving Edge Infrastructure Device
Describes how to list the reserved public IP addresses for your Roving Edge Infrastructure device.
- Open the navigation menu and select Networking > IP Management. The IP Management page appears.
- Click Reserved Public IPs.
The Reserved Public IP Addresses page appears. The reserved public IP addresses are listed in tabular form.
Use the oci network public-ip list and required parameters to list the reserved public IP addresses for your Roving Edge Infrastructure device:
oci network public-ip list --compartment-id compartment_ocid --scope [AVAILABILITY_DOMAIN|REGION] [OPTIONS]
where the possible values for
scope
are:-
REGION: The public IP exists within a region and is assigned to a regional entity (such as a NatGateway), or can be assigned to a private IP in any availability domain in the region. Reserved public IPs have scope = REGION, as do ephemeral public IPs assigned to a regional entity.
-
AVAILABILITY_DOMAIN: The public IP exists within the availability domain of the entity it's assigned to, which is specified by the availabilityDomain property of the public IP object. Ephemeral public IPs that are assigned to private IPs have scope = AVAILABILITY_DOMAIN.
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 ListPublicIps operation to list the reserved public IP addresses for your Roving Edge Infrastructure device.