| Package | Description | 
|---|---|
| org.jclouds.abiquo.domain.enterprise.options | |
| org.jclouds.abiquo.features | |
| org.jclouds.abiquo.features.services | |
| org.jclouds.abiquo.internal | 
| Modifier and Type | Method and Description | 
|---|---|
EnterpriseOptions | 
EnterpriseOptions.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.EnterprisesDto> | 
EnterpriseAsyncApi.listEnterprises(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
               EnterpriseOptions options)  | 
com.abiquo.server.core.enterprise.EnterprisesDto | 
EnterpriseApi.listEnterprises(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
               EnterpriseOptions options)
List filtered enterprises by datacenter. 
 | 
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.EnterprisesDto> | 
EnterpriseAsyncApi.listEnterprises(EnterpriseOptions options)  | 
com.abiquo.server.core.enterprise.EnterprisesDto | 
EnterpriseApi.listEnterprises(EnterpriseOptions options)
List enterprises with options. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Enterprise> | 
SearchService.searchEnterprises(EnterpriseOptions options)
Get the list of filtered enterprises. 
 | 
Iterable<Enterprise> | 
SearchService.searchEnterprisesUsingDatacenter(Datacenter datacenter,
                                EnterpriseOptions options)
Get the list of filtered enterprises for a datacenter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Enterprise> | 
BaseSearchService.searchEnterprises(EnterpriseOptions options)
Enterprise 
 | 
Iterable<Enterprise> | 
BaseSearchService.searchEnterprisesUsingDatacenter(Datacenter datacenter,
                                EnterpriseOptions options)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.