public class NodeAttributes extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
NodeAttributes.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
condition  | 
protected Integer | 
weight  | 
| Constructor and Description | 
|---|
NodeAttributes()  | 
| Modifier and Type | Method and Description | 
|---|---|
NodeAttributes | 
condition(String condition)  | 
boolean | 
equals(Object obj)  | 
static <T extends BaseNode<T>>  | 
fromNode(T n)  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
String | 
toString()  | 
NodeAttributes | 
weight(int weight)  | 
public NodeAttributes condition(String condition)
public NodeAttributes weight(int weight)
public static <T extends BaseNode<T>> NodeAttributes fromNode(T n)
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.