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 interface
AdminEndpointResolutionStrategy
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 ServiceEndpointResolutionStrategy Modifier and Type Class Description class
AdminURL
class
BaseEndpointResolutionStrategy
Resolves the endpoint to be used to connect to a service based on a given predicate.class
InternalURL
class
PublicURLOrInternal
-
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 ServiceEndpointResolutionStrategy
LocationIdToURIFromServiceEndpointsForTypeAndVersion. resolveServiceEndpointURI
Constructors 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)
-