|
||||||||||
| 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.CreateVMGroupOptions
public class CreateVMGroupOptions
Options used to control options for creating a VM group
| Nested Class Summary | |
|---|---|
static class |
CreateVMGroupOptions.Builder
|
| Field Summary | |
|---|---|
static CreateVMGroupOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
CreateVMGroupOptions()
|
|
| Method Summary | |
|---|---|
CreateVMGroupOptions |
account(String account)
|
CreateVMGroupOptions |
domainId(long domainId)
|
| 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 CreateVMGroupOptions NONE
| Constructor Detail |
|---|
public CreateVMGroupOptions()
| Method Detail |
|---|
public CreateVMGroupOptions account(String account)
account - account who owns the VMGrouppublic CreateVMGroupOptions domainId(long domainId)
domainId - domain ID of the account owning the VMGroup
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||