MultipleTransferAppliances

class oci.dts.models.MultipleTransferAppliances(**kwargs)

Bases: object

MultipleTransferAppliances model.

Methods

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

Attributes

transfer_appliance_objects Gets the transfer_appliance_objects of this MultipleTransferAppliances.
__init__(**kwargs)

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

Parameters:transfer_appliance_objects (list[oci.dts.models.TransferApplianceSummary]) – The value to assign to the transfer_appliance_objects property of this MultipleTransferAppliances.
transfer_appliance_objects

Gets the transfer_appliance_objects of this MultipleTransferAppliances. List of TransferAppliance summary’s

Returns:The transfer_appliance_objects of this MultipleTransferAppliances.
Return type:list[oci.dts.models.TransferApplianceSummary]