Class ImageRefPoolSnapshotsDiff

    • Constructor Detail

      • ImageRefPoolSnapshotsDiff

        ImageRefPoolSnapshotsDiff(Map<String, Object> source)
      • ImageRefPoolSnapshotsDiff

        ImageRefPoolSnapshotsDiff(JSONObject json)
    • Method Detail

      • getRemoved

         final List<String> getRemoved()

        Unique ids of ImageRefs that are not present in the second snapshot and present in the first snapshot.

      • setRemoved

         final Unit setRemoved(List<String> removed)

        Unique ids of ImageRefs that are not present in the second snapshot and present in the first snapshot.

      • getAdded

         final List<String> getAdded()

        Profiles of ImageRefs that are present in the second snapshot, but not in the first snapshot.

      • setAdded

         final Unit setAdded(List<String> added)

        Profiles of ImageRefs that are present in the second snapshot, but not in the first snapshot.

      • getModified

         final List<String> getModified()

        Profiles of ImageRefs that are present in both snapshots but are different. Profile is considered modified if number of references or memory consumption is different.

      • setModified

         final Unit setModified(List<String> modified)

        Profiles of ImageRefs that are present in both snapshots but are different. Profile is considered modified if number of references or memory consumption is different.