com.collation.platform.model.topology.storage
Interface HostBusAdaptor
- All Superinterfaces:
- ConfigurationItem, Controller, LogicalDevice, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface HostBusAdaptor
- extends Controller, ConfigurationItem
A Fibre Channel HostBusAdaptor.
- Naming Rules:
- 0="worldWideName"
- Persistable:
- true
- Top Level:
- true
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Methods inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem |
getAssetID, getAssetTag, getCICategory, getConfigLastUpdate, getLastAuditState, getLastAuditTime, getLastLifecycleStateTime, getLifecycleState, getPrimaryOwner, hasAssetID, hasAssetTag, hasCICategory, hasConfigLastUpdate, hasLastAuditState, hasLastAuditTime, hasLastLifecycleStateTime, hasLifecycleState, hasPrimaryOwner, setAssetID, setAssetTag, setCICategory, setConfigLastUpdate, setLastAuditState, setLastAuditTime, setLastLifecycleStateTime, setLifecycleState, setPrimaryOwner |
getWorldWideName
java.lang.String getWorldWideName()
throws AttributeNotSetException
- The SAN WWN of this FC HBA.
- Throws:
AttributeNotSetException
setWorldWideName
void setWorldWideName(java.lang.String wwn)
hasWorldWideName
boolean hasWorldWideName()
getSCSIProtocolControllers
SCSIProtocolController[] getSCSIProtocolControllers()
throws AttributeNotSetException
- The protocol controllers that provide mappings between SCSI and FC
- Throws:
AttributeNotSetException
setSCSIProtocolControllers
void setSCSIProtocolControllers(SCSIProtocolController[] controllers)
hasSCSIProtocolControllers
boolean hasSCSIProtocolControllers()