public class Apis extends Object
| Constructor and Description |
|---|
Apis() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
get(Class<T> api)
Gets the API implementation based on Type
|
static ComputeService |
getComputeServices()
Gets the compute services API
|
static HeatService |
getHeatServices()
Gets the (Heat) Orchestration services API
|
static IdentityService |
getIdentityServices()
Gets the identity services API
|
static ImageService |
getImageService()
Gets the (Glance) Image services API
|
static NetworkingService |
getNetworkingServices()
Gets the Network services API
|
static SaharaService |
getSaharaServices()
Gets the (Sahara) Data Processing services API
|
public static <T> T get(Class<T> api)
T - the API typeapi - the API implementationpublic static IdentityService getIdentityServices()
public static ComputeService getComputeServices()
public static NetworkingService getNetworkingServices()
public static ImageService getImageService()
public static HeatService getHeatServices()
public static SaharaService getSaharaServices()