Package org.jclouds.gogrid.options
Class GetIpListOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.gogrid.options.GetIpListOptions
-
- All Implemented Interfaces:
org.jclouds.http.options.HttpRequestOptions
public class GetIpListOptions extends org.jclouds.http.options.BaseHttpRequestOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetIpListOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetIpListOptionsNONE
-
Constructor Summary
Constructors Constructor Description GetIpListOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetIpListOptionsinDatacenter(String datacenterId)GetIpListOptionsonlyAssigned()GetIpListOptionsonlyUnassigned()GetIpListOptionsonlyWithType(IpType type)
-
-
-
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)
-
-