ImageSourceDetails¶
-
class
oci.core.models.
ImageSourceDetails
(**kwargs)¶ Bases:
object
ImageSourceDetails model.
Attributes
SOURCE_IMAGE_TYPE_QCOW2
A constant which can be used with the source_image_type property of a ImageSourceDetails. SOURCE_IMAGE_TYPE_VMDK
A constant which can be used with the source_image_type property of a ImageSourceDetails. operating_system
Gets the operating_system of this ImageSourceDetails. operating_system_version
Gets the operating_system_version of this ImageSourceDetails. source_image_type
Gets the source_image_type of this ImageSourceDetails. source_type
[Required] Gets the source_type of this ImageSourceDetails. Methods
__init__
(**kwargs)Initializes a new ImageSourceDetails 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. -
SOURCE_IMAGE_TYPE_QCOW2
= 'QCOW2'¶ A constant which can be used with the source_image_type property of a ImageSourceDetails. This constant has a value of “QCOW2”
-
SOURCE_IMAGE_TYPE_VMDK
= 'VMDK'¶ A constant which can be used with the source_image_type property of a ImageSourceDetails. This constant has a value of “VMDK”
-
__init__
(**kwargs)¶ Initializes a new ImageSourceDetails 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: - operating_system (str) – The value to assign to the operating_system property of this ImageSourceDetails.
- operating_system_version (str) – The value to assign to the operating_system_version property of this ImageSourceDetails.
- source_image_type (str) – The value to assign to the source_image_type property of this ImageSourceDetails. Allowed values for this property are: “QCOW2”, “VMDK”
- source_type (str) – The value to assign to the source_type property of this ImageSourceDetails.
-
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.
-
operating_system
¶ Gets the operating_system of this ImageSourceDetails.
Returns: The operating_system of this ImageSourceDetails. Return type: str
-
operating_system_version
¶ Gets the operating_system_version of this ImageSourceDetails.
Returns: The operating_system_version of this ImageSourceDetails. Return type: str
-
source_image_type
¶ Gets the source_image_type of this ImageSourceDetails. The format of the image to be imported. Only monolithic images are supported. This attribute is not used for exported Oracle images with the OCI image format.
Allowed values for this property are: “QCOW2”, “VMDK”
Returns: The source_image_type of this ImageSourceDetails. Return type: str
-
source_type
¶ [Required] Gets the source_type of this ImageSourceDetails. The source type for the image. Use objectStorageTuple when specifying the namespace, bucket name, and object name. Use objectStorageUri when specifying the Object Storage URL.
Returns: The source_type of this ImageSourceDetails. Return type: str
-