org.jclouds.cloudstack.options
Class ListVolumesOptions.Builder

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

public static class ListVolumesOptions.Builder
extends Object


Constructor Summary
ListVolumesOptions.Builder()
           
 
Method Summary
static ListVolumesOptions accountInDomain(String account, long domain)
           
static ListVolumesOptions domainId(long id)
           
static ListVolumesOptions hostId(long id)
           
static ListVolumesOptions id(long id)
           
static ListVolumesOptions isRecursive(boolean recursive)
           
static ListVolumesOptions keyword(String keyword)
           
static ListVolumesOptions name(String name)
           
static ListVolumesOptions podId(long id)
           
static ListVolumesOptions type(Volume.Type type)
           
static ListVolumesOptions virtualMachineId(long virtualMachineId)
           
static ListVolumesOptions zoneId(long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListVolumesOptions.Builder

public ListVolumesOptions.Builder()
Method Detail

accountInDomain

public static ListVolumesOptions accountInDomain(String account,
                                                 long domain)
See Also:
ListVolumesOptions.accountInDomain(java.lang.String, long)

domainId

public static ListVolumesOptions domainId(long id)
See Also:
ListVolumesOptions.domainId(long)

hostId

public static ListVolumesOptions hostId(long id)
See Also:
ListVolumesOptions.hostId(long)

id

public static ListVolumesOptions id(long id)
See Also:
ListVolumesOptions.id(long)

isRecursive

public static ListVolumesOptions isRecursive(boolean recursive)
See Also:
ListVolumesOptions.isRecursive(boolean)

keyword

public static ListVolumesOptions keyword(String keyword)
See Also:
ListVolumesOptions.name(java.lang.String)

name

public static ListVolumesOptions name(String name)
See Also:
ListVolumesOptions.name(java.lang.String)

podId

public static ListVolumesOptions podId(long id)
See Also:
ListVolumesOptions.podId(long)

type

public static ListVolumesOptions type(Volume.Type type)
See Also:
ListVolumesOptions.type(org.jclouds.cloudstack.domain.Volume.Type)

virtualMachineId

public static ListVolumesOptions virtualMachineId(long virtualMachineId)
See Also:
ListVolumesOptions.virtualMachineId(long)

zoneId

public static ListVolumesOptions zoneId(long id)
See Also:
ListVolumesOptions.zoneId(long)


Copyright © 2009-2012 jclouds. All Rights Reserved.