org.jclouds.cloudstack.options
Class ListVMGroupsOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
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:
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
NONE
public static final ListVMGroupsOptions NONE
ListVMGroupsOptions
public ListVMGroupsOptions()
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.