Package org.jclouds.gogrid.options
Class GetIpListOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.gogrid.options.GetIpListOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class GetIpListOptions extends BaseHttpRequestOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetIpListOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetIpListOptions
NONE
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description GetIpListOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetIpListOptions
inDatacenter(String datacenterId)
GetIpListOptions
onlyAssigned()
GetIpListOptions
onlyUnassigned()
GetIpListOptions
onlyWithType(IpType type)
-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
-
-
-
Field Detail
-
NONE
public static final GetIpListOptions NONE
-
-
Method Detail
-
onlyAssigned
public GetIpListOptions onlyAssigned()
-
onlyUnassigned
public GetIpListOptions onlyUnassigned()
-
onlyWithType
public GetIpListOptions onlyWithType(IpType type)
-
inDatacenter
public GetIpListOptions inDatacenter(String datacenterId)
-
-