|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.rackspace.cloudloadbalancers.v1.domain.internal.BaseNode.Builder<AddNode>
org.jclouds.rackspace.cloudloadbalancers.v1.domain.AddNode.Builder
public static class AddNode.Builder
| Field Summary |
|---|
| Fields inherited from class org.jclouds.rackspace.cloudloadbalancers.v1.domain.internal.BaseNode.Builder |
|---|
address, condition, port, type, weight |
| Constructor Summary | |
|---|---|
AddNode.Builder()
|
|
| Method Summary | |
|---|---|
AddNode.Builder |
address(String address)
Required. |
AddNode |
build()
|
AddNode.Builder |
condition(BaseNode.Condition condition)
Required. |
AddNode.Builder |
from(AddNode in)
|
AddNode.Builder |
port(int port)
Required. |
AddNode.Builder |
type(BaseNode.Type type)
Type of node to add. |
AddNode.Builder |
weight(Integer weight)
Weight of node to add. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddNode.Builder()
| Method Detail |
|---|
public AddNode.Builder address(String address)
address in class BaseNode.Builder<AddNode>public AddNode.Builder condition(BaseNode.Condition condition)
condition in class BaseNode.Builder<AddNode>BaseNode.Conditionpublic AddNode.Builder type(BaseNode.Type type)
type in class BaseNode.Builder<AddNode>BaseNode.Typepublic AddNode.Builder port(int port)
port in class BaseNode.Builder<AddNode>public AddNode.Builder weight(Integer weight)
Algorithm#WEIGHTED_ROUND_ROBIN load balancer algorithm mode is
selected, then the user should assign the relevant weight to the node using the weight attribute for
the node. Must be an integer from 1 to 100.
weight in class BaseNode.Builder<AddNode>public AddNode build()
build in class BaseNode.Builder<AddNode>public AddNode.Builder from(AddNode in)
from in class BaseNode.Builder<AddNode>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||