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:
org.jclouds.http.options.HttpRequestOptions

public class ListPodsOptions
extends org.jclouds.http.options.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(String id)
           
 ListPodsOptions keyword(String keyword)
           
 ListPodsOptions name(String name)
           
 ListPodsOptions zoneId(String 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(String id)

keyword

public ListPodsOptions keyword(String keyword)

name

public ListPodsOptions name(String name)

zoneId

public ListPodsOptions zoneId(String zoneId)


Copyright © 2009-2013 jclouds. All Rights Reserved.