|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Resource in org.jclouds.openstack.glance.v1_0.domain |
|---|
| Subclasses of Resource in org.jclouds.openstack.glance.v1_0.domain | |
|---|---|
class |
ImageDetails
Detailed listing of an Image |
| Uses of Resource in org.jclouds.openstack.keystone.v2_0.domain |
|---|
| Subclasses of Resource in org.jclouds.openstack.keystone.v2_0.domain | |
|---|---|
class |
ApiMetadata
Class ApiMetadata |
| Uses of Resource in org.jclouds.openstack.nova.v2_0.domain |
|---|
| Subclasses of Resource in org.jclouds.openstack.nova.v2_0.domain | |
|---|---|
class |
Extension
The OpenStack Compute API is extensible. |
class |
Flavor
A flavor is an available hardware configuration for a server. |
class |
Image
An image is a collection of files you use to create or rebuild a server. |
class |
Server
A server is a virtual machine instance in the compute system. |
class |
ServerCreated
Server Resource with administrative password returned by ServerApi#CreateServer calls |
class |
ServerWithSecurityGroups
Extended server returned by ServerWithSecurityGroupsApi |
| Fields in org.jclouds.openstack.nova.v2_0.domain declared as Resource | |
|---|---|
protected Resource |
Server.Builder.flavor
|
protected Resource |
Server.Builder.image
|
protected Resource |
Image.Builder.server
|
| Methods in org.jclouds.openstack.nova.v2_0.domain that return Resource | |
|---|---|
Resource |
Server.getFlavor()
|
Resource |
Server.getImage()
|
Resource |
Image.getServer()
|
| Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Resource | |
|---|---|
T |
Server.Builder.flavor(Resource flavor)
|
T |
Server.Builder.image(Resource image)
|
T |
Image.Builder.server(Resource server)
|
| Constructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type Resource | |
|---|---|
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
Resource server,
Map<String,String> metadata)
|
|
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig)
|
|
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames)
|
|
| Uses of Resource in org.jclouds.openstack.nova.v2_0.features |
|---|
| Methods in org.jclouds.openstack.nova.v2_0.features that return types with arguments of type Resource | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Set<Resource>> |
FlavorAsyncApi.listFlavors()
|
Set<Resource> |
FlavorApi.listFlavors()
List all flavors (IDs, names, links) |
com.google.common.util.concurrent.ListenableFuture<Set<Resource>> |
ImageAsyncApi.listImages()
|
Set<Resource> |
ImageApi.listImages()
List all images (IDs, names, links) |
com.google.common.util.concurrent.ListenableFuture<Set<Resource>> |
ServerAsyncApi.listServers()
|
Set<Resource> |
ServerApi.listServers()
List all servers (IDs, names, links) |
| Uses of Resource in org.jclouds.openstack.v2_0.domain |
|---|
| Methods in org.jclouds.openstack.v2_0.domain that return Resource | |
|---|---|
Resource |
Resource.Builder.build()
|
| Methods in org.jclouds.openstack.v2_0.domain with parameters of type Resource | |
|---|---|
int |
Resource.compareTo(Resource that)
|
T |
Resource.Builder.fromResource(Resource in)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||