1lsm_disk_link_type_get(3) Libstoragemgmt C API Manuallsm_disk_link_type_get(3)
2
3
4
6 lsm_disk_link_type_get - Retrieves the link type for the disk.
7
9 lsm_disk_link_type lsm_disk_link_type_get (lsm_disk *d);
10
12 d Disk to retrieve link type for.
13
15 1.3
16
18 Retrieves the disk physical link type.
19
21 LSM_CAP_DISK_LINK_TYPE
22
24 lsm_disk_link_type. Disk link type. Possible values:
25 * LSM_DISK_LINK_TYPE_NO_SUPPORT
26 Plugin does not support this property.
27 * LSM_DISK_LINK_TYPE_UNKNOWN
28 Given 'd' argument is NULL or plugin failed to detect link
29 type.
30 * LSM_DISK_LINK_TYPE_FC
31 Fibre Channel
32 * LSM_DISK_LINK_TYPE_SSA
33 Serial Storage Architecture, Old IBM tech.
34 * LSM_DISK_LINK_TYPE_SBP
35 Serial Bus Protocol, used by IEEE 1394.
36 * LSM_DISK_LINK_TYPE_SRP
37 SCSI RDMA Protocol
38 * LSM_DISK_LINK_TYPE_ISCSI
39 Internet Small Computer System Interface
40 * LSM_DISK_LINK_TYPE_SAS
41 Serial Attached SCSI
42 * LSM_DISK_LINK_TYPE_ADT
43 Automation/Drive Interface Transport Protocol, often used by
44 Tape.
45 * LSM_DISK_LINK_TYPE_ATA
46 PATA/IDE or SATA.
47 * LSM_DISK_LINK_TYPE_USB
48 USB disk
49 * LSM_DISK_LINK_TYPE_SOP
50 SCSI over PCI-E
51 * LSM_DISK_LINK_TYPE_PCIE
52 PCI-E, e.g. NVMe
53
54
55
56May 2018 lsm_disk_link_type_get lsm_disk_link_type_get(3)