UpdateCccUpgradeScheduleDetails¶
-
class
oci.compute_cloud_at_customer.models.UpdateCccUpgradeScheduleDetails(**kwargs)¶ Bases:
objectUpdates the schedule details, all schedule information must be entered, similar to an initial schedule create. Include all events in the update.
Methods
__init__(**kwargs)Initializes a new UpdateCccUpgradeScheduleDetails object with values from keyword arguments. Attributes
defined_tagsGets the defined_tags of this UpdateCccUpgradeScheduleDetails. descriptionGets the description of this UpdateCccUpgradeScheduleDetails. display_nameGets the display_name of this UpdateCccUpgradeScheduleDetails. eventsGets the events of this UpdateCccUpgradeScheduleDetails. freeform_tagsGets the freeform_tags of this UpdateCccUpgradeScheduleDetails. -
__init__(**kwargs)¶ Initializes a new UpdateCccUpgradeScheduleDetails 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 UpdateCccUpgradeScheduleDetails.
- description (str) – The value to assign to the description property of this UpdateCccUpgradeScheduleDetails.
- events (list[oci.compute_cloud_at_customer.models.UpdateCccScheduleEvent]) – The value to assign to the events property of this UpdateCccUpgradeScheduleDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateCccUpgradeScheduleDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateCccUpgradeScheduleDetails.
Gets the defined_tags of this UpdateCccUpgradeScheduleDetails. 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 UpdateCccUpgradeScheduleDetails. Return type: dict(str, dict(str, object))
-
description¶ Gets the description of this UpdateCccUpgradeScheduleDetails. An optional description of the Compute Cloud@Customer upgrade schedule. Avoid entering confidential information.
Returns: The description of this UpdateCccUpgradeScheduleDetails. Return type: str
-
display_name¶ Gets the display_name of this UpdateCccUpgradeScheduleDetails. Compute Cloud@Customer upgrade schedule display name. Avoid entering confidential information.
Returns: The display_name of this UpdateCccUpgradeScheduleDetails. Return type: str
-
events¶ Gets the events of this UpdateCccUpgradeScheduleDetails. List of preferred times for a Compute Cloud@Customer infrastructure to be upgraded.
Returns: The events of this UpdateCccUpgradeScheduleDetails. Return type: list[oci.compute_cloud_at_customer.models.UpdateCccScheduleEvent]
Gets the freeform_tags of this UpdateCccUpgradeScheduleDetails. 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 UpdateCccUpgradeScheduleDetails. Return type: dict(str, str)
-