Class MSFTStorage

java.lang.Object
oshi.driver.common.windows.wmi.MSFTStorage

@ThreadSafe public class MSFTStorage extends Object
Constants and property enums for WMI classes in the Storage namespace associated with Storage Pools.
  • Field Details

    • STORAGE_NAMESPACE

      public static final String STORAGE_NAMESPACE
      The WMI namespace for storage.
      See Also:
    • MSFT_STORAGE_POOL_WHERE_IS_PRIMORDIAL_FALSE

      public static final String MSFT_STORAGE_POOL_WHERE_IS_PRIMORDIAL_FALSE
      The WMI class name for non-primordial storage pools.
      See Also:
    • MSFT_STORAGE_POOL_TO_PHYSICAL_DISK

      public static final String MSFT_STORAGE_POOL_TO_PHYSICAL_DISK
      The WMI class name for storage pool to physical disk associations.
      See Also:
    • MSFT_PHYSICAL_DISK

      public static final String MSFT_PHYSICAL_DISK
      The WMI class name for physical disks.
      See Also:
    • MSFT_VIRTUAL_DISK

      public static final String MSFT_VIRTUAL_DISK
      The WMI class name for virtual disks.
      See Also:
  • Constructor Details

    • MSFTStorage

      protected MSFTStorage()