CreateDumpTransferDetails

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

Bases: object

Optional additional properties for dump transfer.

Methods

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

Attributes

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

Initializes a new CreateDumpTransferDetails 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 CreateDumpTransferDetails. OCID of the shared storage mount target

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

Gets the source of this CreateDumpTransferDetails.

Returns:The source of this CreateDumpTransferDetails.
Return type:oci.database_migration.models.CreateHostDumpTransferDetails
target

Gets the target of this CreateDumpTransferDetails.

Returns:The target of this CreateDumpTransferDetails.
Return type:oci.database_migration.models.CreateHostDumpTransferDetails