org.jclouds.cloudstack.options
Class ListStoragePoolsOptions

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

public class ListStoragePoolsOptions
extends BaseHttpRequestOptions

Options to the GlobalStoragePools[Async]Client.listStoragePools API call

Author:
Richard Downer

Nested Class Summary
static class ListStoragePoolsOptions.Builder
           
 
Field Summary
static ListStoragePoolsOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Method Summary
 ListStoragePoolsOptions clusterId(long clusterId)
           
 ListStoragePoolsOptions id(long id)
           
 ListStoragePoolsOptions ipAddress(String ipAddress)
           
 ListStoragePoolsOptions keyword(String keyword)
           
 ListStoragePoolsOptions name(String name)
           
 ListStoragePoolsOptions path(String path)
           
 ListStoragePoolsOptions podId(long podId)
           
 ListStoragePoolsOptions 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 ListStoragePoolsOptions NONE
Method Detail

clusterId

public ListStoragePoolsOptions clusterId(long clusterId)

id

public ListStoragePoolsOptions id(long id)

ipAddress

public ListStoragePoolsOptions ipAddress(String ipAddress)

keyword

public ListStoragePoolsOptions keyword(String keyword)

name

public ListStoragePoolsOptions name(String name)

path

public ListStoragePoolsOptions path(String path)

podId

public ListStoragePoolsOptions podId(long podId)

zoneId

public ListStoragePoolsOptions zoneId(long zoneId)


Copyright © 2009-2012 jclouds. All Rights Reserved.