Uses of Class
org.jclouds.openstack.v2_0.domain.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in org.jclouds.openstack.keystone.v2_0.domain
Subclasses of Resource in org.jclouds.openstack.keystone.v2_0.domain -
Uses of Resource in org.jclouds.openstack.nova.v2_0.domain
Subclasses of Resource in org.jclouds.openstack.nova.v2_0.domainModifier and TypeClassDescriptionclass
A flavor is an available hardware configuration for a server.class
An image is a collection of files you use to create or rebuild a server.class
A server is a virtual machine instance in the compute system.class
Server Resource with administrative password returned by ServerApi#CreateServer callsclass
Extended server returned by ServerWithSecurityGroupsApiFields in org.jclouds.openstack.nova.v2_0.domain declared as ResourceModifier and TypeFieldDescriptionprotected 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 ResourceMethods in org.jclouds.openstack.nova.v2_0.domain with parameters of type ResourceModifier and TypeMethodDescriptionConstructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type ResourceModifierConstructorDescriptionprotected
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) protected
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) protected
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 ResourceModifier and TypeMethodDescriptionFlavorApi.list()
List all flavors (IDs, names, links)FlavorApi.list
(PaginationOptions options) ImageApi.list()
List all images (IDs, names, links)ImageApi.list
(PaginationOptions options) ServerApi.list()
List all servers (IDs, names, links)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 ResourceModifier and TypeMethodDescriptionprotected 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.domainMethods in org.jclouds.openstack.v2_0.domain that return ResourceMethods in org.jclouds.openstack.v2_0.domain with parameters of type Resource