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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zd d!� Zd"d#� Zd$S )%�CreateOdaInstanceDetailszN Properties that are required to create a Digital Assistant instance. �DEVELOPMENT� PRODUCTIONc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )aP Initializes a new CreateOdaInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateOdaInstanceDetails. :type display_name: str :param description: The value to assign to the description property of this CreateOdaInstanceDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateOdaInstanceDetails. :type compartment_id: str :param shape_name: The value to assign to the shape_name property of this CreateOdaInstanceDetails. Allowed values for this property are: "DEVELOPMENT", "PRODUCTION" :type shape_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateOdaInstanceDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateOdaInstanceDetails. :type defined_tags: dict(str, dict(str, object)) :param is_role_based_access: The value to assign to the is_role_based_access property of this CreateOdaInstanceDetails. :type is_role_based_access: bool :param identity_domain: The value to assign to the identity_domain property of this CreateOdaInstanceDetails. :type identity_domain: str �strzdict(str, str)zdict(str, dict(str, object))�bool)�display_name�description�compartment_id� shape_name� freeform_tags�defined_tags�is_role_based_access�identity_domainZdisplayNamer Z compartmentIdZ shapeNameZfreeformTagsZdefinedTagsZisRoleBasedAccessZidentityDomainN) Z swagger_typesZ attribute_map� _display_name�_description�_compartment_id�_shape_name�_freeform_tags� _defined_tags�_is_role_based_access�_identity_domain)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/oda/models/create_oda_instance_details.py�__init__ s4 (��z!CreateOdaInstanceDetails.__init__c C s | j S )a Gets the display_name of this CreateOdaInstanceDetails. User-friendly name for the instance. Avoid entering confidential information. You can change this value anytime. :return: The display_name of this CreateOdaInstanceDetails. :rtype: str �r �r r r r r ` s z%CreateOdaInstanceDetails.display_namec C s || _ dS )a' Sets the display_name of this CreateOdaInstanceDetails. User-friendly name for the instance. Avoid entering confidential information. You can change this value anytime. :param display_name: The display_name of this CreateOdaInstanceDetails. :type: str Nr )r r r r r r l s c C s | j S )z� Gets the description of this CreateOdaInstanceDetails. Description of the Digital Assistant instance. :return: The description of this CreateOdaInstanceDetails. :rtype: str �r r! r r r r x s z$CreateOdaInstanceDetails.descriptionc C s || _ dS )z� Sets the description of this CreateOdaInstanceDetails. Description of the Digital Assistant instance. :param description: The description of this CreateOdaInstanceDetails. :type: str Nr"