org.jclouds.cloudstack.options
Class CreateVMGroupOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.cloudstack.options.CreateVMGroupOptions
All Implemented Interfaces:
org.jclouds.http.options.HttpRequestOptions

public class CreateVMGroupOptions
extends org.jclouds.http.options.BaseHttpRequestOptions

Options used to control options for creating a VM group

See Also:

Nested Class Summary
static class CreateVMGroupOptions.Builder
           
 
Field Summary
static CreateVMGroupOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
 
Constructor Summary
CreateVMGroupOptions()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final CreateVMGroupOptions NONE
Constructor Detail

CreateVMGroupOptions

public CreateVMGroupOptions()
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


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.