Class RegionToCDNEndpoint
java.lang.Object
org.jclouds.rackspace.cloudfiles.v1.functions.RegionToCDNEndpoint
@Singleton
public class RegionToCDNEndpoint
extends Object
implements com.google.common.base.Function<Object,URI>
This class ensures that the correct Cloud Files CDN endpoint is retrieved from the endpoint
supplier. The CDN API should never be instantiated directly, but rather accessed through the
API.
invalid reference
CloudFilesApi#cdnApiInRegion(String)
NOTE
The Cloud Files Service Type will always default to OpenStack Object Storage ("object-storage").- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRegionToCDNEndpoint
(String apiVersion, RegionIdToURISupplier.Factory factory) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals