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)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FlavorApi.get(String) in openstack-nova. |
Flavor |
NovaClient.getFlavor(String uuid)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Flavor> |
NovaAsyncClient.getFlavor(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FlavorAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
NovaAsyncClient.getFlavor(String uuid)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FlavorAsyncApi.get(String) in openstack-nova. |
Set<Flavor> |
NovaClient.listFlavors(ListOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FlavorApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
NovaAsyncClient.listFlavors(ListOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FlavorAsyncApi.list() in openstack-nova. |
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-2013 jclouds. All Rights Reserved.