org.jclouds.cloudstack.options
Class ListPodsOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.ListPodsOptions
- All Implemented Interfaces:
- HttpRequestOptions
public class ListPodsOptions
- extends BaseHttpRequestOptions
Options to the GlobalPodClient.listPods API call.
- Author:
- Richard Downer
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
NONE
public static final ListPodsOptions NONE
ListPodsOptions
public ListPodsOptions()
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.