Subclass of CIM_FileSystemConfigurationCapabilities
FileSystemConfigurationCapabilities specifies the capability of a FileSystemConfigurationService to support the specified methods.
uint16[] SupportedActualFileSystemTypes
An array of enumerated values that indicates the set of actual file system implementation types that this FileSystemConfigurationService can support in its Capabilities. For each file system type listed here, there MUST be at least one FileSystemCapabilities element.
ValueMap Values 0 Unknown 2 UFS 3 HFS 4 FAT 5 FAT16 6 FAT32 7 NTFS4 8 NTFS5 9 XFS 10 AFS 11 EXT2 12 EXT3 13 REISERFS DMTF Reserved 32769 EXT4 32770 BTRFS 32771 JFS 32772 TMPFS 32773 VFAT
uint16[] SupportedAsynchronousMethods
An array of methods of this Service that are supported as asynchronous methods.
ValueMap Values 2 CreateFileSystem 3 DeleteFileSystem 4 ModifyFileSystem 5 CreateGoal 6 GetRequiredStorageSize DMTF Reserved 32769 LMI_CreateFileSystem
uint16 InitialAvailability
An enumerated value that indicates the state of availability in which the Service can create the file system. The choices include ‘Mounted’ and ‘Unmounted’. If ‘Mounted’, the mount-point will be at a vendor-specific default LogicalFile, and a MountedElement association will be surfaced.
ValueMap Values 0 Unknown 2 Mounted 3 Unmounted DMTF Reserved 0x8000.. Vendor Defined
uint16[] SupportedSynchronousMethods
An array of methods of this Service that are supported as synchronous methods.
ValueMap Values 2 CreateFileSystem 3 DeleteFileSystem 4 ModifyFileSystem 5 CreateGoal 6 GetRequiredStorageSize DMTF Reserved 32769 LMI_CreateFileSystem
None