org.jclouds.cloudloadbalancers.domain
Class NodeAttributes
java.lang.Object
org.jclouds.cloudloadbalancers.domain.NodeAttributes
public class NodeAttributes
- extends Object
- Author:
- Dan Lo Bianco
- See Also:
condition
protected String condition
weight
protected Integer weight
NodeAttributes
public NodeAttributes()
condition
public NodeAttributes condition(String condition)
weight
public NodeAttributes weight(int weight)
fromNode
public static <T extends BaseNode<T>> NodeAttributes fromNode(T n)
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2009-2012 jclouds. All Rights Reserved.