Class Deprecated


  • public abstract class Deprecated
    extends Object
    Deprecation information for an image or kernel
    • Method Detail

      • replacement

        @Nullable
        public abstract URI replacement()
        A fully-qualified URL of the suggested replacement for the deprecated image.
      • deprecated

        @Nullable
        public abstract String deprecated()
        An optional RFC3339 timestamp for when the deprecation state of this resource will be changed to DEPRECATED.
      • obsolete

        @Nullable
        public abstract String obsolete()
        An optional RFC3339 timestamp on or after which the deprecation state of this resource will be changed to OBSOLETE.
      • deleted

        @Nullable
        public abstract String deleted()
        An optional RFC3339 timestamp on or after which the deprecation state of this resource will be changed to DELETED.