org.jclouds.cloudstack.options
Class UpdateLoadBalancerRuleOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.cloudstack.options.UpdateLoadBalancerRuleOptions
All Implemented Interfaces:
HttpRequestOptions

public class UpdateLoadBalancerRuleOptions
extends BaseHttpRequestOptions

Options used to control how a load balancer rule is updated

Author:
Andrei Savu
See Also:

Nested Class Summary
static class UpdateLoadBalancerRuleOptions.Builder
           
 
Field Summary
static UpdateLoadBalancerRuleOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, 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, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final UpdateLoadBalancerRuleOptions NONE
Constructor Detail

UpdateLoadBalancerRuleOptions

public UpdateLoadBalancerRuleOptions()
Method Detail

algorithm

public UpdateLoadBalancerRuleOptions algorithm(LoadBalancerRule.Algorithm algorithm)
Parameters:
algorithm - load balancer algorithm (source, roundrobin, leastconn)

description

public UpdateLoadBalancerRuleOptions description(String description)
Parameters:
description - the description of the load balancer rule

name

public UpdateLoadBalancerRuleOptions name(String name)
Parameters:
name - the name of the load balancer rule


Copyright © 2009-2012 jclouds. All Rights Reserved.