StartTimeScheduleDetails¶
-
class
oci.fleet_software_update.models.
StartTimeScheduleDetails
(**kwargs)¶ Bases:
oci.fleet_software_update.models.schedule_details.ScheduleDetails
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 StartTimeScheduleDetails. type
[Required] Gets the type of this ScheduleDetails. Methods
__init__
(**kwargs)Initializes a new StartTimeScheduleDetails 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 StartTimeScheduleDetails 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 StartTimeScheduleDetails. Allowed values for this property are: “START_TIME”
- time_to_start (datetime) – The value to assign to the time_to_start property of this StartTimeScheduleDetails.
-
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 StartTimeScheduleDetails. 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 StartTimeScheduleDetails. Return type: datetime
-
type
¶ [Required] Gets the type of this ScheduleDetails. Type of scheduling strategy to use for Fleet Patching Update Action execution.
Allowed values for this property are: “START_TIME”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this ScheduleDetails. Return type: str
-