Package org.jclouds.chef
Class ChefApiMetadata
- java.lang.Object
-
- org.jclouds.apis.internal.BaseApiMetadata
-
- org.jclouds.rest.internal.BaseHttpApiMetadata<ChefApi>
-
- org.jclouds.chef.ChefApiMetadata
-
- All Implemented Interfaces:
ApiMetadata
,HttpApiMetadata<ChefApi>
@AutoService(ApiMetadata.class) public class ChefApiMetadata extends BaseHttpApiMetadata<ChefApi>
Implementation ofApiMetadata
for Chef.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChefApiMetadata.Builder
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_API_VERSION
The default Chef Server API version to use.-
Fields inherited from class org.jclouds.rest.internal.BaseHttpApiMetadata
api
-
-
Constructor Summary
Constructors Modifier Constructor Description ChefApiMetadata()
protected
ChefApiMetadata(ChefApiMetadata.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Properties
defaultProperties()
ChefApiMetadata.Builder
toBuilder()
-
Methods inherited from class org.jclouds.rest.internal.BaseHttpApiMetadata
contextToken, getApi, string
-
Methods inherited from class org.jclouds.apis.internal.BaseApiMetadata
equals, getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jclouds.apis.ApiMetadata
getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews
-
-
-
-
Field Detail
-
DEFAULT_API_VERSION
public static final String DEFAULT_API_VERSION
The default Chef Server API version to use.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChefApiMetadata
public ChefApiMetadata()
-
ChefApiMetadata
protected ChefApiMetadata(ChefApiMetadata.Builder builder)
-
-
Method Detail
-
toBuilder
public ChefApiMetadata.Builder toBuilder()
- See Also:
ApiMetadata.Builder
-
defaultProperties
public static Properties defaultProperties()
-
-