Uses of Interface
com.collation.platform.model.topology.net.vip.VipFunction

Packages that use VipFunction
com.collation.platform.model.topology.app   
com.collation.platform.model.topology.net   
com.collation.platform.model.topology.net.vip   
com.collation.platform.model.topology.net.vip.bigip   
 

Uses of VipFunction in com.collation.platform.model.topology.app
 

Methods in com.collation.platform.model.topology.app that return VipFunction
 VipFunction AppServerCluster.getVipFunction()
           
 

Methods in com.collation.platform.model.topology.app with parameters of type VipFunction
 void AppServerCluster.setVipFunction(VipFunction vip)
           
 

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

Subinterfaces of VipFunction in com.collation.platform.model.topology.net
 interface Firewall
          A Firewall is a function that sets the firewall modules and general information

It is used for firewalls general attributes

 

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

Subinterfaces of VipFunction in com.collation.platform.model.topology.net.vip
 interface LoadBalancer
           
 

Methods in com.collation.platform.model.topology.net.vip that return VipFunction
 VipFunction Vip.getParent()
          Parent pointer to VipFunction
 VipFunction RealServerGroup.getParent()
          Parent pointer to VipFunction
 VipFunction RealServer.getParent()
          Parent pointer to VipFunction
 

Methods in com.collation.platform.model.topology.net.vip with parameters of type VipFunction
 void Vip.setParent(VipFunction parent)
           
 void RealServerGroup.setParent(VipFunction parent)
           
 void RealServer.setParent(VipFunction parent)
           
 

Uses of VipFunction in com.collation.platform.model.topology.net.vip.bigip
 

Subinterfaces of VipFunction in com.collation.platform.model.topology.net.vip.bigip
 interface BigIPVipFunction
          A VIP or Virtual IP translator is a function that maps one set of ip addresses onto another set.