ruạṛ
a O��fH � @ 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) �str�EntityStatuszdict(str, str))�id�name�display_name� full_name�parent_compartment_id�status�property_mapr r �displayName�fullName�parentCompartmentIdr �propertyMapN) � swagger_types� attribute_map�_id�_name� _display_name� _full_name�_parent_compartment_id�_status� _property_map)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 N 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"