ruạṛ
a ���f� � @ 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 dd� Zdd� Zdd� ZdS ) �ProfileLevelSummaryzA The metadata associated with the profile level summary. c K sZ dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _dS )a1 Initializes a new ProfileLevelSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this ProfileLevelSummary. :type name: str :param recommendation_name: The value to assign to the recommendation_name property of this ProfileLevelSummary. :type recommendation_name: str :param metrics: The value to assign to the metrics property of this ProfileLevelSummary. :type metrics: list[oci.optimizer.models.EvaluatedMetric] :param default_interval: The value to assign to the default_interval property of this ProfileLevelSummary. :type default_interval: int :param valid_intervals: The value to assign to the valid_intervals property of this ProfileLevelSummary. :type valid_intervals: list[int] :param time_created: The value to assign to the time_created property of this ProfileLevelSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ProfileLevelSummary. :type time_updated: datetime �strzlist[EvaluatedMetric]�intz list[int]Zdatetime)�name�recommendation_name�metrics�default_interval�valid_intervals�time_created�time_updatedr ZrecommendationNamer ZdefaultIntervalZvalidIntervalsZtimeCreatedZtimeUpdatedN) Z swagger_typesZ attribute_map�_name�_recommendation_name�_metrics�_default_interval�_valid_intervals� _time_created� _time_updated)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/optimizer/models/profile_level_summary.py�__init__ s. #�� zProfileLevelSummary.__init__c C s | j S )z� **[Required]** Gets the name of this ProfileLevelSummary. A unique name for the profile level. :return: The name of this ProfileLevelSummary. :rtype: str �r �r r r r r P s zProfileLevelSummary.namec C s || _ dS )z� Sets the name of this ProfileLevelSummary. A unique name for the profile level. :param name: The name of this ProfileLevelSummary. :type: str Nr )r r r r r r \ s c C s | j S )z� **[Required]** Gets the recommendation_name of this ProfileLevelSummary. The name of the recommendation this profile level applies to. :return: The recommendation_name of this ProfileLevelSummary. :rtype: str �r r r r r r h s z'ProfileLevelSummary.recommendation_namec C s || _ dS )z� Sets the recommendation_name of this ProfileLevelSummary. The name of the recommendation this profile level applies to. :param recommendation_name: The recommendation_name of this ProfileLevelSummary. :type: str Nr )r r r r r r t s c C s | j S )a **[Required]** Gets the metrics of this ProfileLevelSummary. The metrics that will be evaluated by profiles using this profile level. :return: The metrics of this ProfileLevelSummary. :rtype: list[oci.optimizer.models.EvaluatedMetric] �r r r r r r � s zProfileLevelSummary.metricsc C s || _ dS )a Sets the metrics of this ProfileLevelSummary. The metrics that will be evaluated by profiles using this profile level. :param metrics: The metrics of this ProfileLevelSummary. :type: list[oci.optimizer.models.EvaluatedMetric] Nr )r r r r r r � s c C s | j S )a **[Required]** Gets the default_interval of this ProfileLevelSummary. The default aggregation interval (in days) for profiles using this profile level. :return: The default_interval of this ProfileLevelSummary. :rtype: int �r r r r r r � s z$ProfileLevelSummary.default_intervalc C s || _ dS )a Sets the default_interval of this ProfileLevelSummary. The default aggregation interval (in days) for profiles using this profile level. :param default_interval: The default_interval of this ProfileLevelSummary. :type: int Nr )r r r r r r � s c C s | j S )a **[Required]** Gets the valid_intervals of this ProfileLevelSummary. An array of aggregation intervals (in days) allowed for profiles using this profile level. :return: The valid_intervals of this ProfileLevelSummary. :rtype: list[int] �r r r r r r � s z#ProfileLevelSummary.valid_intervalsc C s || _ dS )a Sets the valid_intervals of this ProfileLevelSummary. An array of aggregation intervals (in days) allowed for profiles using this profile level. :param valid_intervals: The valid_intervals of this ProfileLevelSummary. :type: list[int] Nr! )r r r r r r � s c C s | j S )a **[Required]** Gets the time_created of this ProfileLevelSummary. The date and time the category details were created, in the format defined by RFC3339. :return: The time_created of this ProfileLevelSummary. :rtype: datetime �r r r r r r � s z ProfileLevelSummary.time_createdc C s || _ dS )a Sets the time_created of this ProfileLevelSummary. The date and time the category details were created, in the format defined by RFC3339. :param time_created: The time_created of this ProfileLevelSummary. :type: datetime Nr"