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

Packages that use Link
org.jclouds.openstack.domain   
org.jclouds.openstack.nova.v1_1.domain   
 

Uses of Link in org.jclouds.openstack.domain
 

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

Methods in org.jclouds.openstack.domain that return Link
static Link Link.create(Link.Relation relation, URI href)
           
 

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

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

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

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

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

Method parameters in org.jclouds.openstack.nova.v1_1.domain with type arguments of type Link
 Server.Builder Server.Builder.links(Set<Link> links)
          
 

Constructor parameters in org.jclouds.openstack.nova.v1_1.domain with type arguments of type Link
Server(String id, String name, Set<Link> links, com.google.common.collect.Multimap<Address.Type,Address> addresses)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.