org.jclouds.byon
Class BYONApiMetadata

java.lang.Object
  extended by org.jclouds.apis.internal.BaseApiMetadata
      extended by org.jclouds.byon.BYONApiMetadata
All Implemented Interfaces:
Serializable, org.jclouds.apis.ApiMetadata

public class BYONApiMetadata
extends org.jclouds.apis.internal.BaseApiMetadata

Implementation of ApiMetadata for jclouds BYON API

note

This class is not setup to allow a subclasses to override the type of api, asyncapi, or context. This is an optimization for s.

Author:
Adrian Cole
See Also:
Serialized Form

Nested Class Summary
static class BYONApiMetadata.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.apis.internal.BaseApiMetadata
buildVersion, context, credentialName, defaultCredential, defaultEndpoint, defaultIdentity, defaultModules, defaultProperties, documentation, endpointName, id, identityName, name, version, views
 
Constructor Summary
  BYONApiMetadata()
           
protected BYONApiMetadata(BYONApiMetadata.Builder builder)
           
 
Method Summary
 BYONApiMetadata.Builder toBuilder()
           
 
Methods inherited from class org.jclouds.apis.internal.BaseApiMetadata
defaultProperties, equals, getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews, hashCode, string, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BYONApiMetadata

public BYONApiMetadata()

BYONApiMetadata

protected BYONApiMetadata(BYONApiMetadata.Builder builder)
Method Detail

toBuilder

public BYONApiMetadata.Builder toBuilder()
Specified by:
toBuilder in interface org.jclouds.apis.ApiMetadata
Overrides:
toBuilder in class org.jclouds.apis.internal.BaseApiMetadata


Copyright © 2009-2013 jclouds. All Rights Reserved.