ruạṛ
a N��fd@ � @ 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 @ sx 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$� �Ze d&d'� �Zejd(d'� �Ze d)d*� �Zejd+d*� �Zd,d-� Zd.d/� Zd0d1� Zd2S )3�CreateAnalyticsInstanceDetailsz7 Input payload to create an Anaytics instance. �SELF_SERVICE_ANALYTICS�ENTERPRISE_ANALYTICS�LICENSE_INCLUDED�BRING_YOUR_OWN_LICENSEc K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new CreateAnalyticsInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateAnalyticsInstanceDetails. :type name: str :param description: The value to assign to the description property of this CreateAnalyticsInstanceDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateAnalyticsInstanceDetails. :type compartment_id: str :param feature_set: The value to assign to the feature_set property of this CreateAnalyticsInstanceDetails. Allowed values for this property are: "SELF_SERVICE_ANALYTICS", "ENTERPRISE_ANALYTICS" :type feature_set: str :param capacity: The value to assign to the capacity property of this CreateAnalyticsInstanceDetails. :type capacity: oci.analytics.models.Capacity :param license_type: The value to assign to the license_type property of this CreateAnalyticsInstanceDetails. Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE" :type license_type: str :param email_notification: The value to assign to the email_notification property of this CreateAnalyticsInstanceDetails. :type email_notification: str :param network_endpoint_details: The value to assign to the network_endpoint_details property of this CreateAnalyticsInstanceDetails. :type network_endpoint_details: oci.analytics.models.NetworkEndpointDetails :param idcs_access_token: The value to assign to the idcs_access_token property of this CreateAnalyticsInstanceDetails. :type idcs_access_token: str :param defined_tags: The value to assign to the defined_tags property of this CreateAnalyticsInstanceDetails. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this CreateAnalyticsInstanceDetails. :type freeform_tags: dict(str, str) :param kms_key_id: The value to assign to the kms_key_id property of this CreateAnalyticsInstanceDetails. :type kms_key_id: str �str�Capacity�NetworkEndpointDetailszdict(str, dict(str, object))zdict(str, str))�name�description�compartment_id�feature_set�capacity�license_type�email_notification�network_endpoint_details�idcs_access_token�defined_tags� freeform_tags� kms_key_idr r � compartmentId� featureSetr �licenseType�emailNotification�networkEndpointDetails�idcsAccessToken�definedTags�freeformTags�kmsKeyIdN)� swagger_types� attribute_map�_name�_description�_compartment_id�_feature_set� _capacity� _license_type�_email_notification�_network_endpoint_details�_idcs_access_token� _defined_tags�_freeform_tags�_kms_key_id)�self�kwargs� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/analytics/models/create_analytics_instance_details.py�__init__ sL 9��z'CreateAnalyticsInstanceDetails.__init__c C s | j S )a **[Required]** Gets the name of this CreateAnalyticsInstanceDetails. The name of the Analytics instance. This name must be unique in the tenancy and cannot be changed. :return: The name of this CreateAnalyticsInstanceDetails. :rtype: str �r% �r1 r3 r3 r4 r � s z#CreateAnalyticsInstanceDetails.namec C s || _ dS )a Sets the name of this CreateAnalyticsInstanceDetails. The name of the Analytics instance. This name must be unique in the tenancy and cannot be changed. :param name: The name of this CreateAnalyticsInstanceDetails. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )z� Gets the description of this CreateAnalyticsInstanceDetails. Optional description. :return: The description of this CreateAnalyticsInstanceDetails. :rtype: str �r&