org.jclouds.cloudstack.options
Class ListVMGroupsOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.ListVMGroupsOptions
- All Implemented Interfaces:
- org.jclouds.http.options.HttpRequestOptions
public class ListVMGroupsOptions
- extends org.jclouds.http.options.BaseHttpRequestOptions
Options used to control what VMGroups information is returned
- Author:
- Richard Downer
- See Also:
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
formParameters, headers, pathSuffix, payload, queryParameters |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
NONE
public static final ListVMGroupsOptions NONE
ListVMGroupsOptions
public ListVMGroupsOptions()
id
public ListVMGroupsOptions id(String id)
- Parameters:
id - list VMGroups by id
account
public ListVMGroupsOptions account(String account)
- Parameters:
account - account who owns the VMGroups
domainId
public ListVMGroupsOptions domainId(String 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-2013 jclouds. All Rights Reserved.