Package 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateVMGroupOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static CreateVMGroupOptions
NONE
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description CreateVMGroupOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateVMGroupOptions
account(String account)
CreateVMGroupOptions
domainId(String domainId)
CreateVMGroupOptions
projectId(String projectId)
-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
-
-
-
Field Detail
-
NONE
public static final CreateVMGroupOptions NONE
-
-
Method Detail
-
account
public CreateVMGroupOptions account(String account)
- Parameters:
account
- account who owns the VMGroup
-
domainId
public CreateVMGroupOptions domainId(String domainId)
- Parameters:
domainId
- domain ID of the account owning the VMGroup
-
projectId
public CreateVMGroupOptions projectId(String projectId)
- Parameters:
projectId
- the project the vm group will be in
-
-