CreateTransferDeviceDetails

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

Bases: object

CreateTransferDeviceDetails model.

Methods

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

Attributes

iscsi_iqn Gets the iscsi_iqn of this CreateTransferDeviceDetails.
serial_number Gets the serial_number of this CreateTransferDeviceDetails.
__init__(**kwargs)

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

Parameters:
  • serial_number (str) – The value to assign to the serial_number property of this CreateTransferDeviceDetails.
  • iscsi_iqn (str) – The value to assign to the iscsi_iqn property of this CreateTransferDeviceDetails.
iscsi_iqn

Gets the iscsi_iqn of this CreateTransferDeviceDetails.

Returns:The iscsi_iqn of this CreateTransferDeviceDetails.
Return type:str
serial_number

Gets the serial_number of this CreateTransferDeviceDetails.

Returns:The serial_number of this CreateTransferDeviceDetails.
Return type:str