OCI instance with reserved IP- Possible?

Is it possible to build an OCI instance with a reserved IP using Packer?
I have requirement where I need to bake an OCI image in a compartment that has a reserved IP. In OCI, reserved IP is assigned to the instance once its is up and running.
I cannot use private IP as the packer instance is out of the network.

In Oracle Cloud Infrastructure (OCI), the process of assigning a reserved public IP to an instance typically happens after the instance has been provisioned. Packer, being a tool for creating machine images, does not inherently manage networking aspects like IP address allocation. Its primary function is to install and configure software within an image, and then to create a machine image from that environment.