DumpTransferDetails

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

Bases: object

Optional additional properties for dump transfer.

Methods

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

Attributes

shared_storage_mount_target_id Gets the shared_storage_mount_target_id of this DumpTransferDetails.
source Gets the source of this DumpTransferDetails.
target Gets the target of this DumpTransferDetails.
__init__(**kwargs)

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

Parameters:
shared_storage_mount_target_id

Gets the shared_storage_mount_target_id of this DumpTransferDetails. OCID of the shared storage mount target

Returns:The shared_storage_mount_target_id of this DumpTransferDetails.
Return type:str
source

Gets the source of this DumpTransferDetails.

Returns:The source of this DumpTransferDetails.
Return type:oci.database_migration.models.HostDumpTransferDetails
target

Gets the target of this DumpTransferDetails.

Returns:The target of this DumpTransferDetails.
Return type:oci.database_migration.models.HostDumpTransferDetails