org.jclouds.cloudstack.options
Class CreateDomainOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.CreateDomainOptions
- All Implemented Interfaces:
- HttpRequestOptions
public class CreateDomainOptions
- extends BaseHttpRequestOptions
Options used to control how a domain is created
- 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 CreateDomainOptions NONE
CreateDomainOptions
public CreateDomainOptions()
networkDomain
public CreateDomainOptions networkDomain(String networkDomain)
- Parameters:
networkDomain
- network domain for networks in the domain
parentDomainId
public CreateDomainOptions parentDomainId(long parentDomainId)
- Parameters:
parentDomainId
- the ID of the parent domain
Copyright © 2009-2012 jclouds. All Rights Reserved.