public class CloudStackApiMetadata extends BaseRestApiMetadata
ApiMetadata
for Citrix/Apache CloudStack api.
S
(client) and A
(asyncClient), so that children can add additional methods not declared here,
such as new features from AWS.
As this is a popular api, we also allow overrides for type C
(context). This allows subtypes to add in new feature groups or extensions,
not present in the base api. For example, you could make a subtype for
context, that exposes admin operations.Modifier and Type | Class and Description |
---|---|
static class |
CloudStackApiMetadata.Builder |
Modifier and Type | Field and Description |
---|---|
static com.google.common.reflect.TypeToken<RestContext<CloudStackClient,CloudStackAsyncClient>> |
CONTEXT_TOKEN |
api, asyncApi
buildVersion, context, credentialName, defaultCredential, defaultEndpoint, defaultIdentity, defaultModules, defaultProperties, documentation, endpointName, id, identityName, name, version, views
Modifier | Constructor and Description |
---|---|
|
CloudStackApiMetadata() |
protected |
CloudStackApiMetadata(CloudStackApiMetadata.Builder builder) |
Modifier and Type | Method and Description |
---|---|
static Properties |
defaultProperties() |
CloudStackApiMetadata.Builder |
toBuilder() |
contextToken, getApi, getAsyncApi, string
equals, getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews
public static final com.google.common.reflect.TypeToken<RestContext<CloudStackClient,CloudStackAsyncClient>> CONTEXT_TOKEN
public CloudStackApiMetadata()
protected CloudStackApiMetadata(CloudStackApiMetadata.Builder builder)
public CloudStackApiMetadata.Builder toBuilder()
toBuilder
in interface ApiMetadata
toBuilder
in class BaseRestApiMetadata
ApiMetadata.Builder
public static Properties defaultProperties()
Copyright © 2009-2013 jclouds. All Rights Reserved.