UpdateMaintenanceWindowDetails¶
-
class
oci.fleet_apps_management.models.
UpdateMaintenanceWindowDetails
(**kwargs)¶ Bases:
object
Maintenance Window information to be updated.
Attributes
MAINTENANCE_WINDOW_TYPE_OPEN_ENDED
A constant which can be used with the maintenance_window_type property of a UpdateMaintenanceWindowDetails. defined_tags
Gets the defined_tags of this UpdateMaintenanceWindowDetails. description
Gets the description of this UpdateMaintenanceWindowDetails. display_name
Gets the display_name of this UpdateMaintenanceWindowDetails. duration
Gets the duration of this UpdateMaintenanceWindowDetails. freeform_tags
Gets the freeform_tags of this UpdateMaintenanceWindowDetails. is_outage
Gets the is_outage of this UpdateMaintenanceWindowDetails. is_recurring
Gets the is_recurring of this UpdateMaintenanceWindowDetails. maintenance_window_type
Gets the maintenance_window_type of this UpdateMaintenanceWindowDetails. recurrences
Gets the recurrences of this UpdateMaintenanceWindowDetails. task_initiation_cutoff
Gets the task_initiation_cutoff of this UpdateMaintenanceWindowDetails. time_schedule_start
Gets the time_schedule_start of this UpdateMaintenanceWindowDetails. Methods
__init__
(**kwargs)Initializes a new UpdateMaintenanceWindowDetails object with values from keyword arguments. -
MAINTENANCE_WINDOW_TYPE_OPEN_ENDED
= 'OPEN_ENDED'¶ A constant which can be used with the maintenance_window_type property of a UpdateMaintenanceWindowDetails. This constant has a value of “OPEN_ENDED”
-
__init__
(**kwargs)¶ Initializes a new UpdateMaintenanceWindowDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateMaintenanceWindowDetails.
- description (str) – The value to assign to the description property of this UpdateMaintenanceWindowDetails.
- maintenance_window_type (str) – The value to assign to the maintenance_window_type property of this UpdateMaintenanceWindowDetails. Allowed values for this property are: “OPEN_ENDED”
- is_outage (bool) – The value to assign to the is_outage property of this UpdateMaintenanceWindowDetails.
- time_schedule_start (datetime) – The value to assign to the time_schedule_start property of this UpdateMaintenanceWindowDetails.
- duration (str) – The value to assign to the duration property of this UpdateMaintenanceWindowDetails.
- is_recurring (bool) – The value to assign to the is_recurring property of this UpdateMaintenanceWindowDetails.
- recurrences (str) – The value to assign to the recurrences property of this UpdateMaintenanceWindowDetails.
- task_initiation_cutoff (int) – The value to assign to the task_initiation_cutoff property of this UpdateMaintenanceWindowDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateMaintenanceWindowDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateMaintenanceWindowDetails.
Gets the defined_tags of this UpdateMaintenanceWindowDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateMaintenanceWindowDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateMaintenanceWindowDetails. A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
Returns: The description of this UpdateMaintenanceWindowDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateMaintenanceWindowDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
Returns: The display_name of this UpdateMaintenanceWindowDetails. Return type: str
-
duration
¶ Gets the duration of this UpdateMaintenanceWindowDetails. Duration of the maintenance window. Specify how long the maintenance window remains open.
Returns: The duration of this UpdateMaintenanceWindowDetails. Return type: str
Gets the freeform_tags of this UpdateMaintenanceWindowDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateMaintenanceWindowDetails. Return type: dict(str, str)
-
is_outage
¶ Gets the is_outage of this UpdateMaintenanceWindowDetails. Does the maintenenace window cause outage? An outage indicates whether a maintenance window can consider operations that require downtime. It means a period when the application is not accessible.
Returns: The is_outage of this UpdateMaintenanceWindowDetails. Return type: bool
-
is_recurring
¶ Gets the is_recurring of this UpdateMaintenanceWindowDetails. Is this a recurring maintenance window?
Returns: The is_recurring of this UpdateMaintenanceWindowDetails. Return type: bool
-
maintenance_window_type
¶ Gets the maintenance_window_type of this UpdateMaintenanceWindowDetails. MaintenanceWindow Identifier
Allowed values for this property are: “OPEN_ENDED”
Returns: The maintenance_window_type of this UpdateMaintenanceWindowDetails. Return type: str
-
recurrences
¶ Gets the recurrences of this UpdateMaintenanceWindowDetails. Recurrence rule specification if maintenance window recurring. Specify the frequency of running the maintenance window.
Returns: The recurrences of this UpdateMaintenanceWindowDetails. Return type: str
-
task_initiation_cutoff
¶ Gets the task_initiation_cutoff of this UpdateMaintenanceWindowDetails. Task initiation cutoff time for the maintenance window.
Returns: The task_initiation_cutoff of this UpdateMaintenanceWindowDetails. Return type: int
-
time_schedule_start
¶ Gets the time_schedule_start of this UpdateMaintenanceWindowDetails. Specify the date and time of the day that the maintenance window starts.
Returns: The time_schedule_start of this UpdateMaintenanceWindowDetails. Return type: datetime
-