📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: drop_tablespace_details.cpython-39.pyc
a ���ff � @ 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� �Zdd� Zdd� Z dd� ZdS )�DropTablespaceDetailsz� The details required to drop a tablespace. It takes either credentialDetails or databaseCredential. It's recommended to provide databaseCredential c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new DropTablespaceDetails 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 DropTablespaceDetails. :type credential_details: oci.database_management.models.TablespaceAdminCredentialDetails :param database_credential: The value to assign to the database_credential property of this DropTablespaceDetails. :type database_credential: oci.database_management.models.DatabaseCredentialDetails :param is_including_contents: The value to assign to the is_including_contents property of this DropTablespaceDetails. :type is_including_contents: bool :param is_dropping_data_files: The value to assign to the is_dropping_data_files property of this DropTablespaceDetails. :type is_dropping_data_files: bool :param is_cascade_constraints: The value to assign to the is_cascade_constraints property of this DropTablespaceDetails. :type is_cascade_constraints: bool Z TablespaceAdminCredentialDetailsZDatabaseCredentialDetails�bool)�credential_details�database_credential�is_including_contents�is_dropping_data_files�is_cascade_constraintsZcredentialDetailsZdatabaseCredentialZisIncludingContentsZisDroppingDataFilesZisCascadeConstraintsN)Z swagger_typesZ attribute_map�_credential_details�_database_credential�_is_including_contents�_is_dropping_data_files�_is_cascade_constraints)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/database_management/models/drop_tablespace_details.py�__init__ s"