Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
ActualFileSystemType | uint16 | 0 |
Description | string | An enumerated value that indicates the file system implementation type supported by this Capabilities. |
Experimental | boolean | true |
ModelCorrespondence | string | CIM_FileSystemSetting.ActualFileSystemType |
Read | boolean | true |
ValueMap | string | 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, .., 0x8000.. |
Values | string | Unknown, UFS, HFS, FAT, FAT16, FAT32, NTFS4, NTFS5, XFS, AFS, EXT2, EXT3, REISERFS, DMTF Reserved, Vendor Defined |
SupportedOperations | uint16[] | |
Description | string | An array of enumerated values representing the operations to files and directories on the file system. Set of supported operations depends on the file system type. The operation information is used as the action type in the access control management. |
Experimental | boolean | true |
ValueMap | string | 1, 2, 3, 4, 5, 6, 7, .., 0x8000.. |
Values | string | Read, Write, Execute, Create, Rename, Delete, Change Attribute, DMTF Reserved, Vendor Reserved |
SupportedOtherPersistenceTypes | string[] | |
ArrayType | string | Indexed |
Deprecated | string | CIM_FileSystemSetting.OtherPersistenceTypes |
Description | string | An array of strings describing the persistence capabilities where the corresponding entry in SupportedPersistenceTypes has a value of "Other". This value is ignored in all other cases. |
ModelCorrespondence | string | CIM_FileSystemCapabilities.SupportedPersistenceTypes, CIM_FileSystem.OtherPersistenceType |
SupportedPersistenceTypes | uint16[] | |
ArrayType | string | Indexed |
Deprecated | string | CIM_FileSystemSetting.PersistenceTypes |
Description | string | An array of enumerated values representing the persistence capabilities of the FileSystem. A value of "Persistent" indicates that the FileSystem supports persistence, can be preserved through an orderly shutdown and could be protected. A value of "Temporary" indicates that the FileSystem supports non-persistence, may not be protected and may not survive a shutdown. A value of "External" indicates that the FileSystem could controlled outside of the operating environment and may need to be protected by specialized means. A value of "Other" is provided to allow for additional persistence types, to be described in the OtherPersistenceType attribute, and is expected to be rarely, if ever, used. |
ModelCorrespondence | string | CIM_FileSystemCapabilities.SupportedPersistenceTypes, CIM_FileSystem.PersistenceType |
ValueMap | string | 1, 2, 3, 4 |
Values | string | Other, Persistent, Temporary, External |
SupportedProperties | uint16[] | |
Description | string | An array of property names of the Setting that this Capabilities element supports. The Object-related parameters are not specified because they must always be supported even if not used. |
Experimental | boolean | true |
Read | boolean | true |
ValueMap | string | 2, 3, 4, 5, 6, 7, 8, 9, 10, .., 0x8000.. |
Values | string | DataExtentsSharing, CopyTarget, FilenameCaseAttributes, FilenameStreamFormats, FilenameFormats, LockingSemantics, AuthorizationProtocols, AuthenticationProtocols, Persistence, DMTF Reserved, Vendor Defined |
Name | Data Type | Value |
Description | string | Start a job to create a supported FileSystemSetting from a FileSystemSetting provided by the caller. If the operation completes successfully and did not require a long-running ConcreteJob, it will return 0. If 4096/0x1000 is returned, a ConcreteJob will be started to create the element. A Reference to the ConcreteJob will be returned in the output parameter Job.
This method MAY return a CIM_Error representing that a single named property of a setting (or other) parameter (either reference or embedded object) has an invalid value or that an invalid combination of named properties of a setting (or other) parameter (either reference or embedded object) has been requested.
If the input TemplateGoal is NULL or the empty string, this method returns a default FileSystemSetting that is supported by this FileSystemCapabilities.
The output is returned as the SupportedGoal parameter. Both TemplateGoal and SupportedGoal are embedded objects and do not exist in the provider but are maintained by the client.
If the TemplateGoal specifies values that cannot be supported this method MUST return an appropriate error and should return a best match for a SupportedGoal. |
Experimental | boolean | true |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, .., 4097, 4098..32767, 32768..65535 |
Values | string | Job Completed with No Error, Not Supported, Unknown, Timeout, Failed, Invalid Parameter, TemplateGoal is not well-formed, TemplateGoal cannot be satisfied exactly, StorageSetting cannot be used with ActualFileSystemType, StorageSetting cannot be used with CopyTarget, StorageSetting cannot be used with ObjectType, DMTF Reserved, Method Parameters Checked - Job Started, Method Reserved, Vendor Specific |
Name | Type | Qualifiers |
Name | Data Type | Value |
ElementNameMask | string |
Description | string | This string expresses the restrictions on ElementName. The mask is expressed as a regular expression. See DMTF standard ABNF with the Management Profile Specification Usage Guide, appendix C for the regular expression syntax permitted.
Since the ElementNameMask can describe the maximum length of the ElementName,any length defined in the regexp is in addition to the restriction defined in MaxElementNameLen (causing the smaller value to be the maximum length). The ElementName value satisfies the restriction, if and only if it matches the regular expression.
If NULL, it indicates no restrictions on the ElementName. |
ModelCorrespondence | string | CIM_EnabledLogicalElementCapabilities.ElementNameMask |
Out | boolean | true |
MaxElementNameLen | uint16 |
Description | string | Maximum supported ElementName length in characters. |
MappingStrings | string | FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MaxNameChars |
MaxValue | sint64 | 256 |
ModelCorrespondence | string | CIM_EnabledLogicalElementCapabilities.MaxElementNameLen |
Out | boolean | true |
SupportedFeatures | uint32[] |
Description | string | Enumeration indicating what methods can accept the element name for creation or modification of a storage element.
CreateFileSystem is an example of an InvokeMethod. ModifyInstance and SetProperty are examples of intrinsic methods.
An empty array indicates ElementNaming for ElementType is not supported, in which case the other OUT parameters are null. |
Out | boolean | true |
ValueMap | string | 2, 3, 4, .., 32768..65535 |
Values | string | ElementName can be supplied during creation, ElementName can be modified with InvokeMethod, ElementName can be modified with intrinsic method, DMTF Reserved, Vendor Specific |