CustomSchedule

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

Bases: oci.fleet_apps_management.models.schedule.Schedule

Custom schedule details.

Attributes

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

Methods

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

[Required] Gets the duration of this CustomSchedule. Duration of the schedule.

Returns:The duration of this CustomSchedule.
Return type:str
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.

recurrences

Gets the recurrences of this CustomSchedule. Recurrence rule specification if recurring

Returns:The recurrences of this CustomSchedule.
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