Class UnixZfsListResponse


  • public final class UnixZfsListResponse
    extends Object
    UssZfsResponse object representing a ZFS response from Unix System Services (USS) filesystems list operation. Immutable class using Jackson for JSON parsing.
    Version:
    5.0
    Author:
    Frank Giordano
    • Constructor Detail

      • UnixZfsListResponse

        public UnixZfsListResponse​(Integer jsonVersion,
                                   List<UnixZfs> items)
        UssZfsItem Constructor for Jackson
        Parameters:
        jsonVersion - int value
        items - UnixZfs items list
    • Method Detail

      • getJsonVersion

        public int getJsonVersion()
        Retrieve JSON version
        Returns:
        JSON version int value
      • getItems

        public List<UnixZfs> getItems()
        Retrieve zfs items
        Returns:
        zfs UnixZfs items list