UpdateDetails Class
Update Specific attributes.
- Inheritance
-
UpdateDetails
Constructor
UpdateDetails(*, update_title: Optional[str] = None, update_size: Optional[float] = None, update_type: Optional[Union[str, azure.mgmt.databoxedge.v2021_02_01_preview.models._data_box_edge_management_client_enums.UpdateType]] = None, target_version: Optional[str] = None, estimated_install_time_in_mins: Optional[int] = None, reboot_behavior: Optional[Union[str, azure.mgmt.databoxedge.v2021_02_01_preview.models._data_box_edge_management_client_enums.InstallRebootBehavior]] = None, status: Optional[Union[str, azure.mgmt.databoxedge.v2021_02_01_preview.models._data_box_edge_management_client_enums.UpdateStatus]] = None, **kwargs)
Parameters
- update_type
- str or UpdateType
Required
Type of the Update. Possible values include: "Software", "Kubernetes", "Firmware".
- reboot_behavior
- str or InstallRebootBehavior
Required
Indicates if updates are available and at least one of the updates needs a reboot. Possible values include: "NeverReboots", "RequiresReboot", "RequestReboot".
- status
- str or UpdateStatus
Required
Status of the update. Possible values include: "DownloadPending", "DownloadStarted", "DownloadCompleted", "InstallStarted", "InstallCompleted".
Feedback
Submit and view feedback for