| Modifier and Type | Method and Description | 
|---|---|
VirtualDatacenter | 
AbiquoComputeServiceHelper.getOrCreateVirtualDatacenter(User user,
                            Enterprise enterprise,
                            Datacenter datacenter,
                            VirtualMachineTemplate template,
                            AbiquoTemplateOptions options)
Gets a virtual datacenter where the given template can be deployed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.base.Supplier<Enterprise> | 
AbiquoRestClientModule.getCurrentEnterprise(AtomicReference<AuthorizationException> authException,
                    long seconds,
                    GetCurrentEnterprise getCurrentEnterprise)  | 
| Modifier and Type | Method and Description | 
|---|---|
Enterprise | 
VirtualMachineTemplate.getEnterprise()  | 
Enterprise | 
VirtualMachine.getEnterprise()
Retrieve the enterprise of this virtual machine. 
 | 
Enterprise | 
VirtualDatacenter.getEnterprise()
Gets the enterprise that owns this virtual datacenter. 
 | 
Enterprise | 
VirtualAppliance.getEnterprise()
Gets the enterprise where the virtual appliance belongs to. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static VirtualDatacenter.Builder | 
VirtualDatacenter.builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
       Datacenter datacenter,
       Enterprise enterprise)  | 
VirtualDatacenter.Builder | 
VirtualDatacenter.Builder.enterprise(Enterprise enterprise)  | 
| Constructor and Description | 
|---|
VirtualDatacenter.Builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
                         Datacenter datacenter,
                         Enterprise enterprise)  | 
| Modifier and Type | Method and Description | 
|---|---|
Enterprise | 
Enterprise.Builder.build()  | 
Enterprise | 
User.getEnterprise()  | 
Enterprise | 
EnterpriseProperties.getEnterprise()  | 
| Modifier and Type | Method and Description | 
|---|---|
static TemplateDefinitionList.Builder | 
TemplateDefinitionList.builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
       Enterprise enterprise)  | 
static User.Builder | 
User.builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
       Enterprise enterprise,
       Role role)  | 
User.Builder | 
User.Builder.enterprise(Enterprise enterprise)  | 
static Enterprise.Builder | 
Enterprise.Builder.fromEnterprise(Enterprise in)  | 
void | 
Role.setEnterprise(Enterprise enterprise)  | 
| Constructor and Description | 
|---|
TemplateDefinitionList.Builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
                              Enterprise enterprise)  | 
User.Builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
            Enterprise enterprise,
            Role role)  | 
| Modifier and Type | Method and Description | 
|---|---|
Enterprise | 
Machine.getOwnerEnterprise()
Get the enterprise that has reserved the machine or  
null if the machine is not
 reserved. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Machine.cancelReservationFor(Enterprise enterprise)
Cancels the machine reservation for the given enterprise. 
 | 
VirtualMachineTemplate | 
Datacenter.findTemplateInRepository(Enterprise enterprise,
                        com.google.common.base.Predicate<VirtualMachineTemplate> filter)
Retrieve the first virtual machine template within the list of templates of this datacenter
 from the given enterprise. 
 | 
VirtualMachineTemplate | 
Datacenter.getTemplateInRepository(Enterprise enterprise,
                       Integer id)
Retrieve a single virtual machine template in of this datacenter from the given enterprise. 
 | 
List<VirtualMachineTemplate> | 
Datacenter.listTemplatesInRepository(Enterprise enterprise)
Retrieve the list of virtual machine templates in the repository of this datacenter. 
 | 
List<VirtualMachineTemplate> | 
Datacenter.listTemplatesInRepository(Enterprise enterprise,
                         com.google.common.base.Predicate<VirtualMachineTemplate> filter)
Retrieve a filtered list of virtual machine templates in the repository of this datacenter. 
 | 
void | 
Machine.reserveFor(Enterprise enterprise)
Reserve the machine for the given enterprise. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Enterprise | 
UnmanagedNetwork.getEnterprise()  | 
Enterprise | 
ExternalNetwork.getEnterprise()  | 
| Modifier and Type | Method and Description | 
|---|---|
static UnmanagedNetwork.Builder | 
UnmanagedNetwork.builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
       Datacenter datacenter,
       Enterprise enterprise)  | 
static ExternalNetwork.Builder | 
ExternalNetwork.builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
       Datacenter datacenter,
       Enterprise enterprise)  | 
UnmanagedNetwork.Builder | 
UnmanagedNetwork.Builder.enterprise(Enterprise enterprise)  | 
ExternalNetwork.Builder | 
ExternalNetwork.Builder.enterprise(Enterprise enterprise)  | 
| Constructor and Description | 
|---|
ExternalNetwork.Builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
                       Datacenter datacenter,
                       Enterprise enterprise)  | 
