org.jclouds.cloudstack.options
Class ListPodsOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.cloudstack.options.ListPodsOptions
All Implemented Interfaces:
HttpRequestOptions

public class ListPodsOptions
extends BaseHttpRequestOptions

Options to the GlobalPodClient.listPods API call.

Author:
Richard Downer

Nested Class Summary
static class ListPodsOptions.Builder
           
 
Field Summary
static ListPodsOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
ListPodsOptions()
           
 
Method Summary
 ListPodsOptions allocationState(AllocationState allocationState)
           
 ListPodsOptions id(long id)
           
 ListPodsOptions keyword(String keyword)
           
 ListPodsOptions name(String name)
           
 ListPodsOptions zoneId(long zoneId)
           
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final ListPodsOptions NONE
Constructor Detail

ListPodsOptions

public ListPodsOptions()
Method Detail

allocationState

public ListPodsOptions allocationState(AllocationState allocationState)

id

public ListPodsOptions id(long id)

keyword

public ListPodsOptions keyword(String keyword)

name

public ListPodsOptions name(String name)

zoneId

public ListPodsOptions zoneId(long zoneId)


Copyright © 2009-2012 jclouds. All Rights Reserved.