|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.ListVMGroupsOptions
public class ListVMGroupsOptions
Options used to control what VMGroups information is returned
| 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(String domainId)
|
ListVMGroupsOptions |
id(String 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 |
|---|
public static final ListVMGroupsOptions NONE
| Constructor Detail |
|---|
public ListVMGroupsOptions()
| Method Detail |
|---|
public ListVMGroupsOptions id(String id)
id - list VMGroups by idpublic ListVMGroupsOptions account(String account)
account - account who owns the VMGroupspublic ListVMGroupsOptions domainId(String domainId)
domainId - domain ID of the account owning the VMGroupspublic ListVMGroupsOptions keyword(String keyword)
keyword - keyword to search onpublic ListVMGroupsOptions name(String name)
name - find a VMGroup by its name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||