ruạṛ
a ���f2- � @ 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 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� �Zdd � Zd!d"� Zd#d$� Zd%S )&�UpdateProfileDetailsz) Details for updating a profile. c K sn dddddddddd� | _ d d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a Initializes a new UpdateProfileDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param description: The value to assign to the description property of this UpdateProfileDetails. :type description: str :param aggregation_interval_in_days: The value to assign to the aggregation_interval_in_days property of this UpdateProfileDetails. :type aggregation_interval_in_days: int :param defined_tags: The value to assign to the defined_tags property of this UpdateProfileDetails. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this UpdateProfileDetails. :type freeform_tags: dict(str, str) :param system_tags: The value to assign to the system_tags property of this UpdateProfileDetails. :type system_tags: dict(str, dict(str, object)) :param levels_configuration: The value to assign to the levels_configuration property of this UpdateProfileDetails. :type levels_configuration: oci.optimizer.models.LevelsConfiguration :param target_compartments: The value to assign to the target_compartments property of this UpdateProfileDetails. :type target_compartments: oci.optimizer.models.TargetCompartments :param target_tags: The value to assign to the target_tags property of this UpdateProfileDetails. :type target_tags: oci.optimizer.models.TargetTags :param name: The value to assign to the name property of this UpdateProfileDetails. :type name: str �str�intzdict(str, dict(str, object))zdict(str, str)ZLevelsConfigurationZTargetCompartmentsZ TargetTags) �description�aggregation_interval_in_days�defined_tags� freeform_tags�system_tags�levels_configuration�target_compartments�target_tags�namer ZaggregationIntervalInDaysZdefinedTagsZfreeformTagsZ systemTagsZlevelsConfigurationZtargetCompartmentsZ targetTagsr N)Z swagger_typesZ attribute_map�_description�_aggregation_interval_in_days� _defined_tags�_freeform_tags�_system_tags�_levels_configuration�_target_compartments�_target_tags�_name)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/optimizer/models/update_profile_details.py�__init__ s: +� �zUpdateProfileDetails.__init__c C s | j S )z� Gets the description of this UpdateProfileDetails. Text describing the profile. Avoid entering confidential information. :return: The description of this UpdateProfileDetails. :rtype: str �r �r r r r r ^ s z UpdateProfileDetails.descriptionc C s || _ dS )z� Sets the description of this UpdateProfileDetails. Text describing the profile. Avoid entering confidential information. :param description: The description of this UpdateProfileDetails. :type: str Nr )r r r r r r j s c C s | j S )a# Gets the aggregation_interval_in_days of this UpdateProfileDetails. The time period over which to collect data for the recommendations, measured in number of days. :return: The aggregation_interval_in_days of this UpdateProfileDetails. :rtype: int �r r! r r r r v s z1UpdateProfileDetails.aggregation_interval_in_daysc C s || _ dS )a> Sets the aggregation_interval_in_days of this UpdateProfileDetails. The time period over which to collect data for the recommendations, measured in number of days. :param aggregation_interval_in_days: The aggregation_interval_in_days of this UpdateProfileDetails. :type: int Nr"