org.jclouds.cloudloadbalancers.domain
Class NodeAttributes.Builder

java.lang.Object
  extended by org.jclouds.cloudloadbalancers.domain.NodeAttributes.Builder
Enclosing class:
NodeAttributes

public static class NodeAttributes.Builder
extends Object


Constructor Summary
NodeAttributes.Builder()
           
 
Method Summary
static NodeAttributes condition(BaseNode.Condition condition)
           
static NodeAttributes weight(int weight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeAttributes.Builder

public NodeAttributes.Builder()
Method Detail

condition

public static NodeAttributes condition(BaseNode.Condition condition)

weight

public static NodeAttributes weight(int weight)


Copyright © 2009-2012 jclouds. All Rights Reserved.