org.jclouds.cloudstack.options
Class CreateUserOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.CreateUserOptions
- All Implemented Interfaces:
- HttpRequestOptions
public class CreateUserOptions
- extends BaseHttpRequestOptions
Optional fields for user creation
- Author:
- Andrei Savu
- 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 CreateUserOptions NONE
CreateUserOptions
public CreateUserOptions()
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.