com.collation.platform.model.topology.dev
Interface TapeDrive
- All Superinterfaces:
- LogicalDevice, LogicalElement, ManagedElement, ManagedSystemElement, MediaAccessDevice, ModelObject, java.io.Serializable
public interface TapeDrive
- extends MediaAccessDevice
A tape drive.
- Naming Rules:
- 0="ansiT10Id"
1="worldWideName"
- Persistable:
- true
Methods inherited from interface com.collation.platform.model.topology.dev.MediaAccessDevice |
getControllers, getName, getParent, getPhysicalPackage, getStatus, getStorageExtents, getType, hasControllers, hasName, hasParent, hasPhysicalPackage, hasStatus, hasStorageExtents, hasType, setControllers, setName, setParent, setPhysicalPackage, setStatus, setStorageExtents, setType |
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 |
getAnsiT10Id
java.lang.String getAnsiT10Id()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setAnsiT10Id
void setAnsiT10Id(java.lang.String id)
hasAnsiT10Id
boolean hasAnsiT10Id()
getWorldWideName
java.lang.String getWorldWideName()
throws AttributeNotSetException
- SAN WWN in case the TapeDrive is SAN accessible
- Throws:
AttributeNotSetException
setWorldWideName
void setWorldWideName(java.lang.String wwn)
hasWorldWideName
boolean hasWorldWideName()