Uses of Class
org.jclouds.openstack.v2_0.domain.Link
-
-
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 Constructor Description 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 Constructor Description 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 Constructor 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, List<BlockDeviceMapping> blockDeviceMapping, 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, String availabilityZone)
ServerCreated(String id, String name, Set<Link> links, String adminPass, String diskConfig)
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 Link Modifier and Type Field Description protected List<Link>
Flavor.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 Link Modifier and Type Method Description List<Link>
Flavor. getLinks()
List<Link>
Instance. getLinks()
Method parameters in org.jclouds.openstack.trove.v1.domain with type arguments of type Link Modifier and Type Method Description Flavor.Builder
Flavor.Builder. links(List<Link> links)
Instance.Builder
Instance.Builder. links(com.google.common.collect.ImmutableList<Link> links)
Constructor parameters in org.jclouds.openstack.trove.v1.domain with type arguments of type Link Constructor Description Flavor(int id, String name, int ram, List<Link> links)
Instance(String id, String name, Flavor flavor, Volume volume, Instance.Status status, List<Link> links, String hostname)
-
Uses of Link in org.jclouds.openstack.v2_0.domain
Fields in org.jclouds.openstack.v2_0.domain with type parameters of type Link Modifier and Type Field Description protected Set<Link>
Resource.Builder. links
Methods in org.jclouds.openstack.v2_0.domain that return Link Modifier and Type Method Description 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 Modifier and Type Method Description Iterable<Link>
PaginatedCollection. getLinks()
links that relate to this collectionSet<Link>
Resource. getLinks()
Methods in org.jclouds.openstack.v2_0.domain with parameters of type Link Modifier and Type Method Description Link.Builder
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 Modifier and Type Method Description T
Resource.Builder. links(Set<Link> links)
Constructor parameters in org.jclouds.openstack.v2_0.domain with type arguments of type Link Constructor Description Extension(String name, Set<Link> links, URI namespace, String alias, Date updated, String description)
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 Modifier and Type Method Description static 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 -
Uses of Link in org.jclouds.rackspace.autoscale.v1.domain
Fields in org.jclouds.rackspace.autoscale.v1.domain with type parameters of type Link Modifier and Type Field Description protected com.google.common.collect.ImmutableList<Link>
Group.Builder. links
Methods in org.jclouds.rackspace.autoscale.v1.domain that return types with arguments of type Link Modifier and Type Method Description com.google.common.collect.ImmutableList<Link>
Group. getLinks()
com.google.common.collect.ImmutableList<Link>
GroupInstance. getLinks()
List<Link>
GroupState. getLinks()
com.google.common.collect.ImmutableList<Link>
ScalingPolicy. getLinks()
com.google.common.collect.ImmutableList<Link>
Webhook. getLinks()
The capability Link for the webhook can be called with a POST request to execute the webhook anonymously.Method parameters in org.jclouds.rackspace.autoscale.v1.domain with type arguments of type Link Modifier and Type Method Description Group.Builder
Group.Builder. links(List<Link> links)
Constructor parameters in org.jclouds.rackspace.autoscale.v1.domain with type arguments of type Link Constructor Description Group(String id, com.google.common.collect.ImmutableList<Link> links, com.google.common.collect.ImmutableList<ScalingPolicy> scalingPolicy, GroupConfiguration groupConfiguration, LaunchConfiguration launchConfiguration)
GroupInstance(String id, com.google.common.collect.ImmutableList<Link> links)
GroupState(String id, List<Link> links, int activeCapacity, int pendingCapacity, int desiredCapacity, boolean paused, List<GroupInstance> groupInstances)
ScalingPolicy(String name, CreateScalingPolicy.ScalingPolicyType type, int cooldown, String target, CreateScalingPolicy.ScalingPolicyTargetType targetType, Map<String,String> args, List<Link> links, String id)
Webhook(String name, Map<String,Object> metadata, List<Link> links, String id)
-