org.jclouds.glesys.domain
Class ServerLimit

java.lang.Object
  extended by org.jclouds.glesys.domain.ServerLimit

public class ServerLimit
extends Object

Detailed information about an OpenVZ server's limits

Author:
Adam Lowe
See Also:

Nested Class Summary
static class ServerLimit.Builder
           
 
Constructor Summary
ServerLimit(long held, long maxHeld, long barrier, long limit, long failCount)
           
 
Method Summary
static ServerLimit.Builder builder()
           
 boolean equals(Object object)
           
 long getBarrier()
           
 long getFailCount()
           
 long getHeld()
           
 long getLimit()
           
 long getMaxHeld()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerLimit

public ServerLimit(long held,
                   long maxHeld,
                   long barrier,
                   long limit,
                   long failCount)
Method Detail

builder

public static ServerLimit.Builder builder()

getHeld

public long getHeld()

getMaxHeld

public long getMaxHeld()

getBarrier

public long getBarrier()

getLimit

public long getLimit()

getFailCount

public long getFailCount()

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.