com.xerox.amazonws.ec2
Class HealthCheck

java.lang.Object
  extended by com.xerox.amazonws.ec2.HealthCheck

public class HealthCheck
extends Object

This is a container class for endpoint state


Constructor Summary
HealthCheck(String target, int interval, int timeout, int unhealthyThreshold, int healthyThreshold)
           
 
Method Summary
 int getHealthyThreshold()
           
 int getInterval()
           
 String getTarget()
           
 int getTimeout()
           
 int getUnhealthyThreshold()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HealthCheck

public HealthCheck(String target,
                   int interval,
                   int timeout,
                   int unhealthyThreshold,
                   int healthyThreshold)
Method Detail

getTarget

public String getTarget()

getInterval

public int getInterval()

getTimeout

public int getTimeout()

getUnhealthyThreshold

public int getUnhealthyThreshold()

getHealthyThreshold

public int getHealthyThreshold()

toString

public String toString()
Overrides:
toString in class Object