org.jclouds.cloudstack.options
Class ListStoragePoolsOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
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
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 ListStoragePoolsOptions NONE
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.