ruạṛ
a ���fC1 � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�CreateProfileDetailsz) Details for creating a profile. c K sx ddddddddddd� | _ d d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new CreateProfileDetails 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 CreateProfileDetails. :type compartment_id: str :param name: The value to assign to the name property of this CreateProfileDetails. :type name: str :param description: The value to assign to the description property of this CreateProfileDetails. :type description: str :param aggregation_interval_in_days: The value to assign to the aggregation_interval_in_days property of this CreateProfileDetails. :type aggregation_interval_in_days: int :param defined_tags: The value to assign to the defined_tags property of this CreateProfileDetails. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this CreateProfileDetails. :type freeform_tags: dict(str, str) :param system_tags: The value to assign to the system_tags property of this CreateProfileDetails. :type system_tags: dict(str, dict(str, object)) :param levels_configuration: The value to assign to the levels_configuration property of this CreateProfileDetails. :type levels_configuration: oci.optimizer.models.LevelsConfiguration :param target_compartments: The value to assign to the target_compartments property of this CreateProfileDetails. :type target_compartments: oci.optimizer.models.TargetCompartments :param target_tags: The value to assign to the target_tags property of this CreateProfileDetails. :type target_tags: oci.optimizer.models.TargetTags �str�intzdict(str, dict(str, object))zdict(str, str)ZLevelsConfigurationZTargetCompartmentsZ TargetTags) �compartment_id�name�description�aggregation_interval_in_days�defined_tags� freeform_tags�system_tags�levels_configuration�target_compartments�target_tagsZ compartmentIdr r ZaggregationIntervalInDaysZdefinedTagsZfreeformTagsZ systemTagsZlevelsConfigurationZtargetCompartmentsZ targetTagsN)Z swagger_typesZ attribute_map�_compartment_id�_name�_description�_aggregation_interval_in_days� _defined_tags�_freeform_tags�_system_tags�_levels_configuration�_target_compartments�_target_tags)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/optimizer/models/create_profile_details.py�__init__ s@ /�� zCreateProfileDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreateProfileDetails. The OCID of the tenancy. The tenancy is the root compartment. :return: The compartment_id of this CreateProfileDetails. :rtype: str �r �r r r r r e s z#CreateProfileDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateProfileDetails. The OCID of the tenancy. The tenancy is the root compartment. :param compartment_id: The compartment_id of this CreateProfileDetails. :type: str Nr"