Package | Description |
---|---|
org.jclouds.rackspace.cloudloadbalancers.domain | |
org.jclouds.rackspace.cloudloadbalancers.features |
Modifier and Type | Method and Description |
---|---|
static NodeAttributes |
NodeAttributes.Builder.condition(BaseNode.Condition condition) |
NodeAttributes |
NodeAttributes.condition(String condition) |
static <T extends BaseNode<T>> |
NodeAttributes.fromNode(T n) |
NodeAttributes |
NodeAttributes.weight(int weight) |
static NodeAttributes |
NodeAttributes.Builder.weight(int weight) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
NodeAsyncApi.update(int id,
NodeAttributes attrs) |
void |
NodeApi.update(int id,
NodeAttributes attrs)
Update the properties of a node.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.