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

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

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

Methods in com.collation.platform.model.topology.storage that return StorageSubSystem
 StorageSubSystem StorageSubSystemZoneMember.getStorageSubSystem()
          A StorageSubSystem bound to the zone
 StorageSubSystem StoragePool.getStorageSubSystem()
           
 

Methods in com.collation.platform.model.topology.storage with parameters of type StorageSubSystem
 void StorageSubSystemZoneMember.setStorageSubSystem(StorageSubSystem system)
           
 void StoragePool.setStorageSubSystem(StorageSubSystem x)