from-object-uri
***************


Description
===========

Imports an exported image from the Oracle Cloud Infrastructure Object
Storage Service using the Object Storage Service URL to identify the
location to import from.

For more information about importing exported images, see Image
Import/Export.

See Object Storage URLs and pre-authenticated requests for
constructing URLs for image import/export.

You may optionally specify a display name for the image, which is
simply a friendly name or description. It does not have to be unique,
and you can change it. See UpdateImage. Avoid entering confidential
information.


Usage
=====

   oci compute image import from-object-uri [OPTIONS]


Options
=======


--compartment-id, -c [text]
---------------------------

The OCID of the compartment containing the instance you want to use as
the basis for the image. [required]


--display-name [text]
---------------------

A user-friendly name for the image. It does not have to be unique, and
it's changeable. Avoid entering confidential information.

You cannot use an Oracle-provided image name as a custom image name.

Example: *My Oracle Linux image*


--uri [text]
------------

The Object Storage URL to import the image from. [required]


--from-json [text]
------------------

Provide input to this command as a JSON document from a file.

Options can still be provided on the command line. If an option exists
in both the JSON document and the command line then the command line
specified value will be used


-?, -h, --help
--------------

Show this message and exit.
