org.jclouds.gogrid.options
Class GetIpListOptions

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

public class GetIpListOptions
extends BaseHttpRequestOptions

Author:
Oleksiy Yarmula

Nested Class Summary
static class GetIpListOptions.Builder
           
 
Field Summary
static GetIpListOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
GetIpListOptions()
           
 
Method Summary
 GetIpListOptions inDatacenter(String datacenterId)
           
 GetIpListOptions onlyAssigned()
           
 GetIpListOptions onlyUnassigned()
           
 GetIpListOptions onlyWithType(IpType type)
           
 
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 GetIpListOptions NONE
Constructor Detail

GetIpListOptions

public GetIpListOptions()
Method Detail

onlyAssigned

public GetIpListOptions onlyAssigned()

onlyUnassigned

public GetIpListOptions onlyUnassigned()

onlyWithType

public GetIpListOptions onlyWithType(IpType type)

inDatacenter

public GetIpListOptions inDatacenter(String datacenterId)


Copyright © 2009-2011 jclouds. All Rights Reserved.