ExportImageDetails¶
-
class
oci.core.models.
ExportImageDetails
(**kwargs)¶ Bases:
object
The destination details for the image export.
Set destinationType to objectStorageTuple and use
export_image_via_object_storage_tuple_details()
when specifying the namespace, bucket name, and object name.Set destinationType to objectStorageUri and use
export_image_via_object_storage_uri_details()
when specifying the Object Storage URL.Methods
__init__
(**kwargs)Initializes a new ExportImageDetails 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. -
__init__
(**kwargs)¶ Initializes a new ExportImageDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
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 ExportImageDetails.
-
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
-
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.
-