org.jclouds.gogrid.options
Class GetServerListOptions.Builder

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

public static class GetServerListOptions.Builder
extends Object


Constructor Summary
GetServerListOptions.Builder()
           
 
Method Summary
 GetServerListOptions excludeSandboxServers()
           
 GetServerListOptions inDatacenter(String datacenterId)
           
 GetServerListOptions limitServerTypeTo(String serverType)
           
 GetServerListOptions onlySandboxServers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetServerListOptions.Builder

public GetServerListOptions.Builder()
Method Detail

inDatacenter

public GetServerListOptions inDatacenter(String datacenterId)

limitServerTypeTo

public GetServerListOptions limitServerTypeTo(String serverType)

onlySandboxServers

public GetServerListOptions onlySandboxServers()

excludeSandboxServers

public GetServerListOptions excludeSandboxServers()


Copyright © 2009-2012 jclouds. All Rights Reserved.