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 ) �Compartmentz Compartment model. c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new Compartment 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 Compartment. :type id: str :param name: The value to assign to the name property of this Compartment. :type name: str :param display_name: The value to assign to the display_name property of this Compartment. :type display_name: str :param full_name: The value to assign to the full_name property of this Compartment. :type full_name: str :param parent_compartment_id: The value to assign to the parent_compartment_id property of this Compartment. :type parent_compartment_id: str :param status: The value to assign to the status property of this Compartment. :type status: oci.identity_data_plane.models.EntityStatus :param property_map: The value to assign to the property_map property of this Compartment. :type property_map: dict(str, str) �strZEntityStatuszdict(str, str))�id�name�display_name� full_name�parent_compartment_id�status�property_mapr r ZdisplayNameZfullNameZparentCompartmentIdr ZpropertyMapN) Z swagger_typesZ attribute_map�_id�_name� _display_name� _full_name�_parent_compartment_id�_status� _property_map)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/identity_data_plane/models/compartment.py�__init__ s. #�� zCompartment.__init__c C s | j S )z� **[Required]** Gets the id of this Compartment. The id of the compartment. :return: The id of this Compartment. :rtype: str �r �r r r r r P s zCompartment.idc C s || _ dS )z� Sets the id of this Compartment. The id of the compartment. :param id: The id of this Compartment. :type: str Nr )r r r r r r \ s c C s | j S )z� **[Required]** Gets the name of this Compartment. The name of the compartment. :return: The name of this Compartment. :rtype: str �r r r r r r h s zCompartment.namec C s || _ dS )z� Sets the name of this Compartment. The name of the compartment. :param name: The name of this Compartment. :type: str Nr )r r r r r r t s c C s | j S )z� **[Required]** Gets the display_name of this Compartment. The display name of the compartment. :return: The display_name of this Compartment. :rtype: str �r r r r r r � s zCompartment.display_namec C s || _ dS )z� Sets the display_name of this Compartment. The display name of the compartment. :param display_name: The display_name of this Compartment. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the full_name of this Compartment. The full name of the compartment. :return: The full_name of this Compartment. :rtype: str �r r r r r r � s zCompartment.full_namec C s || _ dS )z� Sets the full_name of this Compartment. The full name of the compartment. :param full_name: The full_name of this Compartment. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the parent_compartment_id of this Compartment. The id of the parent compartment. :return: The parent_compartment_id of this Compartment. :rtype: str �r r r r r r � s z!Compartment.parent_compartment_idc C s || _ dS )z� Sets the parent_compartment_id of this Compartment. The id of the parent compartment. :param parent_compartment_id: The parent_compartment_id of this Compartment. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the status of this Compartment. The status of the compartment. :return: The status of this Compartment. :rtype: oci.identity_data_plane.models.EntityStatus �r r r r r r � s zCompartment.statusc C s || _ dS )z� Sets the status of this Compartment. The status of the compartment. :param status: The status of this Compartment. :type: oci.identity_data_plane.models.EntityStatus Nr! )r r r r r r � s c C s | j S )z� **[Required]** Gets the property_map of this Compartment. The extended properties. :return: The property_map of this Compartment. :rtype: dict(str, str) �r r r r r r � s zCompartment.property_mapc C s || _ dS )z� Sets the property_map of this Compartment. The extended properties. :param property_map: The property_map of this Compartment. :type: dict(str, str) Nr"