Package 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListVMGroupsOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static ListVMGroupsOptionsNONE-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description ListVMGroupsOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListVMGroupsOptionsaccount(String account)ListVMGroupsOptionsdomainId(String domainId)ListVMGroupsOptionsid(String id)ListVMGroupsOptionskeyword(String keyword)ListVMGroupsOptionsname(String name)ListVMGroupsOptionsprojectId(String projectId)-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
-
-
-
Field Detail
-
NONE
public static final ListVMGroupsOptions NONE
-
-
Method Detail
-
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
-
projectId
public ListVMGroupsOptions projectId(String projectId)
- Parameters:
projectId- id of the project the vm group is in
-
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
-
-