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