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 ArtifactService |
getArtifactServices()
Gets the Artifact services API
|
static BarbicanService |
getBarbicanServices()
Gets the (BarbicanService) Orchestration services API
|
static ComputeService |
getComputeServices()
Gets the compute services API
|
static DNSService |
getDNSService()
Gets the dns services API
|
static GbpService |
getGbpServices()
Gets the group based policy 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 ImageService |
getImageV2Service()
Gets the (Glance) Image v2 services API
|
static MagnumService |
getMagnumService()
Gets the Magnum services API
|
static AppCatalogService |
getMuranoServices()
Gets the (Murano) App Catalog services API
|
static NetworkingService |
getNetworkingServices()
Gets the Network services API
|
static SaharaService |
getSaharaServices()
Gets the (Sahara) Data Processing services API
|
static SenlinService |
getSenlinServices()
Gets the (Senlin) Orchestration services API
|
static ShareService |
getShareServices()
Gets the (Manila) Shared File Systems services API
|
static TackerService |
getTackerServices()
Gets the Tacker services API
|
static TroveService |
getTroveServices()
Gets the trove 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 ArtifactService getArtifactServices()
public static TackerService getTackerServices()
public static ImageService getImageService()
public static ImageService getImageV2Service()
public static HeatService getHeatServices()
public static AppCatalogService getMuranoServices()
public static SaharaService getSaharaServices()
public static ShareService getShareServices()
public static GbpService getGbpServices()
public static TroveService getTroveServices()
public static SenlinService getSenlinServices()
public static MagnumService getMagnumService()
public static BarbicanService getBarbicanServices()
public static DNSService getDNSService()
Copyright © 2017. All rights reserved.