Package org.openstack4j.model.common
Interface Extension
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
ExtensionValue
@Deprecated public interface Extension extends ModelEntity
Deprecated.https://specs.openstack.org/openstack/nova-specs/specs/newton/implemented/api-no-more-extensions.htmlRepresents an Extension which adds additional functionality to the OpenStack API- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetAlias()Deprecated.StringgetDescription()Deprecated.List<? extends Link>getLinks()Deprecated.StringgetName()Deprecated.URIgetNamespace()Deprecated.DategetUpdated()Deprecated.
-
-
-
Method Detail
-
getName
String getName()
Deprecated.- Returns:
- the name of the extension
-
getNamespace
URI getNamespace()
Deprecated.- Returns:
- the namespace of this extension
-
getAlias
String getAlias()
Deprecated.- Returns:
- the alias which is used within RestFul and other operational calls
-
getUpdated
Date getUpdated()
Deprecated.- Returns:
- when the extension was last updated
-
getDescription
String getDescription()
Deprecated.- Returns:
- the description of this extension
-
-