Uses of Interface
com.collation.platform.model.topology.net.IpInterface

Packages that use IpInterface
com.collation.platform.model.topology.net   
com.collation.platform.model.topology.net.vip   
com.collation.platform.model.topology.sys   
 

Uses of IpInterface in com.collation.platform.model.topology.net
 

Methods in com.collation.platform.model.topology.net that return IpInterface
 IpInterface[] Router.getInterfaces()
           
 IpInterface TransportEndpoint.getIpInterface()
           
 

Methods in com.collation.platform.model.topology.net with parameters of type IpInterface
 void Router.setInterfaces(IpInterface[] interfaces)
           
 void TransportEndpoint.setIpInterface(IpInterface ipInterface)
           
 

Uses of IpInterface in com.collation.platform.model.topology.net.vip
 

Methods in com.collation.platform.model.topology.net.vip that return IpInterface
 IpInterface Vip.getIpInterface()
          The IP interface the VIP is residing on
 

Methods in com.collation.platform.model.topology.net.vip with parameters of type IpInterface
 void Vip.setIpInterface(IpInterface intf)
           
 

Uses of IpInterface in com.collation.platform.model.topology.sys
 

Methods in com.collation.platform.model.topology.sys that return IpInterface
 IpInterface[] ComputerSystem.getIpInterfaces()
          The set of IP interfaces configured on the system
 

Methods in com.collation.platform.model.topology.sys with parameters of type IpInterface
 void ComputerSystem.setIpInterfaces(IpInterface[] ifs)