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.html
    Represents an Extension which adds additional functionality to the OpenStack API
    Author:
    Jeremy Unruh
    • 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
      • getLinks

        List<? extends Link> getLinks()
        Deprecated.
        Returns:
        the additional information and documentation based links for this extension