org.jclouds.cloudstack.options
Class ListVMGroupsOptions.Builder

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

public static class ListVMGroupsOptions.Builder
extends Object


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

Constructor Detail

ListVMGroupsOptions.Builder

public ListVMGroupsOptions.Builder()
Method Detail

id

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

account

public static ListVMGroupsOptions account(String account)
See Also:
ListVMGroupsOptions.account(java.lang.String)

domainId

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

keyword

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

name

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


Copyright © 2009-2012 jclouds. All Rights Reserved.