UpdateDesktopImage¶
-
class
oci.desktops.models.UpdateDesktopImage(**kwargs)¶ Bases:
objectThe update details of the desktop image.
Methods
__init__(**kwargs)Initializes a new UpdateDesktopImage object with values from keyword arguments. Attributes
image_id[Required] Gets the image_id of this UpdateDesktopImage. -
__init__(**kwargs)¶ Initializes a new UpdateDesktopImage 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 UpdateDesktopImage.
-
image_id¶ [Required] Gets the image_id of this UpdateDesktopImage. The OCID of the desktop image.
Returns: The image_id of this UpdateDesktopImage. Return type: str
-