| Package | Description | 
|---|---|
| org.jclouds.rackspace.cloudloadbalancers.v1.domain | 
| Modifier and Type | Method and Description | 
|---|---|
static Node.Status | 
Node.Status.fromValue(String status)  | 
Node.Status | 
Node.getStatus()  | 
static Node.Status | 
Node.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Node.Status[] | 
Node.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Node.Builder | 
Node.Builder.status(Node.Status status)  | 
| Constructor and Description | 
|---|
Node(String address,
    int port,
    BaseNode.Condition condition,
    BaseNode.Type type,
    Integer weight,
    int id,
    Node.Status status,
    Metadata metadata)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.