Uses of Interface
com.collation.platform.model.topology.dev.FCPort

Packages that use FCPort
com.collation.platform.model.topology.dev   
com.collation.platform.model.topology.storage   
com.collation.platform.model.topology.sys   
 

Uses of FCPort in com.collation.platform.model.topology.dev
 

Methods in com.collation.platform.model.topology.dev that return FCPort
 FCPort[] SCSIProtocolController.getFCPorts()
          The Fibre Channel Ports used
 

Methods in com.collation.platform.model.topology.dev with parameters of type FCPort
 void SCSIProtocolController.setFCPorts(FCPort[] ports)
           
 

Uses of FCPort in com.collation.platform.model.topology.storage
 

Methods in com.collation.platform.model.topology.storage that return FCPort
 FCPort[] FCSwitch.getFcport()
           
 FCPort[] Zone.getFiberChannelPorts()
          The Fibre Channel Ports belonging to the zone
 

Methods in com.collation.platform.model.topology.storage with parameters of type FCPort
 void FCSwitch.setFcport(FCPort[] x)
           
 void Zone.setFiberChannelPorts(FCPort[] ports)
           
 

Uses of FCPort in com.collation.platform.model.topology.sys
 

Methods in com.collation.platform.model.topology.sys that return FCPort
 FCPort[] ComputerSystem.getFCPorts()
          The set of Fibre Channel SAN ports present on the system
 

Methods in com.collation.platform.model.topology.sys with parameters of type FCPort
 void ComputerSystem.setFCPorts(FCPort[] fcps)