org.jclouds.cloudstack.options
Class ListStoragePoolsOptions.Builder
java.lang.Object
org.jclouds.cloudstack.options.ListStoragePoolsOptions.Builder
- Enclosing class:
- ListStoragePoolsOptions
public static class ListStoragePoolsOptions.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clusterId
public static ListStoragePoolsOptions clusterId(long clusterId)
id
public static ListStoragePoolsOptions id(long id)
ipAddress
public static ListStoragePoolsOptions ipAddress(String ipAddress)
keyword
public static ListStoragePoolsOptions keyword(String keyword)
name
public static ListStoragePoolsOptions name(String name)
path
public static ListStoragePoolsOptions path(String path)
podId
public static ListStoragePoolsOptions podId(long podId)
zoneId
public static ListStoragePoolsOptions zoneId(long zoneId)
Copyright © 2009-2012 jclouds. All Rights Reserved.