lsm_target_port_type_get - Man Page
Retrieve target port type
Synopsis
lsm_target_port_type lsm_target_port_type_get (lsm_target_port *tp);
Arguments
- tp
- Target port to retrieve type for. 
Version
1.0
Description
Retrieve the type(FC/iSCSI/etc) of target port.
Return
lsm_target_port_type. Valid values are:
   * LSM_TARGET_PORT_TYPE_FC
       FC
   * LSM_TARGET_PORT_TYPE_FCOE
       FCoE
   * LSM_TARGET_PORT_TYPE_ISCSI
       iSCSI
   * LSM_TARGET_PORT_TYPE_OTHER
       Vendor specific.
Info
January 2025 Libstoragemgmt C API Manual