UpdateExecutionWindowDetails¶
-
class
oci.database.models.
UpdateExecutionWindowDetails
(**kwargs)¶ Bases:
object
Describes the modification parameters for the execution window.
Methods
__init__
(**kwargs)Initializes a new UpdateExecutionWindowDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateExecutionWindowDetails. freeform_tags
Gets the freeform_tags of this UpdateExecutionWindowDetails. is_enforced_duration
Gets the is_enforced_duration of this UpdateExecutionWindowDetails. time_scheduled
Gets the time_scheduled of this UpdateExecutionWindowDetails. window_duration_in_mins
Gets the window_duration_in_mins of this UpdateExecutionWindowDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateExecutionWindowDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - time_scheduled (datetime) – The value to assign to the time_scheduled property of this UpdateExecutionWindowDetails.
- window_duration_in_mins (int) – The value to assign to the window_duration_in_mins property of this UpdateExecutionWindowDetails.
- is_enforced_duration (bool) – The value to assign to the is_enforced_duration property of this UpdateExecutionWindowDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateExecutionWindowDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateExecutionWindowDetails.
Gets the defined_tags of this UpdateExecutionWindowDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Returns: The defined_tags of this UpdateExecutionWindowDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this UpdateExecutionWindowDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateExecutionWindowDetails. Return type: dict(str, str)
-
is_enforced_duration
¶ Gets the is_enforced_duration of this UpdateExecutionWindowDetails. Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is FALSE.
Returns: The is_enforced_duration of this UpdateExecutionWindowDetails. Return type: bool
-
time_scheduled
¶ Gets the time_scheduled of this UpdateExecutionWindowDetails. The scheduled start date and time of the execution window.
Returns: The time_scheduled of this UpdateExecutionWindowDetails. Return type: datetime
-
window_duration_in_mins
¶ Gets the window_duration_in_mins of this UpdateExecutionWindowDetails. Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
Returns: The window_duration_in_mins of this UpdateExecutionWindowDetails. Return type: int
-