Uses of Interface
org.jclouds.openstack.keystone.catalog.functions.ServiceEndpointResolutionStrategy
- 
Packages that use ServiceEndpointResolutionStrategy Package Description org.jclouds.openstack.keystone.catalog.functions org.jclouds.openstack.keystone.catalog.suppliers  - 
- 
Uses of ServiceEndpointResolutionStrategy in org.jclouds.openstack.keystone.catalog.functions
Subinterfaces of ServiceEndpointResolutionStrategy in org.jclouds.openstack.keystone.catalog.functions Modifier and Type Interface Description interfaceAdminEndpointResolutionStrategyGiven 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 ServiceEndpointResolutionStrategy Modifier and Type Class Description classAdminURLclassBaseEndpointResolutionStrategyResolves the endpoint to be used to connect to a service based on a given predicate.classInternalURLclassPublicURLOrInternal - 
Uses of ServiceEndpointResolutionStrategy in org.jclouds.openstack.keystone.catalog.suppliers
Fields in org.jclouds.openstack.keystone.catalog.suppliers declared as ServiceEndpointResolutionStrategy Modifier and Type Field Description protected ServiceEndpointResolutionStrategyLocationIdToURIFromServiceEndpointsForTypeAndVersion. resolveServiceEndpointURIConstructors in org.jclouds.openstack.keystone.catalog.suppliers with parameters of type ServiceEndpointResolutionStrategy Constructor Description RegionIdToURIFromServiceEndpointsForTypeAndVersion(com.google.common.base.Supplier<List<ServiceEndpoint>> serviceEndpoints, ServiceEndpointResolutionStrategy resolveServiceEndpointURI, ServiceEndpointToRegion serviceEndpointToRegion, String apiType, String apiVersion) 
 -