Uses of Enum
oshi.driver.windows.wmi.MSFTStorage.StoragePoolProperty
Packages that use MSFTStorage.StoragePoolProperty
-
Uses of MSFTStorage.StoragePoolProperty in oshi.driver.windows.wmi
Subclasses with type arguments of type MSFTStorage.StoragePoolProperty in oshi.driver.windows.wmiModifier and TypeClassDescriptionstatic enumProperties to identify the storage pool.Methods in oshi.driver.windows.wmi that return MSFTStorage.StoragePoolPropertyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static MSFTStorage.StoragePoolProperty[]MSFTStorage.StoragePoolProperty.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oshi.driver.windows.wmi that return types with arguments of type MSFTStorage.StoragePoolPropertyModifier and TypeMethodDescriptionstatic com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<MSFTStorage.StoragePoolProperty> MSFTStorage.queryStoragePools(WmiQueryHandler h) Query the storage pools.