RebootDynamicSetDetails¶
-
class
oci.os_management_hub.models.RebootDynamicSetDetails(**kwargs)¶ Bases:
objectProvides the information used for the reboot job.
Methods
__init__(**kwargs)Initializes a new RebootDynamicSetDetails object with values from keyword arguments. Attributes
managed_instancesGets the managed_instances of this RebootDynamicSetDetails. reboot_timeout_in_minsGets the reboot_timeout_in_mins of this RebootDynamicSetDetails. work_request_detailsGets the work_request_details of this RebootDynamicSetDetails. -
__init__(**kwargs)¶ Initializes a new RebootDynamicSetDetails 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 RebootDynamicSetDetails.
- managed_instances (list[str]) – The value to assign to the managed_instances property of this RebootDynamicSetDetails.
- work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this RebootDynamicSetDetails.
-
managed_instances¶ Gets the managed_instances of this RebootDynamicSetDetails. The list of managed instance OCIDs to be attached/detached.
Returns: The managed_instances of this RebootDynamicSetDetails. Return type: list[str]
-
reboot_timeout_in_mins¶ Gets the reboot_timeout_in_mins of this RebootDynamicSetDetails. 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 RebootDynamicSetDetails. Return type: int
-
work_request_details¶ Gets the work_request_details of this RebootDynamicSetDetails.
Returns: The work_request_details of this RebootDynamicSetDetails. Return type: oci.os_management_hub.models.WorkRequestDetails
-