public class ListLoadBalancerRulesOptions extends AccountInDomainOptions
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ListLoadBalancerRulesOptions.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
static ListLoadBalancerRulesOptions | 
NONE  | 
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description | 
|---|
ListLoadBalancerRulesOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListLoadBalancerRulesOptions | 
accountInDomain(String account,
               String domain) | 
ListLoadBalancerRulesOptions | 
domainId(String domainId) | 
ListLoadBalancerRulesOptions | 
id(String id)  | 
ListLoadBalancerRulesOptions | 
name(String name)  | 
ListLoadBalancerRulesOptions | 
page(long page)  | 
ListLoadBalancerRulesOptions | 
pageSize(long pageSize)  | 
ListLoadBalancerRulesOptions | 
publicIPId(String publicIPId)  | 
ListLoadBalancerRulesOptions | 
virtualMachineId(String virtualMachineId)  | 
ListLoadBalancerRulesOptions | 
zoneId(String zoneId)  | 
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListLoadBalancerRulesOptions NONE
public ListLoadBalancerRulesOptions id(String id)
id - Lists rule with the specified ID.public ListLoadBalancerRulesOptions name(String name)
name - the name of the load balancer rulepublic ListLoadBalancerRulesOptions publicIPId(String publicIPId)
publicIPId - the public IP address id of the load balancer rulepublic ListLoadBalancerRulesOptions virtualMachineId(String virtualMachineId)
virtualMachineId - the ID of the virtual machine of the load balancer rulepublic ListLoadBalancerRulesOptions zoneId(String zoneId)
zoneId - the availability zone IDpublic ListLoadBalancerRulesOptions page(long page)
page - the number of the pagepublic ListLoadBalancerRulesOptions pageSize(long pageSize)
pageSize - public ListLoadBalancerRulesOptions accountInDomain(String account, String domain)
accountInDomain in class AccountInDomainOptionsaccount - an optional account for the resourcedomain - domain idpublic ListLoadBalancerRulesOptions domainId(String domainId)
domainId in class AccountInDomainOptionsdomainId - The domain for the resourceCopyright © 2009-2013 jclouds. All Rights Reserved.