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
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: - source (oci.database_migration.models.UpdateHostDumpTransferDetails) – The value to assign to the source property of this UpdateDumpTransferDetails.
- target (oci.database_migration.models.UpdateHostDumpTransferDetails) – The value to assign to the target property of this UpdateDumpTransferDetails.
-
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
-