net.floodlightcontroller.loadbalancer
Class LBMonitor

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

public class LBMonitor
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  short attemptsBeforeDeactivation
           
protected  short delay
           
protected  java.lang.String id
           
protected  java.lang.String name
           
protected  java.lang.String netId
           
protected  short port
           
protected  byte protocol
           
protected  short status
           
protected  short timeout
           
protected  short type
           
 
Constructor Summary
LBMonitor()
           
 
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

name

protected java.lang.String name

type

protected short type

delay

protected short delay

timeout

protected short timeout

attemptsBeforeDeactivation

protected short attemptsBeforeDeactivation

netId

protected java.lang.String netId

address

protected int address

protocol

protected byte protocol

port

protected short port

adminState

protected short adminState

status

protected short status
Constructor Detail

LBMonitor

public LBMonitor()