ruạṛ
a ���f9E � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zd7d8� Zd9d:� Zd;d<� Z d=S )>�Profilez3 The metadata associated with the profile. �ACTIVE�FAILED�INACTIVE� ATTACHING� DETACHING�DELETING�DELETED�UPDATING�CREATINGc K s� ddddddddddddddd �| _ d ddd ddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )aZ Initializes a new Profile object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Profile. :type id: str :param compartment_id: The value to assign to the compartment_id property of this Profile. :type compartment_id: str :param name: The value to assign to the name property of this Profile. :type name: str :param description: The value to assign to the description property of this Profile. :type description: str :param aggregation_interval_in_days: The value to assign to the aggregation_interval_in_days property of this Profile. :type aggregation_interval_in_days: int :param defined_tags: The value to assign to the defined_tags property of this Profile. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this Profile. :type freeform_tags: dict(str, str) :param system_tags: The value to assign to the system_tags property of this Profile. :type system_tags: dict(str, dict(str, object)) :param levels_configuration: The value to assign to the levels_configuration property of this Profile. :type levels_configuration: oci.optimizer.models.LevelsConfiguration :param target_compartments: The value to assign to the target_compartments property of this Profile. :type target_compartments: oci.optimizer.models.TargetCompartments :param target_tags: The value to assign to the target_tags property of this Profile. :type target_tags: oci.optimizer.models.TargetTags :param lifecycle_state: The value to assign to the lifecycle_state property of this Profile. Allowed values for this property are: "ACTIVE", "FAILED", "INACTIVE", "ATTACHING", "DETACHING", "DELETING", "DELETED", "UPDATING", "CREATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this Profile. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Profile. :type time_updated: datetime �str�intzdict(str, dict(str, object))zdict(str, str)ZLevelsConfigurationZTargetCompartmentsZ TargetTagsZdatetime)�id�compartment_id�name�description�aggregation_interval_in_days�defined_tags� freeform_tags�system_tags�levels_configuration�target_compartments�target_tags�lifecycle_state�time_created�time_updatedr Z compartmentIdr r ZaggregationIntervalInDaysZdefinedTagsZfreeformTagsZ systemTagsZlevelsConfigurationZtargetCompartmentsZ targetTagsZlifecycleStateZtimeCreatedZtimeUpdatedN)Z swagger_typesZ attribute_map�_id�_compartment_id�_name�_description�_aggregation_interval_in_days� _defined_tags�_freeform_tags�_system_tags�_levels_configuration�_target_compartments�_target_tags�_lifecycle_state� _time_created� _time_updated)�self�kwargs� r0 �@/usr/lib/python3.9/site-packages/oci/optimizer/models/profile.py�__init__6 sX A��zProfile.__init__c C s | j S )z� **[Required]** Gets the id of this Profile. The unique OCID of the profile. :return: The id of this Profile. :rtype: str �r �r. r0 r0 r1 r � s z Profile.idc C s || _ dS )z� Sets the id of this Profile. The unique OCID of the profile. :param id: The id of this Profile. :type: str Nr3 )r. r r0 r0 r1 r � s c C s | j S )z� **[Required]** Gets the compartment_id of this Profile. The OCID of the tenancy. The tenancy is the root compartment. :return: The compartment_id of this Profile. :rtype: str �r! r4 r0 r0 r1 r � s zProfile.compartment_idc C s || _ dS )z� Sets the compartment_id of this Profile. The OCID of the tenancy. The tenancy is the root compartment. :param compartment_id: The compartment_id of this Profile. :type: str Nr5 )r. r r0 r0 r1 r � s c C s | j S )z� **[Required]** Gets the name of this Profile. The name assigned to the profile. Avoid entering confidential information. :return: The name of this Profile. :rtype: str �r"