Uses of Class
org.jclouds.openstack.v2_0.domain.Link

Packages that use Link
org.jclouds.openstack.glance.v1_0.domain   
org.jclouds.openstack.keystone.v2_0.domain   
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.v2_0.domain   
org.jclouds.openstack.v2_0.predicates   
 

Uses of Link in org.jclouds.openstack.glance.v1_0.domain
 

Constructor parameters in org.jclouds.openstack.glance.v1_0.domain with type arguments of type Link
Image(String id, String name, Set<Link> links, ContainerFormat containerFormat, DiskFormat diskFormat, Long size, String checksum)
           
ImageDetails(String id, String name, Set<Link> links, ContainerFormat containerFormat, DiskFormat diskFormat, Long size, String checksum, long minDisk, long minRam, String location, String owner, Date updatedAt, Date createdAt, Date deletedAt, Image.Status status, boolean isPublic, Map<String,String> properties)
           
 

Uses of Link in org.jclouds.openstack.keystone.v2_0.domain
 

Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Link
ApiMetadata(String id, String name, Set<Link> links, String status, Date updated, Set<MediaType> mediaTypes)
           
 

Uses of Link in org.jclouds.openstack.nova.v2_0.domain
 

Constructor parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type Link
Extension(String name, Set<Link> links, URI namespace, String alias, Date updated, String description)
           
Flavor(String id, String name, Set<Link> links, int ram, int disk, int vcpus, String swap, Double rxtxFactor, Integer ephemeral)
           
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)
           
ServerCreated(String id, String name, Set<Link> links, String adminPass)
           
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 Link in org.jclouds.openstack.v2_0.domain
 

Fields in org.jclouds.openstack.v2_0.domain with type parameters of type Link
protected  Set<Link> Resource.Builder.links
           
 

Methods in org.jclouds.openstack.v2_0.domain that return Link
 Link Link.Builder.build()
           
static Link Link.create(Link.Relation relation, String type, URI href)
           
static Link Link.create(Link.Relation relation, URI href)
           
 

Methods in org.jclouds.openstack.v2_0.domain that return types with arguments of type Link
 Set<Link> Resource.getLinks()
           
 

Methods in org.jclouds.openstack.v2_0.domain with parameters of type Link
 T Link.Builder.fromLink(Link in)
           
 T Resource.Builder.links(Link... in)
           
 

Method parameters in org.jclouds.openstack.v2_0.domain with type arguments of type Link
 T Resource.Builder.links(Set<Link> links)
           
 

Constructor parameters in org.jclouds.openstack.v2_0.domain with type arguments of type Link
Resource(String id, String name, Set<Link> links)
           
 

Uses of Link in org.jclouds.openstack.v2_0.predicates
 

Methods in org.jclouds.openstack.v2_0.predicates that return types with arguments of type Link
static com.google.common.base.Predicate<Link> LinkPredicates.hrefEquals(URI href)
          matches links of the given href
static com.google.common.base.Predicate<Link> LinkPredicates.relationEquals(Link.Relation rel)
          matches links of the given relation
static com.google.common.base.Predicate<Link> LinkPredicates.typeEquals(String type)
          matches links of the given type
 



Copyright © 2009-2012 jclouds. All Rights Reserved.