Uses of Interface
com.collation.platform.model.topology.storage.FCSwitch

Packages that use FCSwitch
com.collation.platform.model.topology.storage   
 

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

Methods in com.collation.platform.model.topology.storage that return FCSwitch
 FCSwitch[] Fabric.getFcswitch()
           
 FCSwitch FCSwitch.getHostingSwitch()
          The switch that is the hosting parent in case this switch is a virtual switch
 

Methods in com.collation.platform.model.topology.storage with parameters of type FCSwitch
 void Fabric.setFcswitch(FCSwitch[] x)
           
 void FCSwitch.setHostingSwitch(FCSwitch fcswitch)