Uses of Enum Class
oshi.driver.common.windows.wmi.MSFTStorage.StoragePoolToPhysicalDiskProperty
Packages that use MSFTStorage.StoragePoolToPhysicalDiskProperty
Package
Description
Provides common WMI driver constants and property enums shared between JNA and FFM implementations.
-
Uses of MSFTStorage.StoragePoolToPhysicalDiskProperty in oshi.driver.common.windows.wmi
Subclasses with type arguments of type MSFTStorage.StoragePoolToPhysicalDiskProperty in oshi.driver.common.windows.wmiModifier and TypeClassDescriptionstatic enumProperties to link a storage pool with a physical disk.Methods in oshi.driver.common.windows.wmi that return MSFTStorage.StoragePoolToPhysicalDiskPropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MSFTStorage.StoragePoolToPhysicalDiskProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oshi.driver.common.windows.wmi that return types with arguments of type MSFTStorage.StoragePoolToPhysicalDiskPropertyModifier and TypeMethodDescriptionMSFTStorage.queryStoragePoolPhysicalDisks(WmiQueryExecutor h) Queries storage pool to physical disk mapping.