public class GetIpListOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GetIpListOptions.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
static GetIpListOptions | 
NONE  | 
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters| Constructor and Description | 
|---|
GetIpListOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetIpListOptions | 
inDatacenter(String datacenterId)  | 
GetIpListOptions | 
onlyAssigned()  | 
GetIpListOptions | 
onlyUnassigned()  | 
GetIpListOptions | 
onlyWithType(IpType type)  | 
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final GetIpListOptions NONE
public GetIpListOptions onlyAssigned()
public GetIpListOptions onlyUnassigned()
public GetIpListOptions onlyWithType(IpType type)
public GetIpListOptions inDatacenter(String datacenterId)
Copyright © 2009-2013 jclouds. All Rights Reserved.