public class CreateVMGroupOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateVMGroupOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static CreateVMGroupOptions |
NONE |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
CreateVMGroupOptions() |
| Modifier and Type | Method and Description |
|---|---|
CreateVMGroupOptions |
account(String account) |
CreateVMGroupOptions |
domainId(long domainId) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final CreateVMGroupOptions NONE
public CreateVMGroupOptions account(String account)
account - account who owns the VMGrouppublic CreateVMGroupOptions domainId(long domainId)
domainId - domain ID of the account owning the VMGroupCopyright © 2009-2012 jclouds. All Rights Reserved.