DesktopImage¶
-
class
oci.desktops.models.
DesktopImage
(**kwargs)¶ Bases:
object
Provides information about the desktop image.
Methods
__init__
(**kwargs)Initializes a new DesktopImage object with values from keyword arguments. Attributes
image_id
[Required] Gets the image_id of this DesktopImage. image_name
[Required] Gets the image_name of this DesktopImage. operating_system
Gets the operating_system of this DesktopImage. -
__init__
(**kwargs)¶ Initializes a new DesktopImage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - image_id (str) – The value to assign to the image_id property of this DesktopImage.
- image_name (str) – The value to assign to the image_name property of this DesktopImage.
- operating_system (str) – The value to assign to the operating_system property of this DesktopImage.
-
image_id
¶ [Required] Gets the image_id of this DesktopImage. The OCID of the desktop image.
Returns: The image_id of this DesktopImage. Return type: str
-
image_name
¶ [Required] Gets the image_name of this DesktopImage. The name of the desktop image.
Returns: The image_name of this DesktopImage. Return type: str
-
operating_system
¶ Gets the operating_system of this DesktopImage. The operating system of the desktop image, e.g. “Oracle Linux”, “Windows”.
Returns: The operating_system of this DesktopImage. Return type: str
-