Package org.jclouds.cloudstack.options
Class ListVMGroupsOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.ListVMGroupsOptions
- All Implemented Interfaces:
HttpRequestOptions
Options used to control what VMGroups information is returned
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Field Details
-
NONE
-
-
Constructor Details
-
ListVMGroupsOptions
public ListVMGroupsOptions()
-
-
Method Details
-
id
- Parameters:
id
- list VMGroups by id
-
account
- Parameters:
account
- account who owns the VMGroups
-
domainId
- Parameters:
domainId
- domain ID of the account owning the VMGroups
-
projectId
- Parameters:
projectId
- id of the project the vm group is in
-
keyword
- Parameters:
keyword
- keyword to search on
-
name
- Parameters:
name
- find a VMGroup by its name
-