ExportImageViaObjectStorageUriDetails¶
-
class
oci.core.models.
ExportImageViaObjectStorageUriDetails
(**kwargs)¶ Bases:
oci.core.models.export_image_details.ExportImageDetails
ExportImageViaObjectStorageUriDetails model.
Methods
__init__
(**kwargs)Initializes a new ExportImageViaObjectStorageUriDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. Attributes
destination_type
[Required] Gets the destination_type of this ExportImageDetails. destination_uri
[Required] Gets the destination_uri of this ExportImageViaObjectStorageUriDetails. -
__init__
(**kwargs)¶ Initializes a new ExportImageViaObjectStorageUriDetails object with values from keyword arguments. The default value of the
destination_type
attribute of this class isobjectStorageUri
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - destination_type (str) – The value to assign to the destination_type property of this ExportImageViaObjectStorageUriDetails.
- destination_uri (str) – The value to assign to the destination_uri property of this ExportImageViaObjectStorageUriDetails.
-
destination_type
¶ [Required] Gets the destination_type of this ExportImageDetails. The destination type. Use objectStorageTuple when specifying the namespace, bucket name, and object name. Use objectStorageUri when specifying the Object Storage URL.
Returns: The destination_type of this ExportImageDetails. Return type: str
-
destination_uri
¶ [Required] Gets the destination_uri of this ExportImageViaObjectStorageUriDetails. The Object Storage URL to export the image to. See Object Storage URLs and Using Pre-Authenticated Requests for constructing URLs for image import/export.
Returns: The destination_uri of this ExportImageViaObjectStorageUriDetails. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-