org.jclouds.cloudstack.options
Class ListVlanIPRangesOptions

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

public class ListVlanIPRangesOptions
extends AccountInDomainOptions

Options to the listVLANIPRanges() API call

Author:
Richard Downer

Nested Class Summary
static class ListVlanIPRangesOptions.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.cloudstack.options.AccountInDomainOptions
NONE
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
ListVlanIPRangesOptions()
           
 
Method Summary
 ListVlanIPRangesOptions accountInDomain(String account, long domainId)
           
 ListVlanIPRangesOptions domainId(long domainId)
           
 ListVlanIPRangesOptions forVirtualNetwork(boolean forVirtualNetwork)
           
 ListVlanIPRangesOptions id(long id)
           
 ListVlanIPRangesOptions keyword(String keyword)
           
 ListVlanIPRangesOptions networkId(long networkId)
           
 ListVlanIPRangesOptions podId(long podId)
           
 ListVlanIPRangesOptions vlan(long vlan)
           
 ListVlanIPRangesOptions vlan(String vlan)
           
 ListVlanIPRangesOptions zoneId(long zoneId)
           
 
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
 

Constructor Detail

ListVlanIPRangesOptions

public ListVlanIPRangesOptions()
Method Detail

accountInDomain

public ListVlanIPRangesOptions accountInDomain(String account,
                                               long domainId)
Overrides:
accountInDomain in class AccountInDomainOptions
Parameters:
account - an optional account for the resource
domainId - domain id

domainId

public ListVlanIPRangesOptions domainId(long domainId)
Overrides:
domainId in class AccountInDomainOptions
Parameters:
domainId - The domain for the resource

forVirtualNetwork

public ListVlanIPRangesOptions forVirtualNetwork(boolean forVirtualNetwork)

id

public ListVlanIPRangesOptions id(long id)

keyword

public ListVlanIPRangesOptions keyword(String keyword)

networkId

public ListVlanIPRangesOptions networkId(long networkId)

podId

public ListVlanIPRangesOptions podId(long podId)

vlan

public ListVlanIPRangesOptions vlan(String vlan)

vlan

public ListVlanIPRangesOptions vlan(long vlan)

zoneId

public ListVlanIPRangesOptions zoneId(long zoneId)


Copyright © 2009-2012 jclouds. All Rights Reserved.