CccScheduleEvent¶
- 
class 
oci.compute_cloud_at_customer.models.CccScheduleEvent(**kwargs)¶ Bases:
objectA period where upgrades may be applied to Compute Cloud@Customer infrastructures associated with the schedule. All upgrade windows may not be used.
Methods
__init__(**kwargs)Initializes a new CccScheduleEvent object with values from keyword arguments. Attributes
description[Required] Gets the description of this CccScheduleEvent. name[Required] Gets the name of this CccScheduleEvent. schedule_event_duration[Required] Gets the schedule_event_duration of this CccScheduleEvent. schedule_event_recurrencesGets the schedule_event_recurrences of this CccScheduleEvent. time_start[Required] Gets the time_start of this CccScheduleEvent. - 
__init__(**kwargs)¶ Initializes a new CccScheduleEvent object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this CccScheduleEvent.
 - description (str) – The value to assign to the description property of this CccScheduleEvent.
 - time_start (datetime) – The value to assign to the time_start property of this CccScheduleEvent.
 - schedule_event_duration (str) – The value to assign to the schedule_event_duration property of this CccScheduleEvent.
 - schedule_event_recurrences (str) – The value to assign to the schedule_event_recurrences property of this CccScheduleEvent.
 
- 
description¶ [Required] Gets the description of this CccScheduleEvent. A description of the Compute Cloud@Customer upgrade schedule time block.
Returns: The description of this CccScheduleEvent. Return type: str 
- 
name¶ [Required] Gets the name of this CccScheduleEvent. Generated name associated with the event.
Returns: The name of this CccScheduleEvent. Return type: str 
- 
schedule_event_duration¶ [Required] Gets the schedule_event_duration of this CccScheduleEvent. The duration of this block of time. The duration must be specified and be of the ISO-8601 format for durations.
Returns: The schedule_event_duration of this CccScheduleEvent. Return type: str 
- 
schedule_event_recurrences¶ Gets the schedule_event_recurrences of this CccScheduleEvent. Frequency of recurrence of schedule block. When this field is not included, the event is assumed to be a one time occurrence. The frequency field is strictly parsed and must conform to RFC-5545 formatting for recurrences.
Returns: The schedule_event_recurrences of this CccScheduleEvent. Return type: str 
- 
time_start¶ [Required] Gets the time_start of this CccScheduleEvent. The date and time when the Compute Cloud@Customer upgrade schedule event starts, inclusive. An RFC3339 formatted UTC datetime string. For an event with recurrences, this is the date that a recurrence can start being applied.
Returns: The time_start of this CccScheduleEvent. Return type: datetime 
-