org.jclouds.cloudstack.options
Class ListPodsOptions.Builder

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

public static class ListPodsOptions.Builder
extends Object


Constructor Summary
ListPodsOptions.Builder()
           
 
Method Summary
static ListPodsOptions allocationState(AllocationState allocationState)
           
static ListPodsOptions id(long id)
           
static ListPodsOptions keyword(String keyword)
           
static ListPodsOptions name(String name)
           
static ListPodsOptions zoneId(long zoneId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListPodsOptions.Builder

public ListPodsOptions.Builder()
Method Detail

allocationState

public static ListPodsOptions allocationState(AllocationState allocationState)

id

public static ListPodsOptions id(long id)

keyword

public static ListPodsOptions keyword(String keyword)

name

public static ListPodsOptions name(String name)

zoneId

public static ListPodsOptions zoneId(long zoneId)


Copyright © 2009-2012 jclouds. All Rights Reserved.