Package | Description |
---|---|
org.jclouds.openstack.domain | |
org.jclouds.openstack.nova.v1_1.domain |
Modifier and Type | Field and Description |
---|---|
protected Set<Link> |
Resource.links |
protected Set<Link> |
Resource.Builder.links |
Modifier and Type | Method and Description |
---|---|
static Link |
Link.create(Link.Relation relation,
URI href) |
Modifier and Type | Method and Description |
---|---|
Set<Link> |
Resource.getLinks() |
Modifier and Type | Method and Description |
---|---|
Link.Builder |
Link.Builder.fromLink(Link from) |
Resource.Builder |
Resource.Builder.links(Link... links) |
Modifier and Type | Method and Description |
---|---|
Resource.Builder |
Resource.Builder.links(Set<Link> links) |
Constructor and Description |
---|
Resource(String id,
String name,
Set<Link> links) |
Modifier and Type | Method and Description |
---|---|
Server.Builder |
Server.Builder.links(Set<Link> links) |
Constructor and Description |
---|
Server(String id,
String name,
Set<Link> links,
com.google.common.collect.Multimap<Address.Type,Address> addresses) |
Copyright © 2009-2012 jclouds. All Rights Reserved.