Class Smbios


  • public class Smbios
    extends java.lang.Object
    salt.modules.smbios
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Smbios.Record
      Holds the information returned by smbios.records
      static class  Smbios.RecordType
      The type of the dmi records.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Smbios()  
    • Constructor Detail

      • Smbios

        private Smbios()
    • Method Detail

      • records

        public static LocalCall<java.util.List<Smbios.Record>> records​(Smbios.RecordType type)
        smbios.records
        Parameters:
        type - the type of the record to get or null to get all records
        Returns:
        The LocalCall to use for getting the record(s)