org.jclouds.openstack.keystone.v2_0.suppliers
Interface RegionIdToAdminURISupplier.Factory

Enclosing interface:
RegionIdToAdminURISupplier

public static interface RegionIdToAdminURISupplier.Factory


Method Summary
 RegionIdToAdminURISupplier createForApiTypeAndVersion(String apiType, String apiVersion)
           
 

Method Detail

createForApiTypeAndVersion

RegionIdToAdminURISupplier createForApiTypeAndVersion(String apiType,
                                                      @Nullable
                                                      String apiVersion)
                                                      throws NoSuchElementException
Parameters:
apiType - type of the api, according to the provider. ex. compute object-store
apiVersion - version of the api, or null
Returns:
regions mapped to default uri
Throws:
NoSuchElementException - if the apiType is not present in the catalog


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.