MaintenanceWindowSchedule

class oci.fleet_apps_management.models.MaintenanceWindowSchedule(**kwargs)

Bases: oci.fleet_apps_management.models.schedule.Schedule

MaintenanceWindow Information for Schedule.

Attributes

TYPE_CUSTOM str(object=’’) -> str
TYPE_MAINTENANCE_WINDOW str(object=’’) -> str
execution_startdate [Required] Gets the execution_startdate of this Schedule.
maintenance_window_id [Required] Gets the maintenance_window_id of this MaintenanceWindowSchedule.
type [Required] Gets the type of this Schedule.

Methods

__init__(**kwargs) Initializes a new MaintenanceWindowSchedule 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_CUSTOM = 'CUSTOM'
TYPE_MAINTENANCE_WINDOW = 'MAINTENANCE_WINDOW'
__init__(**kwargs)

Initializes a new MaintenanceWindowSchedule object with values from keyword arguments. The default value of the type attribute of this class is MAINTENANCE_WINDOW 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 MaintenanceWindowSchedule. Allowed values for this property are: “CUSTOM”, “MAINTENANCE_WINDOW”
  • execution_startdate (datetime) – The value to assign to the execution_startdate property of this MaintenanceWindowSchedule.
  • maintenance_window_id (str) – The value to assign to the maintenance_window_id property of this MaintenanceWindowSchedule.
execution_startdate

[Required] Gets the execution_startdate of this Schedule. Start Date for the schedule. An RFC3339 formatted datetime string

Returns:The execution_startdate of this Schedule.
Return type:datetime
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.

maintenance_window_id

[Required] Gets the maintenance_window_id of this MaintenanceWindowSchedule. Provide MaintenanceWindowId

Returns:The maintenance_window_id of this MaintenanceWindowSchedule.
Return type:str
type

[Required] Gets the type of this Schedule. Schedule Type

Allowed values for this property are: “CUSTOM”, “MAINTENANCE_WINDOW”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this Schedule.
Return type:str