Uses of Class
com.woorea.openstack.nova.model.Link
-
Packages that use Link Package Description com.woorea.openstack.nova.model -
-
Uses of Link in com.woorea.openstack.nova.model
Fields in com.woorea.openstack.nova.model with type parameters of type Link Modifier and Type Field Description private java.util.List<Link>
Extension. links
private java.util.List<Link>
Flavor. links
private java.util.List<Link>
Image. links
private java.util.List<Link>
Image.Server. links
private java.util.List<Link>
SecurityGroup. links
private java.util.List<Link>
Server. links
Methods in com.woorea.openstack.nova.model that return types with arguments of type Link Modifier and Type Method Description java.util.List<Link>
Extension. getLinks()
java.util.List<Link>
Flavor. getLinks()
java.util.List<Link>
Image. getLinks()
java.util.List<Link>
Image.Server. getLinks()
java.util.List<Link>
SecurityGroup. getLinks()
java.util.List<Link>
Server. getLinks()
Method parameters in com.woorea.openstack.nova.model with type arguments of type Link Modifier and Type Method Description void
Flavor. setLinks(java.util.List<Link> links)
void
Image. setLinks(java.util.List<Link> links)
-