| Interface | Description |
|---|---|
| ComputeCloudClient |
Stateful connection to an endpoint server.
|
| ComputeCloudClientFactory | |
| ComputeCloudInstanceOrchestrationConfig |
| Class | Description |
|---|---|
| AutoAuthComputeCloudClient |
An implementation of ComputeCloudClient that automatically authenticates
when a method is called and automatically reauthenticates when the
authentication tokens expire.
|
| AutoAuthComputeCloudClientFactory | |
| CachingComputeCloudClient |
An implementation of ComputeCloudClient that caches infrequently changing
data from the server.
|
| CachingComputeCloudClientFactory | |
| ComputeCloudObjectName |
A three-part name of the form
/Compute-identityDomainName/user/name. |
| ComputeCloudUser |
A two-part user of the form
/Compute-identityDomainName/user. |
| JaxrsComputeCloudClient |
An implementation of ComputeCloudClient using the JAX-RS client API.
|
| JaxrsComputeCloudClientFactory | |
| ProxyComputeCloudClient |
| Exception | Description |
|---|---|
| ComputeCloudClientException |
This exception and subclasses are thrown when an error occurs communicating
with the API endpoint server.
|
| ComputeCloudClientUnauthorizedException |
This exception is thrown when an authentication or authorization error occurs
while communicating with the API endpoint server.
|
Copyright © 2016–2018. All rights reserved.