Uses of Interface
org.jclouds.openstack.keystone.catalog.functions.ServiceEndpointResolutionStrategy
Packages that use ServiceEndpointResolutionStrategy
Package
Description
-
Uses of ServiceEndpointResolutionStrategy in org.jclouds.openstack.keystone.catalog.functions
Subinterfaces of ServiceEndpointResolutionStrategy in org.jclouds.openstack.keystone.catalog.functionsModifier and TypeInterfaceDescriptioninterface
Given a sets of endpoints for a particular service and version, return the URL of the admin endpoint to be used to connect to the service.Classes in org.jclouds.openstack.keystone.catalog.functions that implement ServiceEndpointResolutionStrategyModifier and TypeClassDescriptionclass
class
Resolves the endpoint to be used to connect to a service based on a given predicate.class
class
-
Uses of ServiceEndpointResolutionStrategy in org.jclouds.openstack.keystone.catalog.suppliers
Fields in org.jclouds.openstack.keystone.catalog.suppliers declared as ServiceEndpointResolutionStrategyModifier and TypeFieldDescriptionprotected final ServiceEndpointResolutionStrategy
LocationIdToURIFromServiceEndpointsForTypeAndVersion.resolveServiceEndpointURI
Constructors in org.jclouds.openstack.keystone.catalog.suppliers with parameters of type ServiceEndpointResolutionStrategyModifierConstructorDescriptionRegionIdToURIFromServiceEndpointsForTypeAndVersion
(com.google.common.base.Supplier<List<ServiceEndpoint>> serviceEndpoints, ServiceEndpointResolutionStrategy resolveServiceEndpointURI, ServiceEndpointToRegion serviceEndpointToRegion, String apiType, String apiVersion)