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

public class ListStoragePoolsOptions
extends org.jclouds.http.options.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, pathSuffix, payload, queryParameters
 
Method Summary
 ListStoragePoolsOptions clusterId(String clusterId)
           
 ListStoragePoolsOptions id(String id)
           
 ListStoragePoolsOptions ipAddress(String ipAddress)
           
 ListStoragePoolsOptions keyword(String keyword)
           
 ListStoragePoolsOptions name(String name)
           
 ListStoragePoolsOptions path(String path)
           
 ListStoragePoolsOptions podId(String podId)
           
 ListStoragePoolsOptions zoneId(String zoneId)
           
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, 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(String clusterId)

id

public ListStoragePoolsOptions id(String 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(String podId)

zoneId

public ListStoragePoolsOptions zoneId(String zoneId)


Copyright © 2009-2013 jclouds. All Rights Reserved.