|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.UpdateLoadBalancerRuleOptions
public class UpdateLoadBalancerRuleOptions
Options used to control how a load balancer rule is updated
| Nested Class Summary | |
|---|---|
static class |
UpdateLoadBalancerRuleOptions.Builder
|
| Field Summary | |
|---|---|
static UpdateLoadBalancerRuleOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
UpdateLoadBalancerRuleOptions()
|
|
| Method Summary | |
|---|---|
UpdateLoadBalancerRuleOptions |
algorithm(LoadBalancerRule.Algorithm algorithm)
|
UpdateLoadBalancerRuleOptions |
description(String description)
|
UpdateLoadBalancerRuleOptions |
name(String name)
|
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final UpdateLoadBalancerRuleOptions NONE
| Constructor Detail |
|---|
public UpdateLoadBalancerRuleOptions()
| Method Detail |
|---|
public UpdateLoadBalancerRuleOptions algorithm(LoadBalancerRule.Algorithm algorithm)
algorithm - load balancer algorithm (source, roundrobin, leastconn)public UpdateLoadBalancerRuleOptions description(String description)
description - the description of the load balancer rulepublic UpdateLoadBalancerRuleOptions name(String name)
name - the name of the load balancer rule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||