ruạṛ
a ���fv1 � @ 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 @ sD e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Zd&d'� Zd(d)� Zd*d+� Zd,S )-�Viewz� An OCI DNS view. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. �ACTIVE�DELETED�DELETING�UPDATINGc K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new View object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this View. :type compartment_id: str :param display_name: The value to assign to the display_name property of this View. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this View. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this View. :type defined_tags: dict(str, dict(str, object)) :param id: The value to assign to the id property of this View. :type id: str :param _self: The value to assign to the _self property of this View. :type _self: str :param time_created: The value to assign to the time_created property of this View. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this View. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this View. Allowed values for this property are: "ACTIVE", "DELETED", "DELETING", "UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param is_protected: The value to assign to the is_protected property of this View. :type is_protected: bool �strzdict(str, str)zdict(str, dict(str, object))Zdatetime�bool) �compartment_id�display_name� freeform_tags�defined_tags�id�_self�time_created�time_updated�lifecycle_state�is_protectedZ compartmentIdZdisplayNameZfreeformTagsZdefinedTagsr �selfZtimeCreatedZtimeUpdatedZlifecycleStateZisProtectedN)Z swagger_typesZ attribute_map�_compartment_id� _display_name�_freeform_tags� _defined_tags�_id�_View__self� _time_created� _time_updated�_lifecycle_state� _is_protected)r �kwargs� r# �7/usr/lib/python3.9/site-packages/oci/dns/models/view.py�__init__$ s@ 1�� z View.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this View. The OCID of the owning compartment. :return: The compartment_id of this View. :rtype: str �r �r r# r# r$ r y s zView.compartment_idc C s || _ dS )z� Sets the compartment_id of this View. The OCID of the owning compartment. :param compartment_id: The compartment_id of this View. :type: str Nr&