ruạṛ
a N��f�m � @ 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 @ sz e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Z e jd=d<� �Z ed>d?� �Z!e!jd@d?� �Z!edAdB� �Z"e"jdCdB� �Z"edDdE� �Z#e#jdFdE� �Z#edGdH� �Z$e$jdIdH� �Z$edJdK� �Z%e%jdLdK� �Z%dMdN� Z&dOdP� Z'dQdR� Z(dSS )T�CreateTablespaceDetailsz6 The details required to create a tablespace. � PERMANENT� TEMPORARY�NO_COMPRESS�BASIC_COMPRESS� READ_ONLY� READ_WRITE�AUTOALLOCATE�UNIFORM�AUTO�MANUALc K s� dddddddddddddddddddddd�| _ dd d ddd dddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CreateTablespaceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param credential_details: The value to assign to the credential_details property of this CreateTablespaceDetails. :type credential_details: oci.database_management.models.TablespaceAdminCredentialDetails :param name: The value to assign to the name property of this CreateTablespaceDetails. :type name: str :param type: The value to assign to the type property of this CreateTablespaceDetails. Allowed values for this property are: "PERMANENT", "TEMPORARY" :type type: str :param is_bigfile: The value to assign to the is_bigfile property of this CreateTablespaceDetails. :type is_bigfile: bool :param data_files: The value to assign to the data_files property of this CreateTablespaceDetails. :type data_files: list[str] :param file_count: The value to assign to the file_count property of this CreateTablespaceDetails. :type file_count: int :param file_size: The value to assign to the file_size property of this CreateTablespaceDetails. :type file_size: oci.database_management.models.TablespaceStorageSize :param is_reusable: The value to assign to the is_reusable property of this CreateTablespaceDetails. :type is_reusable: bool :param is_auto_extensible: The value to assign to the is_auto_extensible property of this CreateTablespaceDetails. :type is_auto_extensible: bool :param auto_extend_next_size: The value to assign to the auto_extend_next_size property of this CreateTablespaceDetails. :type auto_extend_next_size: oci.database_management.models.TablespaceStorageSize :param auto_extend_max_size: The value to assign to the auto_extend_max_size property of this CreateTablespaceDetails. :type auto_extend_max_size: oci.database_management.models.TablespaceStorageSize :param is_max_size_unlimited: The value to assign to the is_max_size_unlimited property of this CreateTablespaceDetails. :type is_max_size_unlimited: bool :param block_size_in_kilobytes: The value to assign to the block_size_in_kilobytes property of this CreateTablespaceDetails. :type block_size_in_kilobytes: int :param is_encrypted: The value to assign to the is_encrypted property of this CreateTablespaceDetails. :type is_encrypted: bool :param encryption_algorithm: The value to assign to the encryption_algorithm property of this CreateTablespaceDetails. :type encryption_algorithm: str :param default_compress: The value to assign to the default_compress property of this CreateTablespaceDetails. Allowed values for this property are: "NO_COMPRESS", "BASIC_COMPRESS" :type default_compress: str :param status: The value to assign to the status property of this CreateTablespaceDetails. Allowed values for this property are: "READ_ONLY", "READ_WRITE" :type status: str :param extent_management: The value to assign to the extent_management property of this CreateTablespaceDetails. Allowed values for this property are: "AUTOALLOCATE", "UNIFORM" :type extent_management: str :param extent_uniform_size: The value to assign to the extent_uniform_size property of this CreateTablespaceDetails. :type extent_uniform_size: oci.database_management.models.TablespaceStorageSize :param segment_management: The value to assign to the segment_management property of this CreateTablespaceDetails. Allowed values for this property are: "AUTO", "MANUAL" :type segment_management: str :param is_default: The value to assign to the is_default property of this CreateTablespaceDetails. :type is_default: bool � TablespaceAdminCredentialDetails�str�boolz list[str]�int�TablespaceStorageSize)�credential_details�name�type� is_bigfile� data_files� file_count� file_size�is_reusable�is_auto_extensible�auto_extend_next_size�auto_extend_max_size�is_max_size_unlimited�block_size_in_kilobytes�is_encrypted�encryption_algorithm�default_compress�status�extent_management�extent_uniform_size�segment_management� is_default�credentialDetailsr r � isBigfile� dataFiles� fileCount�fileSize� isReusable�isAutoExtensible�autoExtendNextSize�autoExtendMaxSize�isMaxSizeUnlimited�blockSizeInKilobytes�isEncrypted�encryptionAlgorithm�defaultCompressr&