org.jclouds.cloudstack.options
Class CreateDomainOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by 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:

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

CreateDomainOptions

public CreateDomainOptions()
Method Detail

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.