|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Zone
Object representing fibre channel (FC) storage area network (SAN) Zones
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
boolean |
getActive()
Flag that indicates whether the zone is active |
FCPort[] |
getFiberChannelPorts()
The Fibre Channel Ports belonging to the zone |
ZoneMember[] |
getMembers()
The Members of this Zone |
java.lang.String |
getName()
A unique name for the zone |
Fabric |
getParent()
The fabric that this zone is contained in |
boolean |
hasActive()
|
boolean |
hasFiberChannelPorts()
|
boolean |
hasMembers()
|
boolean |
hasName()
|
boolean |
hasParent()
|
void |
setActive(boolean active)
|
void |
setFiberChannelPorts(FCPort[] ports)
|
void |
setMembers(ZoneMember[] members)
|
void |
setName(java.lang.String name)
|
void |
setParent(Fabric parent)
|
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 |
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 |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
Fabric getParent() throws AttributeNotSetException
AttributeNotSetException
void setParent(Fabric parent)
boolean hasParent()
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String name)
boolean hasName()
FCPort[] getFiberChannelPorts() throws AttributeNotSetException
AttributeNotSetException
void setFiberChannelPorts(FCPort[] ports)
boolean hasFiberChannelPorts()
boolean getActive() throws AttributeNotSetException
AttributeNotSetException
void setActive(boolean active)
boolean hasActive()
ZoneMember[] getMembers() throws AttributeNotSetException
AttributeNotSetException
void setMembers(ZoneMember[] members)
boolean hasMembers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |