Uses of Class
org.jclouds.openstack.v2_0.domain.Resource
-
-
Uses of Resource in org.jclouds.openstack.glance.v1_0.domain
Subclasses of Resource in org.jclouds.openstack.glance.v1_0.domain Modifier and Type Class Description class
Image
An image the Glance server knows aboutclass
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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 callsclass
ServerWithSecurityGroups
Extended server returned by ServerWithSecurityGroupsApiFields in org.jclouds.openstack.nova.v2_0.domain declared as Resource Modifier and Type Field Description 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 Modifier and Type Method Description Resource
Server. getFlavor()
Resource
Server. getImage()
Resource
Image. getServer()
Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Resource Modifier and Type Method Description 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 Constructor Description 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, List<BlockDeviceMapping> blockDeviceMapping, 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, String availabilityZone)
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, String availabilityZone)
-
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 Modifier and Type Method Description PagedIterable<Resource>
FlavorApi. list()
List all flavors (IDs, names, links)PaginatedCollection<Resource>
FlavorApi. list(PaginationOptions options)
PagedIterable<Resource>
ImageApi. list()
List all images (IDs, names, links)PaginatedCollection<Resource>
ImageApi. list(PaginationOptions options)
PagedIterable<Resource>
ServerApi. list()
List all servers (IDs, names, links)PaginatedCollection<Resource>
ServerApi. list(PaginationOptions options)
-
Uses of Resource in org.jclouds.openstack.nova.v2_0.functions.internal
Methods in org.jclouds.openstack.nova.v2_0.functions.internal that return types with arguments of type Resource Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<Resource>>
ParseFlavors.ToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
protected com.google.common.base.Function<Object,IterableWithMarker<Resource>>
ParseImages.ToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
protected com.google.common.base.Function<Object,IterableWithMarker<Resource>>
ParseServers.ToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
-
Uses of Resource in org.jclouds.openstack.v2_0.domain
Subclasses of Resource in org.jclouds.openstack.v2_0.domain Modifier and Type Class Description class
Extension
The OpenStack Compute API is extensible.Methods in org.jclouds.openstack.v2_0.domain that return Resource Modifier and Type Method Description Resource
Resource.Builder. build()
Methods in org.jclouds.openstack.v2_0.domain with parameters of type Resource Modifier and Type Method Description int
Resource. compareTo(Resource that)
T
Resource.Builder. fromResource(Resource in)
-