MultipleTransferDevices¶
-
class
oci.dts.models.
MultipleTransferDevices
(**kwargs)¶ Bases:
object
MultipleTransferDevices model.
Methods
__init__
(**kwargs)Initializes a new MultipleTransferDevices object with values from keyword arguments. Attributes
transfer_device_objects
Gets the transfer_device_objects of this MultipleTransferDevices. -
__init__
(**kwargs)¶ Initializes a new MultipleTransferDevices object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: transfer_device_objects (list[oci.dts.models.TransferDeviceSummary]) – The value to assign to the transfer_device_objects property of this MultipleTransferDevices.
-
transfer_device_objects
¶ Gets the transfer_device_objects of this MultipleTransferDevices. List of TransferDeviceObject’s
Returns: The transfer_device_objects of this MultipleTransferDevices. Return type: list[oci.dts.models.TransferDeviceSummary]
-