Class Extension

java.lang.Object
org.jclouds.openstack.v2_0.domain.Resource
org.jclouds.openstack.v2_0.domain.Extension
All Implemented Interfaces:
Comparable<Resource>

public class Extension extends Resource
The OpenStack Compute API is extensible. Extensions serve two purposes: They allow the introduction of new features in the API without requiring a version change and they allow the introduction of vendor specific niche functionality.
See Also: