Package | Description |
---|---|
org.jclouds.abiquo.domain.infrastructure | |
org.jclouds.abiquo.predicates.infrastructure |
Modifier and Type | Method and Description |
---|---|
Blade |
ManagedRack.findMachine(com.google.common.base.Predicate<Blade> filter)
Retrieve the first blade matching the filter within the list of machines in this rack.
|
Modifier and Type | Method and Description |
---|---|
List<Blade> |
ManagedRack.listMachines()
Retrieve the list of blades in this rack.
|
List<Blade> |
ManagedRack.listMachines(com.google.common.base.Predicate<Blade> filter)
Retrieve a filtered list of blades in this rack.
|
Modifier and Type | Method and Description |
---|---|
Blade |
ManagedRack.findMachine(com.google.common.base.Predicate<Blade> filter)
Retrieve the first blade matching the filter within the list of machines in this rack.
|
List<Blade> |
ManagedRack.listMachines(com.google.common.base.Predicate<Blade> filter)
Retrieve a filtered list of blades in this rack.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Blade> |
BladePredicates.ip(String ip) |
static com.google.common.base.Predicate<Blade> |
BladePredicates.ips(String... ips) |
static com.google.common.base.Predicate<Blade> |
BladePredicates.name(String... names) |
Copyright © 2009-2013 jclouds. All Rights Reserved.