|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FCPort
A Fibre Channel port
Field Summary |
---|
Fields inherited from interface com.collation.platform.model.topology.dev.LogicalDevice |
---|
IBM_COPYRIGHT |
Method Summary | |
---|---|
java.lang.String |
getDeviceID()
A unique identifier for the port. |
ComputerSystem |
getParent()
The ComputerSystem this port is part of |
java.lang.String |
getPermanentAddress()
The port's WWN. |
int |
getPortNumber()
NetworkPorts are often numbered relative to either a logical module or a network element. |
int |
getPortType()
Type of the port |
long |
getSpeed()
Speed of zero represents a link not established. |
boolean |
hasDeviceID()
|
boolean |
hasParent()
|
boolean |
hasPermanentAddress()
|
boolean |
hasPortNumber()
|
boolean |
hasPortType()
|
boolean |
hasSpeed()
|
void |
setDeviceID(java.lang.String id)
|
void |
setParent(ComputerSystem parent)
|
void |
setPermanentAddress(java.lang.String address)
|
void |
setPortNumber(int number)
|
void |
setPortType(int type)
|
void |
setSpeed(long speed)
|
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
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 |
Method Detail |
---|
ComputerSystem getParent() throws AttributeNotSetException
AttributeNotSetException
void setParent(ComputerSystem parent)
boolean hasParent()
java.lang.String getDeviceID() throws AttributeNotSetException
AttributeNotSetException
void setDeviceID(java.lang.String id)
boolean hasDeviceID()
java.lang.String getPermanentAddress() throws AttributeNotSetException
AttributeNotSetException
void setPermanentAddress(java.lang.String address)
boolean hasPermanentAddress()
int getPortNumber() throws AttributeNotSetException
AttributeNotSetException
void setPortNumber(int number)
boolean hasPortNumber()
long getSpeed() throws AttributeNotSetException
AttributeNotSetException
void setSpeed(long speed)
boolean hasSpeed()
int getPortType() throws AttributeNotSetException
AttributeNotSetException
void setPortType(int type)
boolean hasPortType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |