ruạṛ
a ���f�8 � @ 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 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'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0�UpdateTablespaceDetailsz� The details required to update a tablespace. It takes either credentialDetails or databaseCredential. It's recommended to provide databaseCredential � PERMANENT� TEMPORARY� READ_ONLY� READ_WRITEc K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a[ Initializes a new UpdateTablespaceDetails 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 UpdateTablespaceDetails. :type credential_details: oci.database_management.models.TablespaceAdminCredentialDetails :param database_credential: The value to assign to the database_credential property of this UpdateTablespaceDetails. :type database_credential: oci.database_management.models.DatabaseCredentialDetails :param name: The value to assign to the name property of this UpdateTablespaceDetails. :type name: str :param type: The value to assign to the type property of this UpdateTablespaceDetails. Allowed values for this property are: "PERMANENT", "TEMPORARY" :type type: str :param file_size: The value to assign to the file_size property of this UpdateTablespaceDetails. :type file_size: oci.database_management.models.TablespaceStorageSize :param status: The value to assign to the status property of this UpdateTablespaceDetails. Allowed values for this property are: "READ_ONLY", "READ_WRITE" :type status: str :param is_auto_extensible: The value to assign to the is_auto_extensible property of this UpdateTablespaceDetails. :type is_auto_extensible: bool :param auto_extend_next_size: The value to assign to the auto_extend_next_size property of this UpdateTablespaceDetails. :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 UpdateTablespaceDetails. :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 UpdateTablespaceDetails. :type is_max_size_unlimited: bool :param is_default: The value to assign to the is_default property of this UpdateTablespaceDetails. :type is_default: bool Z TablespaceAdminCredentialDetailsZDatabaseCredentialDetails�strZTablespaceStorageSize�bool)�credential_details�database_credential�name�type� file_size�status�is_auto_extensible�auto_extend_next_size�auto_extend_max_size�is_max_size_unlimited� is_defaultZcredentialDetailsZdatabaseCredentialr r ZfileSizer ZisAutoExtensibleZautoExtendNextSizeZautoExtendMaxSizeZisMaxSizeUnlimitedZ isDefaultN) Z swagger_typesZ attribute_map�_credential_details�_database_credential�_name�_type� _file_size�_status�_is_auto_extensible�_auto_extend_next_size�_auto_extend_max_size�_is_max_size_unlimited�_is_default)�self�kwargs� r% �\/usr/lib/python3.9/site-packages/oci/database_management/models/update_tablespace_details.py�__init__# sF 5��z UpdateTablespaceDetails.__init__c C s | j S )z� Gets the credential_details of this UpdateTablespaceDetails. :return: The credential_details of this UpdateTablespaceDetails. :rtype: oci.database_management.models.TablespaceAdminCredentialDetails �r �r# r% r% r&