org.jclouds.cloudstack.options
Class CreateUserOptions

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

public class CreateUserOptions
extends BaseHttpRequestOptions

Optional fields for user creation

Author:
Andrei Savu
See Also:

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

CreateUserOptions

public CreateUserOptions()
Method Detail

domainId

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

timezone

public CreateUserOptions timezone(String timezone)
Parameters:
timezone - Specifies a timezone for this command. For more information on the timezone parameter, see Time Zone Format.


Copyright © 2009-2012 jclouds. All Rights Reserved.