Package | Description |
---|---|
org.jclouds.openstack.nova | |
org.jclouds.openstack.nova.compute.functions | |
org.jclouds.openstack.nova.compute.strategy | |
org.jclouds.openstack.nova.domain |
Modifier and Type | Method and Description |
---|---|
Flavor |
NovaClient.getFlavor(int id)
This operation returns details of the specified flavor.
|
Flavor |
NovaClient.getFlavor(String uuid) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Flavor> |
NovaAsyncClient.getFlavor(int id) |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
NovaAsyncClient.getFlavor(String uuid) |
Set<Flavor> |
NovaClient.listFlavors(ListOptions... options)
List available flavors (IDs and names only)
in order to retrieve all details, pass the option
withDetails() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
NovaAsyncClient.listFlavors(ListOptions... options) |
Modifier and Type | Method and Description |
---|---|
Hardware |
FlavorToHardware.apply(Flavor from) |
Modifier and Type | Method and Description |
---|---|
Iterable<Flavor> |
NovaComputeServiceAdapter.listHardwareProfiles() |
Modifier and Type | Field and Description |
---|---|
protected Flavor |
Server.Builder.flavor |
Modifier and Type | Method and Description |
---|---|
Flavor |
Flavor.Builder.build() |
Flavor |
Server.getFlavor() |
Modifier and Type | Method and Description |
---|---|
T |
Server.Builder.flavor(Flavor flavor) |
T |
Flavor.Builder.fromFlavor(Flavor in) |
Constructor and Description |
---|
Server(int id,
List<Map<String,String>> links,
Map<Resource.LinkType,URI> orderedSelfReferences,
String name,
Map<String,String> metadata,
Addresses addresses,
String accessIPv4,
String accessIPv6,
String adminPass,
String flavorRef,
String hostId,
String imageRef,
String affinityId,
String uuid,
Flavor flavor,
Image image,
String keyName,
Set<SecurityGroup> securityGroups,
Date created,
Date updated,
Integer progress,
ServerStatus status) |
Copyright © 2009-2012 jclouds. All Rights Reserved.