Interface | Description |
---|---|
APIProvider |
To keep our dependencies simple in the current Openstack4J, we utilize ServiceLoader to load a provider who is responsible
for loading the implementation for any of the defined API interfaces.
|
EndpointTokenProvider |
Provides Endpoint information for the current authorized scope
|
OSClient<T extends OSClient<T>> |
A client which has been identified.
|
OSClient.OSClientV2 |
OpenStack4j Client which authenticates against version V2
|
OSClient.OSClientV3 |
OpenStack4j Client which authenticates against version V3
|
Class | Description |
---|---|
Apis |
Provides access to the Major APIs and Buildables
|
Builders |
A utility class to quickly access available Builders within the OpenStack API
|
Copyright © 2017. All rights reserved.