ruạṛ
a O��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 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 ) �CreateStreamPoolDetailsz. Object used to create a stream pool. c K sZ dddddddd�| _ dd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CreateStreamPoolDetails 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 CreateStreamPoolDetails. :type compartment_id: str :param name: The value to assign to the name property of this CreateStreamPoolDetails. :type name: str :param kafka_settings: The value to assign to the kafka_settings property of this CreateStreamPoolDetails. :type kafka_settings: oci.streaming.models.KafkaSettings :param custom_encryption_key_details: The value to assign to the custom_encryption_key_details property of this CreateStreamPoolDetails. :type custom_encryption_key_details: oci.streaming.models.CustomEncryptionKeyDetails :param private_endpoint_details: The value to assign to the private_endpoint_details property of this CreateStreamPoolDetails. :type private_endpoint_details: oci.streaming.models.PrivateEndpointDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateStreamPoolDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateStreamPoolDetails. :type defined_tags: dict(str, dict(str, object)) �str� KafkaSettings�CustomEncryptionKeyDetails�PrivateEndpointDetailszdict(str, str)zdict(str, dict(str, object)))�compartment_id�name�kafka_settings�custom_encryption_key_details�private_endpoint_details� freeform_tags�defined_tags� compartmentIdr � kafkaSettings�customEncryptionKeyDetails�privateEndpointDetails�freeformTags�definedTagsN) � swagger_types� attribute_map�_compartment_id�_name�_kafka_settings�_custom_encryption_key_details�_private_endpoint_details�_freeform_tags� _defined_tags)�self�kwargs� r# ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/streaming/models/create_stream_pool_details.py�__init__ s. #�� z CreateStreamPoolDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreateStreamPoolDetails. The OCID of the compartment that contains the stream. :return: The compartment_id of this CreateStreamPoolDetails. :rtype: str �r �r! r# r# r$ r N s z&CreateStreamPoolDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateStreamPoolDetails. The OCID of the compartment that contains the stream. :param compartment_id: The compartment_id of this CreateStreamPoolDetails. :type: str Nr&