org.jclouds.cloudstack.options
Class ListStoragePoolsOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.options.ListStoragePoolsOptions.Builder
Enclosing class:
ListStoragePoolsOptions

public static class ListStoragePoolsOptions.Builder
extends Object


Method Summary
static ListStoragePoolsOptions clusterId(long clusterId)
           
static ListStoragePoolsOptions id(long id)
           
static ListStoragePoolsOptions ipAddress(String ipAddress)
           
static ListStoragePoolsOptions keyword(String keyword)
           
static ListStoragePoolsOptions name(String name)
           
static ListStoragePoolsOptions path(String path)
           
static ListStoragePoolsOptions podId(long podId)
           
static ListStoragePoolsOptions zoneId(long zoneId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.