Package org.jclouds.gogrid.options
Class GetServerListOptions.Builder
- java.lang.Object
-
- org.jclouds.gogrid.options.GetServerListOptions.Builder
-
- Enclosing class:
- GetServerListOptions
public static class GetServerListOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetServerListOptions
excludeSandboxServers()
GetServerListOptions
inDatacenter(String datacenterId)
GetServerListOptions
limitServerTypeTo(String serverType)
GetServerListOptions
onlySandboxServers()
-
-
-
Method Detail
-
inDatacenter
public GetServerListOptions inDatacenter(String datacenterId)
-
limitServerTypeTo
public GetServerListOptions limitServerTypeTo(String serverType)
-
onlySandboxServers
public GetServerListOptions onlySandboxServers()
-
excludeSandboxServers
public GetServerListOptions excludeSandboxServers()
-
-