ruạṛ
a ���f6% � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS ) �CreateSchedulingPolicyDetailsz\ Request to create Scheduling Policy resource with Maintenance windows per cadence. � HALFYEARLY� QUARTERLY�MONTHLYc K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) aE Initializes a new CreateSchedulingPolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateSchedulingPolicyDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateSchedulingPolicyDetails. :type display_name: str :param cadence: The value to assign to the cadence property of this CreateSchedulingPolicyDetails. Allowed values for this property are: "HALFYEARLY", "QUARTERLY", "MONTHLY" :type cadence: str :param cadence_start_month: The value to assign to the cadence_start_month property of this CreateSchedulingPolicyDetails. :type cadence_start_month: oci.database.models.Month :param freeform_tags: The value to assign to the freeform_tags property of this CreateSchedulingPolicyDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateSchedulingPolicyDetails. :type defined_tags: dict(str, dict(str, object)) �strZMonthzdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name�cadence�cadence_start_month� freeform_tags�defined_tagsZ compartmentIdZdisplayNamer ZcadenceStartMonthZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_compartment_id� _display_name�_cadence�_cadence_start_month�_freeform_tags� _defined_tags)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/database/models/create_scheduling_policy_details.py�__init__ s( � � z&CreateSchedulingPolicyDetails.__init__c C s | j S )a< **[Required]** Gets the compartment_id of this CreateSchedulingPolicyDetails. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateSchedulingPolicyDetails. :rtype: str �r �r r r r r V s z,CreateSchedulingPolicyDetails.compartment_idc C s || _ dS )a: Sets the compartment_id of this CreateSchedulingPolicyDetails. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateSchedulingPolicyDetails. :type: str Nr )r r r r r r d s c C s | j S )a **[Required]** Gets the display_name of this CreateSchedulingPolicyDetails. The user-friendly name for the Scheduling Policy. The name does not need to be unique. :return: The display_name of this CreateSchedulingPolicyDetails. :rtype: str �r r r r r r r s z*CreateSchedulingPolicyDetails.display_namec C s || _ dS )a Sets the display_name of this CreateSchedulingPolicyDetails. The user-friendly name for the Scheduling Policy. The name does not need to be unique. :param display_name: The display_name of this CreateSchedulingPolicyDetails. :type: str Nr )r r r r r r ~ s c C s | j S )a" **[Required]** Gets the cadence of this CreateSchedulingPolicyDetails. The cadence period. Allowed values for this property are: "HALFYEARLY", "QUARTERLY", "MONTHLY" :return: The cadence of this CreateSchedulingPolicyDetails. :rtype: str )r r r r r r � s z%CreateSchedulingPolicyDetails.cadencec C s* g d�}t ||�s td|� ���|| _dS )z� Sets the cadence of this CreateSchedulingPolicyDetails. The cadence period. :param cadence: The cadence of this CreateSchedulingPolicyDetails. :type: str )r r r z4Invalid value for `cadence`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r � s �c C s | j S )a Gets the cadence_start_month of this CreateSchedulingPolicyDetails. Start of the month to be followed during the cadence period. :return: The cadence_start_month of this CreateSchedulingPolicyDetails. :rtype: oci.database.models.Month �r r r r r r � s z1CreateSchedulingPolicyDetails.cadence_start_monthc C s || _ dS )a( Sets the cadence_start_month of this CreateSchedulingPolicyDetails. Start of the month to be followed during the cadence period. :param cadence_start_month: The cadence_start_month of this CreateSchedulingPolicyDetails. :type: oci.database.models.Month Nr )r r r r r r � s c C s | j S )a� Gets the freeform_tags of this CreateSchedulingPolicyDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this CreateSchedulingPolicyDetails. :rtype: dict(str, str) �r r r r r r � s z+CreateSchedulingPolicyDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this CreateSchedulingPolicyDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this CreateSchedulingPolicyDetails. :type: dict(str, str) Nr! )r r r r r r � s c C s | j S )a� Gets the defined_tags of this CreateSchedulingPolicyDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this CreateSchedulingPolicyDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z*CreateSchedulingPolicyDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this CreateSchedulingPolicyDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this CreateSchedulingPolicyDetails. :type: dict(str, dict(str, object)) Nr"