| Modifier and Type | Method and Description | 
|---|---|
List<Machine> | 
Enterprise.listReservedMachines()  | 
| Modifier and Type | Method and Description | 
|---|---|
Machine | 
Machine.Builder.build()  | 
Machine | 
Datacenter.discoverSingleMachine(String ip,
                     com.abiquo.model.enumerator.HypervisorType hypervisorType,
                     String user,
                     String password)
Searches a remote machine and retrieves an Machine object with its information. 
 | 
Machine | 
Datacenter.discoverSingleMachine(String ip,
                     com.abiquo.model.enumerator.HypervisorType hypervisorType,
                     String user,
                     String password,
                     int port)
Searches a remote machine and retrieves an Machine object with its information. 
 | 
Machine | 
Rack.findMachine(com.google.common.base.Predicate<Machine> filter)
Retrieve the first physical machine matching the filter within the list of machines in this
 rack. 
 | 
Machine | 
Rack.getMachine(Integer id)
Retrieve a single physical machine. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Machine> | 
Datacenter.discoverMultipleMachines(String ipFrom,
                        String ipTo,
                        com.abiquo.model.enumerator.HypervisorType hypervisorType,
                        String user,
                        String password)
Searches multiple remote machines and retrieves an Machine list with its information. 
 | 
List<Machine> | 
Datacenter.discoverMultipleMachines(String ipFrom,
                        String ipTo,
                        com.abiquo.model.enumerator.HypervisorType hypervisorType,
                        String user,
                        String password,
                        int port)
Searches multiple remote machines and retrieves an Machine list with its information. 
 | 
List<Machine> | 
Rack.listMachines()
Retrieve the list of physical machines in this rack. 
 | 
List<Machine> | 
Rack.listMachines(com.google.common.base.Predicate<Machine> filter)
Retrieve a filtered list of physical machines in this rack. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Machine.Builder | 
Machine.Builder.fromMachine(Machine in)  | 
| Modifier and Type | Method and Description | 
|---|---|
Machine | 
Rack.findMachine(com.google.common.base.Predicate<Machine> filter)
Retrieve the first physical machine matching the filter within the list of machines in this
 rack. 
 | 
List<Machine> | 
Rack.listMachines(com.google.common.base.Predicate<Machine> filter)
Retrieve a filtered list of physical machines in this rack. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Machine | 
AdministrationService.findMachine(com.google.common.base.Predicate<Machine> filter)
Get the first machine in the infrastructure that matches the given filter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Machine> | 
AdministrationService.listMachines()
Get the list of all machines in the infrastructure. 
 | 
Iterable<Machine> | 
AdministrationService.listMachines(com.google.common.base.Predicate<Machine> filter)
Get the list of all machines in the infrastructure matching the given filter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Machine | 
AdministrationService.findMachine(com.google.common.base.Predicate<Machine> filter)
Get the first machine in the infrastructure that matches the given filter. 
 | 
Iterable<Machine> | 
AdministrationService.listMachines(com.google.common.base.Predicate<Machine> filter)
Get the list of all machines in the infrastructure matching the given filter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Machine | 
BaseAdministrationService.findMachine(com.google.common.base.Predicate<Machine> filter)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Machine> | 
BaseAdministrationService.listMachines()
Machine 
 | 
Iterable<Machine> | 
BaseAdministrationService.listMachines(com.google.common.base.Predicate<Machine> filter)  | 
| Modifier and Type | Method and Description | 
|---|---|
Machine | 
BaseAdministrationService.findMachine(com.google.common.base.Predicate<Machine> filter)  | 
Iterable<Machine> | 
BaseAdministrationService.listMachines(com.google.common.base.Predicate<Machine> filter)  | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.common.base.Predicate<Machine> | 
MachinePredicates.ip(String ip)  | 
static com.google.common.base.Predicate<Machine> | 
MachinePredicates.ips(String... ips)  | 
static com.google.common.base.Predicate<Machine> | 
MachinePredicates.name(String... names)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Machine> | 
ListMachinesImpl.execute()  | 
Iterable<Machine> | 
ListMachinesImpl.execute(com.google.common.base.Predicate<Machine> selector)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Machine> | 
ListMachinesImpl.execute(com.google.common.base.Predicate<Machine> selector)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.