Uses of Class
org.jclouds.openstack.v2_0.domain.Link
Packages that use Link
Package
Description
-
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 -
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 LinkModifierConstructorDescriptionprotected
Flavor
(String id, String name, Set<Link> links, int ram, int disk, int vcpus, String swap, Double rxtxFactor, Integer ephemeral) protected
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
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 Link in org.jclouds.openstack.trove.v1.domain
Fields in org.jclouds.openstack.trove.v1.domain with type parameters of type LinkModifier and TypeFieldDescriptionFlavor.Builder.links
protected com.google.common.collect.ImmutableList
<Link> Instance.Builder.links
Methods in org.jclouds.openstack.trove.v1.domain that return types with arguments of type LinkMethod parameters in org.jclouds.openstack.trove.v1.domain with type arguments of type LinkModifier and TypeMethodDescriptionConstructor parameters in org.jclouds.openstack.trove.v1.domain with type arguments of type Link -
Uses of Link in org.jclouds.openstack.v2_0.domain
Fields in org.jclouds.openstack.v2_0.domain with type parameters of type LinkMethods in org.jclouds.openstack.v2_0.domain that return LinkModifier and TypeMethodDescriptionLink.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 LinkModifier and TypeMethodDescriptionPaginatedCollection.getLinks()
links that relate to this collectionResource.getLinks()
Methods in org.jclouds.openstack.v2_0.domain with parameters of type LinkModifier and TypeMethodDescriptionMethod parameters in org.jclouds.openstack.v2_0.domain with type arguments of type LinkConstructor parameters in org.jclouds.openstack.v2_0.domain with type arguments of type Link -
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 LinkModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<Link> LinkPredicates.hrefEquals
(URI href) matches links of the given hrefstatic com.google.common.base.Predicate
<Link> LinkPredicates.relationEquals
(Link.Relation rel) matches links of the given relationstatic com.google.common.base.Predicate
<Link> LinkPredicates.typeEquals
(String type) matches links of the given type