CreateCccUpgradeScheduleDetails¶
-
class
oci.compute_cloud_at_customer.models.
CreateCccUpgradeScheduleDetails
(**kwargs)¶ Bases:
object
Defines a schedule for times when automated Compute Cloud@Customer upgrades are preferred. A created upgrade schedule must supply events with a minimum frequency and duration or the schedule will be rejected. Upgrades may impact performance of Compute Cloud@Customer infrastructures when they are being applied.
Methods
__init__
(**kwargs)Initializes a new CreateCccUpgradeScheduleDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateCccUpgradeScheduleDetails. defined_tags
Gets the defined_tags of this CreateCccUpgradeScheduleDetails. description
Gets the description of this CreateCccUpgradeScheduleDetails. display_name
[Required] Gets the display_name of this CreateCccUpgradeScheduleDetails. events
[Required] Gets the events of this CreateCccUpgradeScheduleDetails. freeform_tags
Gets the freeform_tags of this CreateCccUpgradeScheduleDetails. -
__init__
(**kwargs)¶ Initializes a new CreateCccUpgradeScheduleDetails 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 CreateCccUpgradeScheduleDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateCccUpgradeScheduleDetails.
- description (str) – The value to assign to the description property of this CreateCccUpgradeScheduleDetails.
- events (list[oci.compute_cloud_at_customer.models.CreateCccScheduleEvent]) – The value to assign to the events property of this CreateCccUpgradeScheduleDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateCccUpgradeScheduleDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateCccUpgradeScheduleDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateCccUpgradeScheduleDetails. Compartment OCID for the Compute Cloud@Customer Upgrade Schedule.
Returns: The compartment_id of this CreateCccUpgradeScheduleDetails. Return type: str
Gets the defined_tags of this CreateCccUpgradeScheduleDetails. 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 CreateCccUpgradeScheduleDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateCccUpgradeScheduleDetails. An optional description of the Compute Cloud@Customer upgrade schedule. Avoid entering confidential information.
Returns: The description of this CreateCccUpgradeScheduleDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateCccUpgradeScheduleDetails. Compute Cloud@Customer upgrade schedule display name. Avoid entering confidential information.
Returns: The display_name of this CreateCccUpgradeScheduleDetails. Return type: str
-
events
¶ [Required] Gets the events of this CreateCccUpgradeScheduleDetails. List of preferred times for Compute Cloud@Customer infrastructure to be upgraded.
Returns: The events of this CreateCccUpgradeScheduleDetails. Return type: list[oci.compute_cloud_at_customer.models.CreateCccScheduleEvent]
Gets the freeform_tags of this CreateCccUpgradeScheduleDetails. 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 CreateCccUpgradeScheduleDetails. Return type: dict(str, str)
-