com.collation.platform.model.topology.net
Interface VlanInterface
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface VlanInterface
- extends LogicalElement
An L2Interface on a VLAN
- Author:
- johan
- Naming Rules:
- 0="vlan,interface"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- VLANINTRFC
- Display Name:
- vlan,interface
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 |
getVlan
Vlan getVlan()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Networks"
reverse="false"
setVlan
void setVlan(Vlan vlan)
hasVlan
boolean hasVlan()
getInterface
L2Interface getInterface()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Virtualizes"
reverse="false"
setInterface
void setInterface(L2Interface intf)
hasInterface
boolean hasInterface()
getTrunkInterface
boolean getTrunkInterface()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTrunkInterface
void setTrunkInterface(boolean b)
hasTrunkInterface
boolean hasTrunkInterface()