RebootLifecycleStageDetails¶
-
class
oci.os_management_hub.models.
RebootLifecycleStageDetails
(**kwargs)¶ Bases:
object
PProvides the information used for the reboot job.
Methods
__init__
(**kwargs)Initializes a new RebootLifecycleStageDetails object with values from keyword arguments. Attributes
reboot_timeout_in_mins
Gets the reboot_timeout_in_mins of this RebootLifecycleStageDetails. work_request_details
Gets the work_request_details of this RebootLifecycleStageDetails. -
__init__
(**kwargs)¶ Initializes a new RebootLifecycleStageDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - reboot_timeout_in_mins (int) – The value to assign to the reboot_timeout_in_mins property of this RebootLifecycleStageDetails.
- work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this RebootLifecycleStageDetails.
-
reboot_timeout_in_mins
¶ Gets the reboot_timeout_in_mins of this RebootLifecycleStageDetails. The number of minutes the service waits for the reboot to complete. If the instances in the stage don’t reboot within this time, the reboot job status is set to failed.
Returns: The reboot_timeout_in_mins of this RebootLifecycleStageDetails. Return type: int
-
work_request_details
¶ Gets the work_request_details of this RebootLifecycleStageDetails.
Returns: The work_request_details of this RebootLifecycleStageDetails. Return type: oci.os_management_hub.models.WorkRequestDetails
-