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(String clusterId)
           
static ListStoragePoolsOptions id(String id)
           
static ListStoragePoolsOptions ipAddress(String ipAddress)
           
static ListStoragePoolsOptions keyword(String keyword)
           
static ListStoragePoolsOptions name(String name)
           
static ListStoragePoolsOptions path(String path)
           
static ListStoragePoolsOptions podId(String podId)
           
static ListStoragePoolsOptions zoneId(String 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(String clusterId)

id

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

zoneId

public static ListStoragePoolsOptions zoneId(String zoneId)


Copyright © 2009-2012 jclouds. All Rights Reserved.