📂 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_migration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_migration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_dump_transfer_details.cpython-39.opt-1.pyc
a ���fJ � @ 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 d d� Z dd� Zdd� ZdS )�CreateDumpTransferDetailsz; Optional additional properties for dump transfer. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a1 Initializes a new CreateDumpTransferDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source: The value to assign to the source property of this CreateDumpTransferDetails. :type source: oci.database_migration.models.CreateHostDumpTransferDetails :param target: The value to assign to the target property of this CreateDumpTransferDetails. :type target: oci.database_migration.models.CreateHostDumpTransferDetails :param shared_storage_mount_target_id: The value to assign to the shared_storage_mount_target_id property of this CreateDumpTransferDetails. :type shared_storage_mount_target_id: str ZCreateHostDumpTransferDetails�str)�source�target�shared_storage_mount_target_idr r ZsharedStorageMountTargetIdN)Z swagger_typesZ attribute_map�_source�_target�_shared_storage_mount_target_id)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/database_migration/models/create_dump_transfer_details.py�__init__ s ��z"CreateDumpTransferDetails.__init__c C s | j S )z� Gets the source of this CreateDumpTransferDetails. :return: The source of this CreateDumpTransferDetails. :rtype: oci.database_migration.models.CreateHostDumpTransferDetails �r �r r r r r 4 s z CreateDumpTransferDetails.sourcec C s || _ dS )z� Sets the source of this CreateDumpTransferDetails. :param source: The source of this CreateDumpTransferDetails. :type: oci.database_migration.models.CreateHostDumpTransferDetails Nr )r r r r r r >