InstanceMaintenanceReboot¶
-
class
oci.core.models.
InstanceMaintenanceReboot
(**kwargs)¶ Bases:
object
The maximum possible date and time that a maintenance reboot can be extended.
Methods
__init__
(**kwargs)Initializes a new InstanceMaintenanceReboot object with values from keyword arguments. Attributes
time_maintenance_reboot_due_max
[Required] Gets the time_maintenance_reboot_due_max of this InstanceMaintenanceReboot. -
__init__
(**kwargs)¶ Initializes a new InstanceMaintenanceReboot object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: time_maintenance_reboot_due_max (datetime) – The value to assign to the time_maintenance_reboot_due_max property of this InstanceMaintenanceReboot.
-
time_maintenance_reboot_due_max
¶ [Required] Gets the time_maintenance_reboot_due_max of this InstanceMaintenanceReboot. The maximum extension date and time for the maintenance reboot, in the format defined by RFC3339. The range for the maintenance extension is between 1 and 14 days from the initial scheduled maintenance date. Example: 2018-05-25T21:10:29.600Z
Returns: The time_maintenance_reboot_due_max of this InstanceMaintenanceReboot. Return type: datetime
-