| Package | Description |
|---|---|
| org.jclouds.abiquo.domain.infrastructure | |
| org.jclouds.abiquo.features.services | |
| org.jclouds.abiquo.internal | |
| org.jclouds.abiquo.predicates.infrastructure |
| Modifier and Type | Method and Description |
|---|---|
ManagedRack |
ManagedRack.Builder.build() |
ManagedRack |
Datacenter.findManagedRack(com.google.common.base.Predicate<ManagedRack> filter)
Retrieve the first managed rack matching the filter within the list of racks in this
datacenter.
|
ManagedRack |
Datacenter.getManagedRack(Integer id)
Retrieve a single managed rack.
|
ManagedRack |
Blade.getRack()
Retrieve the UCS rack where the blade is.
|
| Modifier and Type | Method and Description |
|---|---|
List<ManagedRack> |
Datacenter.listManagedRacks()
Retrieve the list of managed racks in this datacenter.
|
List<ManagedRack> |
Datacenter.listManagedRacks(com.google.common.base.Predicate<ManagedRack> filter)
Retrieve a filtered list of managed racks in this datacenter.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagedRack.Builder |
ManagedRack.Builder.fromRack(ManagedRack in) |
| Modifier and Type | Method and Description |
|---|---|
ManagedRack |
Datacenter.findManagedRack(com.google.common.base.Predicate<ManagedRack> filter)
Retrieve the first managed rack matching the filter within the list of racks in this
datacenter.
|
List<ManagedRack> |
Datacenter.listManagedRacks(com.google.common.base.Predicate<ManagedRack> filter)
Retrieve a filtered list of managed racks in this datacenter.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<LogicServer> |
SearchService.searchServiceProfiles(ManagedRack rack,
FilterOptions options)
Get the list of service profiles for managed rack.
|
Iterable<LogicServer> |
SearchService.searchServiceProfileTemplates(ManagedRack rack,
FilterOptions options)
Get the list of service profile templates for managed rack.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<LogicServer> |
BaseSearchService.searchServiceProfiles(ManagedRack rack,
FilterOptions options) |
Iterable<LogicServer> |
BaseSearchService.searchServiceProfileTemplates(ManagedRack rack,
FilterOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<ManagedRack> |
ManagedRackPredicates.name(String... names) |
Copyright © 2009-2013 jclouds. All Rights Reserved.