UpdateDataTransferMediumDetails

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

Bases: object

Data Transfer Medium details for the Migration. 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. If an empty object is specified, the stored Data Transfer Medium details will be removed.

Methods

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

Attributes

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

Initializes a new UpdateDataTransferMediumDetails 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 UpdateDataTransferMediumDetails.

Returns:The aws_s3_details of this UpdateDataTransferMediumDetails.
Return type:oci.database_migration.models.UpdateAwsS3Details

Gets the database_link_details of this UpdateDataTransferMediumDetails.

Returns:The database_link_details of this UpdateDataTransferMediumDetails.
Return type:oci.database_migration.models.UpdateDatabaseLinkDetails
object_storage_details

Gets the object_storage_details of this UpdateDataTransferMediumDetails.

Returns:The object_storage_details of this UpdateDataTransferMediumDetails.
Return type:oci.database_migration.models.UpdateObjectStoreBucket