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 |
getIdentityV2Services()
Gets the identity v2 services API
|
static IdentityService |
getIdentityV3Services()
Gets the identity v3 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
|
static ShareService |
getShareServices()
Gets the (Manila) Shared File Systems services API
|
public static <T> T get(Class<T> api)
T - the API typeapi - the API implementationpublic static IdentityService getIdentityV3Services()
public static IdentityService getIdentityV2Services()
public static ComputeService getComputeServices()
public static NetworkingService getNetworkingServices()
public static ImageService getImageService()
public static HeatService getHeatServices()
public static SaharaService getSaharaServices()
public static ShareService getShareServices()
Copyright © 2016. All Rights Reserved.