Class ExtensionValue

  • All Implemented Interfaces:
    Serializable, Extension, ModelEntity

    @Deprecated
    public class ExtensionValue
    extends Object
    implements Extension
    Deprecated.
    https://specs.openstack.org/openstack/nova-specs/specs/newton/implemented/api-no-more-extensions.html
    Represents an Extension which adds additional functionality to the OpenStack API
    Author:
    Jeremy Unruh
    See Also:
    Serialized Form
    • Constructor Detail

      • ExtensionValue

        public ExtensionValue()
        Deprecated.
    • Method Detail

      • getName

        public String getName()
        Deprecated.
        Specified by:
        getName in interface Extension
        Returns:
        the name of the extension
      • getNamespace

        public URI getNamespace()
        Deprecated.
        Specified by:
        getNamespace in interface Extension
        Returns:
        the namespace of this extension
      • getAlias

        public String getAlias()
        Deprecated.
        Specified by:
        getAlias in interface Extension
        Returns:
        the alias which is used within RestFul and other operational calls
      • getUpdated

        public Date getUpdated()
        Deprecated.
        Specified by:
        getUpdated in interface Extension
        Returns:
        when the extension was last updated
      • getDescription

        public String getDescription()
        Deprecated.
        Specified by:
        getDescription in interface Extension
        Returns:
        the description of this extension
      • getLinks

        public List<? extends Link> getLinks()
        Deprecated.
        Specified by:
        getLinks in interface Extension
        Returns:
        the additional information and documentation based links for this extension