| Package | Description |
|---|---|
| org.jclouds.abiquo.domain.infrastructure | |
| org.jclouds.abiquo.predicates.infrastructure |
| Modifier and Type | Field and Description |
|---|---|
protected Rack |
Machine.rack
The rack where the machine belongs.
|
| Modifier and Type | Method and Description |
|---|---|
Rack |
Rack.Builder.build() |
Rack |
Datacenter.findRack(com.google.common.base.Predicate<Rack> filter)
Retrieve the first unmanaged rack matching the filter within the list of racks in this
datacenter.
|
Rack |
Machine.getRack()
Retrieve the unmanaged rack where the machine is.
|
Rack |
Datacenter.getRack(Integer id)
Retrieve a single unmanaged rack.
|
| Modifier and Type | Method and Description |
|---|---|
List<Rack> |
Datacenter.listRacks()
Retrieve the list of unmanaged racks in this datacenter.
|
List<Rack> |
Datacenter.listRacks(com.google.common.base.Predicate<Rack> filter)
Retrieve a filtered list of unmanaged racks in this datacenter.
|
| Modifier and Type | Method and Description |
|---|---|
static Machine.Builder |
Machine.builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
Rack rack) |
static Rack.Builder |
Rack.Builder.fromRack(Rack in) |
Machine.Builder |
Machine.Builder.rack(Rack rack) |
void |
Machine.setRack(Rack rack) |
| Modifier and Type | Method and Description |
|---|---|
Rack |
Datacenter.findRack(com.google.common.base.Predicate<Rack> filter)
Retrieve the first unmanaged rack matching the filter within the list of racks in this
datacenter.
|
List<Rack> |
Datacenter.listRacks(com.google.common.base.Predicate<Rack> filter)
Retrieve a filtered list of unmanaged racks in this datacenter.
|
| Constructor and Description |
|---|
Machine.Builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
Rack rack) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<Rack> |
RackPredicates.name(String... names) |
Copyright © 2009-2013 jclouds. All Rights Reserved.