org.jclouds.cloudstack.options
Class CreateVMGroupOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.CreateVMGroupOptions
- All Implemented Interfaces:
- HttpRequestOptions
public class CreateVMGroupOptions
- extends BaseHttpRequestOptions
Options used to control options for creating a VM group
- Author:
- Richard Downer
- See Also:
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
NONE
public static final CreateVMGroupOptions NONE
CreateVMGroupOptions
public CreateVMGroupOptions()
account
public CreateVMGroupOptions account(String account)
- Parameters:
account
- account who owns the VMGroup
domainId
public CreateVMGroupOptions domainId(long domainId)
- Parameters:
domainId
- domain ID of the account owning the VMGroup
Copyright © 2009-2012 jclouds. All Rights Reserved.