Uses of Class
org.jclouds.cloudstack.options.ListDomainChildrenOptions

Packages that use ListDomainChildrenOptions
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.options   
 

Uses of ListDomainChildrenOptions in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type ListDomainChildrenOptions
 com.google.common.util.concurrent.ListenableFuture<Set<Domain>> DomainDomainAsyncClient.listDomainChildren(ListDomainChildrenOptions... options)
           
 Set<Domain> DomainDomainClient.listDomainChildren(ListDomainChildrenOptions... options)
          Lists all children domains belonging to a specified domain
 

Uses of ListDomainChildrenOptions in org.jclouds.cloudstack.options
 

Fields in org.jclouds.cloudstack.options declared as ListDomainChildrenOptions
static ListDomainChildrenOptions ListDomainChildrenOptions.NONE
           
 

Methods in org.jclouds.cloudstack.options that return ListDomainChildrenOptions
 ListDomainChildrenOptions ListDomainChildrenOptions.isRecursive(boolean isRecursive)
           
static ListDomainChildrenOptions ListDomainChildrenOptions.Builder.isRecursive(boolean isRecursive)
           
 ListDomainChildrenOptions ListDomainChildrenOptions.keyword(String keyword)
           
static ListDomainChildrenOptions ListDomainChildrenOptions.Builder.keyword(String keyword)
           
 ListDomainChildrenOptions ListDomainChildrenOptions.name(String name)
           
static ListDomainChildrenOptions ListDomainChildrenOptions.Builder.name(String name)
           
 ListDomainChildrenOptions ListDomainChildrenOptions.page(long page)
           
static ListDomainChildrenOptions ListDomainChildrenOptions.Builder.page(long page)
           
 ListDomainChildrenOptions ListDomainChildrenOptions.pageSize(long pageSize)
           
static ListDomainChildrenOptions ListDomainChildrenOptions.Builder.pageSize(long pageSize)
           
 ListDomainChildrenOptions ListDomainChildrenOptions.parentDomainId(long parentDomainId)
           
static ListDomainChildrenOptions ListDomainChildrenOptions.Builder.parentDomainId(long parentDomainId)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.