Package | Description |
---|---|
org.jclouds.abiquo.domain.infrastructure | |
org.jclouds.abiquo.predicates.infrastructure |
Modifier and Type | Method and Description |
---|---|
Datastore |
Machine.findDatastore(String name) |
Datastore |
AbstractPhysicalMachine.findDatastore(String name) |
Modifier and Type | Method and Description |
---|---|
List<Datastore> |
Machine.getDatastores() |
List<Datastore> |
AbstractPhysicalMachine.getDatastores() |
Modifier and Type | Method and Description |
---|---|
Machine.Builder |
Machine.Builder.datastores(Iterable<Datastore> datastores) |
void |
AbstractPhysicalMachine.setDatastores(List<Datastore> datastores) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Datastore> |
DatastorePredicates.name(String... names) |
Copyright © 2009-2013 jclouds. All Rights Reserved.