| Package | Description |
|---|---|
| com.elastisys.scale.cloudpool.openstack.driver.client | |
| com.elastisys.scale.cloudpool.openstack.requests |
| Modifier and Type | Method and Description |
|---|---|
OpenStackPoolDriverConfig |
OSClientFactory.getApiAccessConfig()
Returns the API access configuration that describes how to authenticate
with and communicate over the OpenStack API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardOpenstackClient.configure(OpenStackPoolDriverConfig configuration) |
void |
OpenstackClient.configure(OpenStackPoolDriverConfig configuration)
Configures this
OpenstackClient with credentials to allow it to
access the OpenStack API. |
| Constructor and Description |
|---|
OSClientFactory(OpenStackPoolDriverConfig apiAccessConfig)
Creates an
OSClientFactory with a StandardOSClientCreator
creating clients according to the given configuration. |
OSClientFactory(OpenStackPoolDriverConfig apiAccessConfig,
com.elastisys.scale.cloudpool.openstack.driver.client.OSClientFactory.OSClientCreator creator)
Creates an
OSClientFactory with a custom OSClientCreator. |
| Modifier and Type | Method and Description |
|---|---|
OpenStackPoolDriverConfig |
AbstractOpenstackRequest.getApiAccessConfig()
Returns the API access configuration that describes how to authenticate
with and communicate over the OpenStack API.
|
Copyright © 2011–2016 elastisys. All rights reserved.