CreateDataTransferMediumDetails

class oci.database_migration.models.CreateDataTransferMediumDetails(**kwargs)

Bases: object

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.

Methods

__init__(**kwargs) Initializes a new CreateDataTransferMediumDetails object with values from keyword arguments.

Attributes

aws_s3_details Gets the aws_s3_details of this CreateDataTransferMediumDetails.
database_link_details Gets the database_link_details of this CreateDataTransferMediumDetails.
object_storage_details Gets the object_storage_details of this CreateDataTransferMediumDetails.
__init__(**kwargs)

Initializes a new CreateDataTransferMediumDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
aws_s3_details

Gets the aws_s3_details of this CreateDataTransferMediumDetails.

Returns:The aws_s3_details of this CreateDataTransferMediumDetails.
Return type:oci.database_migration.models.CreateAwsS3Details

Gets the database_link_details of this CreateDataTransferMediumDetails.

Returns:The database_link_details of this CreateDataTransferMediumDetails.
Return type:oci.database_migration.models.CreateDatabaseLinkDetails
object_storage_details

Gets the object_storage_details of this CreateDataTransferMediumDetails.

Returns:The object_storage_details of this CreateDataTransferMediumDetails.
Return type:oci.database_migration.models.CreateObjectStoreBucket