UnmanagedNetwork.Builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
                        Datacenter datacenter,
                        Enterprise enterprise)  | 
| Modifier and Type | Method and Description | 
|---|---|
Enterprise | 
AdministrationService.findEnterprise(com.google.common.base.Predicate<Enterprise> filter)
Get the first enterprises that matches the given filter or  
null if none is
 found. | 
Enterprise | 
AdministrationService.getCurrentEnterprise()
Get the enterprise of the current user. 
 | 
Enterprise | 
AdministrationService.getEnterprise(Integer enterpriseId)
Get the enterprise with the given id. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Enterprise> | 
AdministrationService.listEnterprises()
Get the list of all enterprises. 
 | 
Iterable<Enterprise> | 
AdministrationService.listEnterprises(com.google.common.base.Predicate<Enterprise> filter)
Get the list of enterprises matching the given filter. 
 | 
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 | 
|---|---|
EnterpriseProperties | 
AdministrationService.getEnterpriseProperties(Enterprise enterprise)
Get the properties of an enterprise. 
 | 
Iterable<VirtualDatacenter> | 
CloudService.listVirtualDatacenters(Enterprise enterprise)
Get the list of all virtual datacenters for a pair enterprise-datacenter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Enterprise | 
AdministrationService.findEnterprise(com.google.common.base.Predicate<Enterprise> filter)
Get the first enterprises that matches the given filter or  
null if none is
 found. | 
Iterable<Enterprise> | 
AdministrationService.listEnterprises(com.google.common.base.Predicate<Enterprise> filter)
Get the list of enterprises matching the given filter. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected com.google.common.base.Supplier<Enterprise> | 
BaseAdministrationService.currentEnterprise  | 
| Modifier and Type | Method and Description | 
|---|---|
Enterprise | 
BaseAdministrationService.findEnterprise(com.google.common.base.Predicate<Enterprise> filter)  | 
Enterprise | 
BaseAdministrationService.getCurrentEnterprise()  | 
Enterprise | 
BaseAdministrationService.getEnterprise(Integer enterpriseId)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Enterprise> | 
BaseAdministrationService.listEnterprises()
Enterprise 
 | 
Iterable<Enterprise> | 
BaseAdministrationService.listEnterprises(com.google.common.base.Predicate<Enterprise> filter)  | 
Iterable<Enterprise> | 
BaseSearchService.searchEnterprises(EnterpriseOptions options)
Enterprise 
 | 
Iterable<Enterprise> | 
BaseSearchService.searchEnterprisesUsingDatacenter(Datacenter datacenter,
                                EnterpriseOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
EnterpriseProperties | 
BaseAdministrationService.getEnterpriseProperties(Enterprise enterprise)
Enterprise Properties 
 | 
Iterable<VirtualDatacenter> | 
BaseCloudService.listVirtualDatacenters(Enterprise enterprise)  | 
| Modifier and Type | Method and Description | 
|---|---|
Enterprise | 
BaseAdministrationService.findEnterprise(com.google.common.base.Predicate<Enterprise> filter)  | 
Iterable<Enterprise> | 
BaseAdministrationService.listEnterprises(com.google.common.base.Predicate<Enterprise> filter)  | 
| Constructor and Description | 
|---|
BaseAdministrationService(RestContext<AbiquoApi,AbiquoAsyncApi> context,
                         ListDatacenters listDatacenters,
                         ListMachines listMachines,
                         ListEnterprises listEnterprises,
                         ListRoles listRoles,
                         ListLicenses listLicenses,
                         ListPrivileges listPrivileges,
                         ListProperties listProperties,
                         ListCategories listCategories,
                         com.google.common.base.Supplier<User> currentUser,
                         com.google.common.base.Supplier<Enterprise> currentEnterprise)  | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.common.base.Predicate<Enterprise> | 
EnterprisePredicates.name(String... names)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Enterprise> | 
ListEnterprisesImpl.execute()  | 
Iterable<Enterprise> | 
ListEnterprisesImpl.execute(com.google.common.base.Predicate<Enterprise> selector)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<VirtualMachineTemplate> | 
ListVirtualMachineTemplatesImpl.execute(Enterprise parent)  | 
Iterable<VirtualMachineTemplate> | 
ListVirtualMachineTemplatesImpl.execute(Enterprise parent,
       com.google.common.base.Predicate<VirtualMachineTemplate> selector)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Enterprise> | 
ListEnterprisesImpl.execute(com.google.common.base.Predicate<Enterprise> selector)  | 
| Modifier and Type | Method and Description | 
|---|---|
Enterprise | 
GetCurrentEnterprise.get()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.