org.jclouds.cloudstack.options
Class ListVMGroupsOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.cloudstack.options.ListVMGroupsOptions
All Implemented Interfaces:
HttpRequestOptions

public class ListVMGroupsOptions
extends BaseHttpRequestOptions

Options used to control what VMGroups information is returned

Author:
Richard Downer
See Also:

Nested Class Summary
static class ListVMGroupsOptions.Builder
           
 
Field Summary
static ListVMGroupsOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
ListVMGroupsOptions()
           
 
Method Summary
 ListVMGroupsOptions account(String account)
           
 ListVMGroupsOptions domainId(long domainId)
           
 ListVMGroupsOptions id(long id)
           
 ListVMGroupsOptions keyword(String keyword)
           
 ListVMGroupsOptions name(String name)
           
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final ListVMGroupsOptions NONE
Constructor Detail

ListVMGroupsOptions

public ListVMGroupsOptions()
Method Detail

id

public ListVMGroupsOptions id(long id)
Parameters:
id - list VMGroups by id

account

public ListVMGroupsOptions account(String account)
Parameters:
account - account who owns the VMGroups

domainId

public ListVMGroupsOptions domainId(long domainId)
Parameters:
domainId - domain ID of the account owning the VMGroups

keyword

public ListVMGroupsOptions keyword(String keyword)
Parameters:
keyword - keyword to search on

name

public ListVMGroupsOptions name(String name)
Parameters:
name - find a VMGroup by its name


Copyright © 2009-2012 jclouds. All Rights Reserved.