org.jclouds.cloudstack.options
Class CreateAccountOptions

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

public class CreateAccountOptions
extends BaseHttpRequestOptions

Optional fields for account creation

Author:
Adrian Cole
See Also:

Nested Class Summary
static class CreateAccountOptions.Builder
           
 
Field Summary
static CreateAccountOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
CreateAccountOptions()
           
 
Method Summary
 CreateAccountOptions account(String account)
           
 CreateAccountOptions domainId(long domainId)
           
 CreateAccountOptions networkDomain(String networkDomain)
           
 
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

NONE

public static final CreateAccountOptions NONE
Constructor Detail

CreateAccountOptions

public CreateAccountOptions()
Method Detail

networkDomain

public CreateAccountOptions networkDomain(String networkDomain)
Parameters:
networkDomain - network domain

account

public CreateAccountOptions account(String account)
Parameters:
account - an optional account for the resource

domainId

public CreateAccountOptions domainId(long domainId)
Parameters:
domainId - The domain for the resource


Copyright © 2009-2012 jclouds. All Rights Reserved.