UpdateDumpTransferDetails

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

Bases: object

Optional additional properties for dump transfer.

Methods

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

Attributes

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

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

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

Gets the source of this UpdateDumpTransferDetails.

Returns:The source of this UpdateDumpTransferDetails.
Return type:oci.database_migration.models.UpdateHostDumpTransferDetails
target

Gets the target of this UpdateDumpTransferDetails.

Returns:The target of this UpdateDumpTransferDetails.
Return type:oci.database_migration.models.UpdateHostDumpTransferDetails