ruạṛ
a N��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 d d� Z dd� Zdd� ZdS )�CreateDataTransferMediumDetailsa$ Data Transfer Medium details for the Migration. If not specified, it will default to Database Link. Only one type of data transfer medium can be specified, except for the case of Amazon RDS Oracle as source, where Object Storage Details along with AwsS3Details are required. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new CreateDataTransferMediumDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param database_link_details: The value to assign to the database_link_details property of this CreateDataTransferMediumDetails. :type database_link_details: oci.database_migration.models.CreateDatabaseLinkDetails :param object_storage_details: The value to assign to the object_storage_details property of this CreateDataTransferMediumDetails. :type object_storage_details: oci.database_migration.models.CreateObjectStoreBucket :param aws_s3_details: The value to assign to the aws_s3_details property of this CreateDataTransferMediumDetails. :type aws_s3_details: oci.database_migration.models.CreateAwsS3Details �CreateDatabaseLinkDetails�CreateObjectStoreBucket�CreateAwsS3Details)�database_link_details�object_storage_details�aws_s3_details�databaseLinkDetails�objectStorageDetails�awsS3DetailsN)� swagger_types� attribute_map�_database_link_details�_object_storage_details�_aws_s3_details)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_migration/models/create_data_transfer_medium_details.py�__init__ s ��z(CreateDataTransferMediumDetails.__init__c C s | j S )z� Gets the database_link_details of this CreateDataTransferMediumDetails. :return: The database_link_details of this CreateDataTransferMediumDetails. :rtype: oci.database_migration.models.CreateDatabaseLinkDetails �r �r r r r r 4 s z5CreateDataTransferMediumDetails.database_link_detailsc C s || _ dS )a Sets the database_link_details of this CreateDataTransferMediumDetails. :param database_link_details: The database_link_details of this CreateDataTransferMediumDetails. :type: oci.database_migration.models.CreateDatabaseLinkDetails Nr )r r r r r r >