net.floodlightcontroller.loadbalancer
Class LBMember

java.lang.Object
  extended by net.floodlightcontroller.loadbalancer.LBMember

public class LBMember
extends java.lang.Object

Data structure for Load Balancer based on Quantum proposal http://wiki.openstack.org/LBaaS/CoreResourceModel/proposal

Author:
KC Wang

Field Summary
protected  int address
           
protected  short adminState
           
protected  int connectionLimit
           
protected  java.lang.String id
           
protected  java.lang.String macString
           
protected  java.lang.String poolId
           
protected  short port
           
protected  short status
           
protected  java.lang.String vipId
           
 
Constructor Summary
LBMember()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

address

protected int address

port

protected short port

macString

protected java.lang.String macString

connectionLimit

protected int connectionLimit

adminState

protected short adminState

status

protected short status

poolId

protected java.lang.String poolId

vipId

protected java.lang.String vipId
Constructor Detail

LBMember

public LBMember()