org.jclouds.cloudstack.options
Class CreateDomainOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.options.CreateDomainOptions.Builder
Enclosing class:
CreateDomainOptions

public static class CreateDomainOptions.Builder
extends Object


Constructor Summary
CreateDomainOptions.Builder()
           
 
Method Summary
static CreateDomainOptions networkDomain(String networkDomain)
           
static CreateDomainOptions parentDomainId(long parentDomainId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateDomainOptions.Builder

public CreateDomainOptions.Builder()
Method Detail

networkDomain

public static CreateDomainOptions networkDomain(String networkDomain)
See Also:
CreateDomainOptions.networkDomain(java.lang.String)

parentDomainId

public static CreateDomainOptions parentDomainId(long parentDomainId)
See Also:
CreateDomainOptions.parentDomainId(long)


Copyright © 2009-2012 jclouds. All Rights Reserved.