CreateStartTimeScheduleDetails¶
-
class
oci.fleet_software_update.models.
CreateStartTimeScheduleDetails
(**kwargs)¶ Bases:
oci.fleet_software_update.models.create_schedule_details.CreateScheduleDetails
Start time details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. If Stage and Apply Actions are created with a timeToStart specified during Exadata Fleet Update Cycle creation, Apply should be scheduled at least 24 hours after the start time of the Stage Action.
Attributes
TYPE_START_TIME
str(object=’’) -> str time_to_start
[Required] Gets the time_to_start of this CreateStartTimeScheduleDetails. type
[Required] Gets the type of this CreateScheduleDetails. Methods
__init__
(**kwargs)Initializes a new CreateStartTimeScheduleDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
TYPE_START_TIME
= 'START_TIME'¶
-
__init__
(**kwargs)¶ Initializes a new CreateStartTimeScheduleDetails object with values from keyword arguments. The default value of the
type
attribute of this class isSTART_TIME
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - type (str) – The value to assign to the type property of this CreateStartTimeScheduleDetails. Allowed values for this property are: “START_TIME”
- time_to_start (datetime) – The value to assign to the time_to_start property of this CreateStartTimeScheduleDetails.
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
time_to_start
¶ [Required] Gets the time_to_start of this CreateStartTimeScheduleDetails. The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
Returns: The time_to_start of this CreateStartTimeScheduleDetails. Return type: datetime
-
type
¶ [Required] Gets the type of this CreateScheduleDetails. Type of scheduling strategy to use for Fleet Patching Update Action execution.
Allowed values for this property are: “START_TIME”
Returns: The type of this CreateScheduleDetails. Return type: str
-