RebootManagedInstanceGroupDetails¶
-
class
oci.os_management_hub.models.
RebootManagedInstanceGroupDetails
(**kwargs)¶ Bases:
object
Provides the information used for the reboot job.
Methods
__init__
(**kwargs)Initializes a new RebootManagedInstanceGroupDetails object with values from keyword arguments. Attributes
reboot_timeout_in_mins
Gets the reboot_timeout_in_mins of this RebootManagedInstanceGroupDetails. work_request_details
Gets the work_request_details of this RebootManagedInstanceGroupDetails. -
__init__
(**kwargs)¶ Initializes a new RebootManagedInstanceGroupDetails 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 RebootManagedInstanceGroupDetails.
- work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this RebootManagedInstanceGroupDetails.
-
reboot_timeout_in_mins
¶ Gets the reboot_timeout_in_mins of this RebootManagedInstanceGroupDetails. The number of minutes the service waits for the reboot to complete. If the instances in the group don’t reboot within this time, the reboot job status is set to failed.
Returns: The reboot_timeout_in_mins of this RebootManagedInstanceGroupDetails. Return type: int
-
work_request_details
¶ Gets the work_request_details of this RebootManagedInstanceGroupDetails.
Returns: The work_request_details of this RebootManagedInstanceGroupDetails. Return type: oci.os_management_hub.models.WorkRequestDetails
-