ruạṛ
a ���f�O � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Zd9d:� Zd;d<� Zd=d>� Z d?S )@�CreateAnalyticsInstanceDetailsz7 Input payload to create an Anaytics instance. �SELF_SERVICE_ANALYTICS�ENTERPRISE_ANALYTICS�LICENSE_INCLUDED�BRING_YOUR_OWN_LICENSE�FAW_PAID�FAW_FREE�EE_EMBEDDED�SE_EMBEDDEDc K s� dddddddddddddddd�| _ ddd d ddd ddddddddd�| _d| _d| _d| _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 :param domain_id: The value to assign to the domain_id property of this CreateAnalyticsInstanceDetails. :type domain_id: str :param admin_user: The value to assign to the admin_user property of this CreateAnalyticsInstanceDetails. :type admin_user: str :param feature_bundle: The value to assign to the feature_bundle property of this CreateAnalyticsInstanceDetails. Allowed values for this property are: "FAW_PAID", "FAW_FREE", "EE_EMBEDDED", "SE_EMBEDDED" :type feature_bundle: str �strZCapacityZNetworkEndpointDetailszdict(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_id� domain_id� admin_user�feature_bundler r Z compartmentIdZ featureSetr ZlicenseTypeZemailNotificationZnetworkEndpointDetailsZidcsAccessTokenZdefinedTagsZfreeformTagsZkmsKeyIdZdomainIdZ adminUserZ featureBundleN)Z swagger_typesZ 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� _domain_id�_admin_user�_feature_bundle)�self�kwargs� r0 �Z/usr/lib/python3.9/site-packages/oci/analytics/models/create_analytics_instance_details.py�__init__2 s^ F��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 �r. r0 r0 r1 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 Nr3 )r. r r0 r0 r1 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 r4 r0 r0 r1 r � s z*CreateAnalyticsInstanceDetails.descriptionc C s || _ dS )z� Sets the description of this CreateAnalyticsInstanceDetails. Optional description. :param description: The description of this CreateAnalyticsInstanceDetails. :type: str Nr5 )r. r r0 r0 r1 r � s c C s | j S )z� **[Required]** Gets the compartment_id of this CreateAnalyticsInstanceDetails. The OCID of the compartment. :return: The compartment_id of this CreateAnalyticsInstanceDetails. :rtype: str �r! r4 r0 r0 r1 r � s z-CreateAnalyticsInstanceDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateAnalyticsInstanceDetails. The OCID of the compartment. :param compartment_id: The compartment_id of this CreateAnalyticsInstanceDetails. :type: str Nr6 )r. r r0 r0 r1 r � s c C s | j S )a; **[Required]** Gets the feature_set of this CreateAnalyticsInstanceDetails. Analytics feature set. Allowed values for this property are: "SELF_SERVICE_ANALYTICS", "ENTERPRISE_ANALYTICS" :return: The feature_set of this CreateAnalyticsInstanceDetails. :rtype: str )r"