com.collation.platform.model.topology.net
Interface IpInterface
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface IpInterface
- extends LogicalElement
Object representing an L3 IP endpoint
- Naming Rules:
- 0="parent,ipAddress"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- IPINTRFC
- Display Name:
- ipAddress
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 |
STATUS_UP
static final int STATUS_UP
- See Also:
- Constant Field Values
STATUS_DOWN
static final int STATUS_DOWN
- See Also:
- Constant Field Values
getParent
ComputerSystem getParent()
throws AttributeNotSetException
- Computer system containing the interface
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="true"
setParent
void setParent(ComputerSystem parent)
hasParent
boolean hasParent()
getIpAddress
IpAddress getIpAddress()
throws AttributeNotSetException
- Ip address on the interface
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.BindsTo"
reverse="false"
setIpAddress
void setIpAddress(IpAddress ip)
hasIpAddress
boolean hasIpAddress()
getIpNetwork
IpNetwork getIpNetwork()
throws AttributeNotSetException
- Ip network the interface is connected to
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Networks"
reverse="true"
setIpNetwork
void setIpNetwork(IpNetwork network)
hasIpNetwork
boolean hasIpNetwork()
getStatus
int getStatus()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setStatus
void setStatus(int status)
hasStatus
boolean hasStatus()
getL2Interface
L2Interface getL2Interface()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.BindsTo"
reverse="false"
setL2Interface
void setL2Interface(L2Interface l2intf)
hasL2Interface
boolean hasL2Interface()
getPortList
java.lang.String getPortList()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setPortList
void setPortList(java.lang.String portList)
hasPortList
boolean hasPortList()