|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Fabric
A Fibre Channel SAN Fabric
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
FCSwitch[] |
getFcswitch()
|
Fabric |
getHostingFabric()
The fabric that is the hosting parent in case this fabric is a virtual fabric |
java.lang.String |
getName()
A unique name for the fabric |
boolean |
getVirtual()
Flag defining this fabric as a virtual fabric. |
java.lang.String |
getWorldWideName()
The World Wide Name (WWN) for the fabric. |
Zone[] |
getZones()
|
ZoneSet[] |
getZoneSets()
|
boolean |
hasFcswitch()
|
boolean |
hasHostingFabric()
|
boolean |
hasName()
|
boolean |
hasVirtual()
|
boolean |
hasWorldWideName()
|
boolean |
hasZones()
|
boolean |
hasZoneSets()
|
void |
setFcswitch(FCSwitch[] x)
|
void |
setHostingFabric(Fabric fabric)
|
void |
setName(java.lang.String name)
|
void |
setVirtual(boolean virtual)
|
void |
setWorldWideName(java.lang.String wwn)
|
void |
setZones(Zone[] zones)
|
void |
setZoneSets(ZoneSet[] x)
|
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 |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String name)
boolean hasName()
java.lang.String getWorldWideName() throws AttributeNotSetException
AttributeNotSetException
void setWorldWideName(java.lang.String wwn)
boolean hasWorldWideName()
Zone[] getZones() throws AttributeNotSetException
AttributeNotSetException
void setZones(Zone[] zones)
boolean hasZones()
ZoneSet[] getZoneSets() throws AttributeNotSetException
AttributeNotSetException
void setZoneSets(ZoneSet[] x)
boolean hasZoneSets()
FCSwitch[] getFcswitch() throws AttributeNotSetException
AttributeNotSetException
void setFcswitch(FCSwitch[] x)
boolean hasFcswitch()
boolean getVirtual() throws AttributeNotSetException
AttributeNotSetException
void setVirtual(boolean virtual)
boolean hasVirtual()
Fabric getHostingFabric() throws AttributeNotSetException
AttributeNotSetException
void setHostingFabric(Fabric fabric)
boolean hasHostingFabric()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |