public static interface RegionIdToAdminURISupplier.Factory
Modifier and Type | Method and Description |
---|---|
RegionIdToAdminURISupplier |
createForApiTypeAndVersion(String apiType,
String apiVersion) |
RegionIdToAdminURISupplier createForApiTypeAndVersion(String apiType, @Nullable String apiVersion) throws NoSuchElementException
apiType
- type of the api, according to the provider. ex. compute
object-store
apiVersion
- version of the api, or nullNoSuchElementException
- if the apiType
is not present in the catalogCopyright © 2009-2013 jclouds. All Rights Reserved.