Package org.jclouds.byon
Class BYONApiMetadata
- java.lang.Object
-
- org.jclouds.apis.internal.BaseApiMetadata
-
- org.jclouds.byon.BYONApiMetadata
-
- All Implemented Interfaces:
ApiMetadata
@AutoService(ApiMetadata.class) public class BYONApiMetadata extends BaseApiMetadata
Implementation ofApiMetadata
for jclouds BYON APInote
This class is not setup to allow a subclasses to override the type of api, asyncapi, or context. This is an optimization for s.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BYONApiMetadata.Builder
-
Constructor Summary
Constructors Modifier Constructor Description BYONApiMetadata()
protected
BYONApiMetadata(BYONApiMetadata.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
BYONApiMetadata
public BYONApiMetadata()
-
BYONApiMetadata
protected BYONApiMetadata(BYONApiMetadata.Builder builder)
-
-
Method Detail
-
toBuilder
public BYONApiMetadata.Builder toBuilder()
- See Also:
ApiMetadata.Builder
-
-