org.jclouds.gogrid.options
Class GetIpListOptions.Builder

java.lang.Object
  extended by org.jclouds.gogrid.options.GetIpListOptions.Builder
Enclosing class:
GetIpListOptions

public static class GetIpListOptions.Builder
extends Object


Constructor Summary
GetIpListOptions.Builder()
           
 
Method Summary
 GetIpListOptions create()
           
 GetIpListOptions inDatacenter(String datacenterId)
           
 GetIpListOptions limitToType(IpType type)
           
 GetIpListOptions unassignedPublicIps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetIpListOptions.Builder

public GetIpListOptions.Builder()
Method Detail

inDatacenter

public GetIpListOptions inDatacenter(String datacenterId)

create

public GetIpListOptions create()

limitToType

public GetIpListOptions limitToType(IpType type)

unassignedPublicIps

public GetIpListOptions unassignedPublicIps()


Copyright © 2009-2011 jclouds. All Rights Reserved.