Class Hierarchy
Class Attributes
Class Qualifiers
Properties
Methods
Associations in which the class can participate
Sub Profiling Summary
CIM_FileSystemSetting --> CIM_SettingData --> CIM_ManagedElement --> [top]
Class Declaration Attributes Name Value SUPERCLASS CIM_SettingData NAME CIM_FileSystemSetting
Class CIM_FileSystemSetting Qualifiers Name Type Value From Class Experimental boolean true CIM_FileSystemSetting Version string 2.10.0 CIM_FileSystemSetting Description string The FileSystemSetting describes the attribute values set when creating a FileSystem by a FileSystemConfigurationService. These settings can be associated via the ElementSettingData association with the created FileSystem. If the setting is associated via SettingAssociatedToCapabilities to a FileSystemCapabilities, it is one of the canned settings supported by this capabilities instance. A setting can also be an embedded instance parameter to a method (for instance, when used as a Goal parameter). A NULL value for a property in a canned setting indicates support for a vendor-specific default. A NULL value for a property when the setting is used as a Goal parameter to a method indicates that the client does not care what value that property will have on creation and will accept any vendor-supplied default. When used with a FileSystem, a NULL value for a property must be interpreted as " Unknown " . The ActualFileSystemType property cannot have a default value in any context. If this Setting is associated with a FileSystemCapabilities element via SettingAssociatedToCapabilities, the value of ActualFileSystemType in the Setting and the Capabilities MUST match. This class also supports persistence and recoverability of a FileSystem and its contained elements as defined in CIM 2.8 for the use of DatabaseStorageArea. CIM_FileSystemSetting Description string The SettingData class represents configuration-related and operational parameters for one or more ManagedElements. A ManagedElement can have multiple SettingData objects associated with it. The current operational values for the parameters of the element are reflected by properties in the Element itself or by properties in its associations. These properties do not have to be the same values that are present in the SettingData object. For example, a modem might have a SettingData baud rate of 56Kb/sec but be operating at 19.2Kb/sec. Note: The CIM_SettingData class is very similar to CIM_Setting, yet both classes are present in the model because many implementations have successfully used CIM_Setting. However, issues have arisen that could not be resolved without defining a new class. Therefore, until a new major release occurs, both classes will exist in the model. Refer to the Core White Paper for additional information. SettingData instances can be aggregated together into higher- level SettingData objects using ConcreteComponent associations. CIM_SettingData Description string ManagedElement is an abstract class that provides a common superclass (or top of the inheritance tree) for the non-association classes in the CIM Schema. CIM_ManagedElement
Property Qualifiers
Property ActualFileSystemType Qualifiers Name Type Value From Class Description string An enumerated value that indicates the file system implementation type supported by this Setting. This property MUST exist and have a value. CIM_FileSystemSetting ValueMap string [See below.] CIM_FileSystemSetting Values string Unknown
UFS
HFS
FAT
FAT16
FAT32
NTFS4
NTFS5
XFS
AFS
EXT2
EXT3
REISERFS
DMTF Reserved
Vendor DefinedCIM_FileSystemSetting Read boolean true CIM_FileSystemSetting ModelCorrespondence string CIM_FileSystemCapabilities.ActualFileSystemType CIM_FileSystemSetting
Name Value 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 0x8000.. Vendor Defined
Property DataExtentsSharing Qualifiers Name Type Value From Class Description string An enumerated value that specifies if the FileSystem supports or enforces sharing of data extents between objects. CIM_FileSystemSetting ValueMap string [See below.] CIM_FileSystemSetting Values string Unknown
No Sharing
Sharing Possible/Optional
Sharing Enforced
DMTF Reserved
Vendor DefinedCIM_FileSystemSetting Read boolean true CIM_FileSystemSetting
Name Value 0 Unknown 1 No Sharing 2 Sharing Possible/Optional 3 Sharing Enforced .. DMTF Reserved 0x8000.. Vendor Defined
Property CopyTarget Qualifiers Name Type Value From Class Description string An enumerated value that specifies if this FileSystem can be a target for synchronization with or mirror of another FileSystem, or if it cannot be a target. CIM_FileSystemSetting ValueMap string [See below.] CIM_FileSystemSetting Values string Unknown
Can be a Primary only
Can be a Mirror only
Can be a Synchronization Target
Can be a Backup Target
Write Once
DMTF Reserved
Vendor DefinedCIM_FileSystemSetting Read boolean true CIM_FileSystemSetting
Name Value 0 Unknown 1 Can be a Primary only 2 Can be a Mirror only 3 Can be a Synchronization Target 4 Can be a Backup Target 5 Write Once .. DMTF Reserved 0x8000.. Vendor Defined
Property FilenameCaseAttributes Qualifiers Name Type Value From Class Description string An enumerated value that specifies how this FileSystem supports the case of characters in the Filename. Note that the host and the service may support multiple conflicting features, but each FileSystem must be configured with only one of the supported features. CIM_FileSystemSetting ValueMap string [See below.] CIM_FileSystemSetting Values string Unknown
Case-sensitive
Case-forced to upper case
Case-forced to lower-case
Case-indifferent but lost
Case-indifferent but preserved
DMTF Reserved
Vendor DefinedCIM_FileSystemSetting Read boolean true CIM_FileSystemSetting
Name Value 0 Unknown 1 Case-sensitive 2 Case-forced to upper case 3 Case-forced to lower-case 4 Case-indifferent but lost 5 Case-indifferent but preserved .. DMTF Reserved 0x8000.. Vendor Defined
Property ObjectTypes Qualifiers Name Type Value From Class Description string An array of enumerated values that specifies the set of object types that this FileSystem supports. This array is associated with a number of correspondingly indexed properties that specify the size and number of such objects. When used as a goal, the client needs to specify only the subset of objects that they wish to specify; when used in a Setting associated with the FileSystem, this should contain all the types that the provider knows about; when used in a Setting associated with a Capabilities, this may only contain the types that the client can modify. " inodes " indicates that the number of required inodes is specified. " files " indicates that the number of required files is specified. " directories " indicates that the number of required directories is specified. " links " indicates that the number of required links is specified. " devices " indicates that the number of required devices is specified. " files/directories " indicates that the number of required files and directories is specified. " blocks " indicates that the size of required storage in client-specific storage units is specified. This represents the desired size of available space in the filesystem, exclusive of space reserved for meta-data and for other system functions. If " blocks " is specified, the corresponding ObjectSize properties must all be the same and must specify the intended size of the blocks in bytes. CIM_FileSystemSetting ValueMap string [See below.] CIM_FileSystemSetting Values string inodes
files
directories
links
devices
files/directories
Blocks
DMTF Reserved
Vendor DefinedCIM_FileSystemSetting Read boolean true CIM_FileSystemSetting ArrayType string Indexed CIM_FileSystemSetting ModelCorrespondence string CIM_FileSystemSetting.NumberOfObjects
CIM_FileSystemSetting.NumberOfObjectsMax
CIM_FileSystemSetting.NumberOfObjectsMin
CIM_FileSystemSetting.ObjectSize
CIM_FileSystemSetting.ObjectSizeMax
CIM_FileSystemSetting.ObjectSizeMinCIM_FileSystemSetting
Name Value 2 inodes 3 files 4 directories 5 links 6 devices 7 files/directories 8 Blocks .. DMTF Reserved 0x8000.. Vendor Defined
Property NumberOfObjectsMin Qualifiers Name Type Value From Class Description string An array of integers that specifies the minimum number of objects (corresponding to the entry in the ObjectTypes array) that this FileSystem MUST be able to contain. A value of 0 implies that there is no specific minimum associated with this setting. CIM_FileSystemSetting Read boolean true CIM_FileSystemSetting ArrayType string Indexed CIM_FileSystemSetting ModelCorrespondence string CIM_FileSystemSetting.ObjectTypes CIM_FileSystemSetting
Property NumberOfObjectsMax Qualifiers Name Type Value From Class Description string An array of integers that specifies the maximum number of objects (corresponding to the entry in the ObjectTypes array) that this FileSystem MUST be able to contain. A value of 0 implies that there is no specific maximum associated with this setting. CIM_FileSystemSetting Read boolean true CIM_FileSystemSetting ArrayType string Indexed CIM_FileSystemSetting ModelCorrespondence string CIM_FileSystemSetting.ObjectTypes CIM_FileSystemSetting
Property NumberOfObjects Qualifiers Name Type Value From Class Description string An array of integers that specifies the number of objects (corresponding to the entry in the ObjectTypes array) that this FileSystem will " normally " contain. A value of 0 implies that there is no specific number associated with this setting. When the Setting is associated with a FileSystemCapabilities element, this is the default; When the Setting is associated with a FileSystem element, this is the expected value; When the Setting is used as an embedded parameter to a method this is the goal. CIM_FileSystemSetting Read boolean true CIM_FileSystemSetting ArrayType string Indexed CIM_FileSystemSetting ModelCorrespondence string CIM_FileSystemSetting.ObjectTypes CIM_FileSystemSetting
Property ObjectSize Qualifiers Name Type Value From Class Description string An array of integers that specifies the size of objects (corresponding to the entry in the ObjectTypes array) that this FileSystem will " normally " contain. A value of 0 implies that there is no specific number associated with this setting. When the Setting is associated with a FileSystemCapabilities element, this is the default; When the Setting is associated with a FileSystem element, this is the expected value; When the Setting is used as an embedded parameter to a method this is the goal. CIM_FileSystemSetting Units string Bytes CIM_FileSystemSetting Read boolean true CIM_FileSystemSetting ArrayType string Indexed CIM_FileSystemSetting ModelCorrespondence string CIM_FileSystemSetting.ObjectTypes CIM_FileSystemSetting
Property ObjectSizeMin Qualifiers Name Type Value From Class Description string An array of integers that specifies the minimum size of objects (corresponding to the entry in the ObjectTypes array) that this FileSystem will " normally " contain. A value of 0 implies that there is no specific minimum associated with this setting. CIM_FileSystemSetting Units string Bytes CIM_FileSystemSetting Read boolean true CIM_FileSystemSetting ArrayType string Indexed CIM_FileSystemSetting ModelCorrespondence string CIM_FileSystemSetting.ObjectTypes CIM_FileSystemSetting
Property ObjectSizeMax Qualifiers Name Type Value From Class Description string An array of integers that specifies the maximum size of objects (corresponding to the entry in the ObjectTypes array) that this FileSystem will " normally " contain. A value of 0 implies that there is no specific maximum associated with this setting. CIM_FileSystemSetting Units string Bytes CIM_FileSystemSetting Read boolean true CIM_FileSystemSetting ArrayType string Indexed CIM_FileSystemSetting ModelCorrespondence string CIM_FileSystemSetting.ObjectTypes CIM_FileSystemSetting
Property FilenameStreamFormats Qualifiers Name Type Value From Class Description string An array of enumerated integers representing the filename stream formats that the file system can support for access. The interpretation of these stream formats can be specific to vendors, or provided by some standard. But even within those constraints, the interpretation could be locale-specific or version-specific. For instance, Bytestream is locale-specific and is interpreted as ASCII for NFS v2 and v3 but UTF-8 in NFS v4. This additional information will normally be provided in the setting for the protocol used to access an element of this file system. CIM_FileSystemSetting ValueMap string [See below.] CIM_FileSystemSetting Values string ASCII
WideChar
MBCS
UTF-8
UNICODE UCS-16
UNICODE UCS-32
CIFS Client-interpreted
Bytestream
DMTF Reserved
Vendor DefinedCIM_FileSystemSetting Read boolean true CIM_FileSystemSetting ArrayType string Indexed CIM_FileSystemSetting
Name Value 1 ASCII 2 WideChar 3 MBCS 4 UTF-8 5 UNICODE UCS-16 6 UNICODE UCS-32 7 CIFS Client-interpreted 8 Bytestream .. DMTF Reserved 0x8000.. Vendor Defined
Property FilenameFormats Qualifiers Name Type Value From Class Description string An array of enumerated values that specify the filename formats supported on this FileSystem for naming files. Some common formats are: a) DOS 8.3 b) VMS ’ name.extension;version ’ where the extension specifies a file type c) Unix name (file type is not specified in the name) d) Windows ’ name{.ext}* ’ where any of the exts can specify a file type For each entry in this array there is an associated maximum length for the name and an associated reserved set of characters. The interpretation of the maximum length of the name as well as the FilenameReservedCharacterSet string is vendor-specific. CIM_FileSystemSetting ValueMap string [See below.] CIM_FileSystemSetting Values string DOS8.3
Unix
VMS
Windows LongNames
DMTF Reserved
Vendor DefinedCIM_FileSystemSetting Read boolean true CIM_FileSystemSetting ArrayType string Indexed CIM_FileSystemSetting ModelCorrespondence string CIM_FileSystemSetting.FilenameLengthMax
CIM_FileSystemSetting.FilenameReservedCharacterSetCIM_FileSystemSetting
Name Value 1 DOS8.3 2 Unix 3 VMS 4 Windows LongNames .. DMTF Reserved 0x8000.. Vendor Defined
Property FilenameLengthMax Qualifiers Name Type Value From Class Description string An array of integers that specify the maximum number of characters in a filename corresponding to an entry in the FilenameFormats property. An entry of ’ 0xFFFF ’ (the largest 16-bit integer) is interpreted as an indefinite length. CIM_FileSystemSetting Read boolean true CIM_FileSystemSetting ArrayType string Indexed CIM_FileSystemSetting ModelCorrespondence string CIM_FileSystemSetting.FilenameFormats CIM_FileSystemSetting
Property FilenameReservedCharacterSet Qualifiers Name Type Value From Class Description string An array of strings that specifies the characters that may not appear in the name of any file contained by this FileSystem corresponding to the entry in the FilenameFormats property. Note: It is not clear exactly how this works with the FilenameStreamFormats property above, since the format implicitly specifies the set of allowed characters. CIM_FileSystemSetting Read boolean true CIM_FileSystemSetting ArrayType string Indexed CIM_FileSystemSetting ModelCorrespondence string CIM_FileSystemSetting.FilenameFormats CIM_FileSystemSetting
Property SupportedLockingSemantics Qualifiers Name Type Value From Class Description string An array of enumerated values that represent the locking semantics that the FileSystem can support for controlled access. A file system can support more than one locking model. Just because a file system supports more than one model does not imply that it supports them simultaneously for an element. CIM_FileSystemSetting ValueMap string [See below.] CIM_FileSystemSetting Values string NLM/NFSv3
NFSv4 Share Reservations
NFSv4 Byte-range locking
NFSv4 Delegations
CIFS Sharing locks
CIFS Byte-range locks
CIFS Exclusive/Batch oplocks
CIFS Level II oplocks
DMTF Reserved
Vendor DefinedCIM_FileSystemSetting Read boolean true CIM_FileSystemSetting ArrayType string Indexed CIM_FileSystemSetting
Name Value 1 NLM/NFSv3 2 NFSv4 Share Reservations 3 NFSv4 Byte-range locking 4 NFSv4 Delegations 5 CIFS Sharing locks 6 CIFS Byte-range locks 7 CIFS Exclusive/Batch oplocks 8 CIFS Level II oplocks .. DMTF Reserved 0x8000.. Vendor Defined
Property SupportedAuthorizationProtocols Qualifiers Name Type Value From Class Description string An array of enumerated values that represent the authorization protocols that the FileSystem will support for access to objects by users, groups, accounts, etc. A FileSystem can support more than one authorization protocol. CIM_FileSystemSetting ValueMap string [See below.] CIM_FileSystemSetting Values string Posix Permissions
Posix ACLs
NFSv4 ACLs
NTFS4
NTFS5
DMTF Reserved
Vendor DefinedCIM_FileSystemSetting Read boolean true CIM_FileSystemSetting ArrayType string Indexed CIM_FileSystemSetting
Name Value 1 Posix Permissions 2 Posix ACLs 3 NFSv4 ACLs 4 NTFS4 5 NTFS5 .. DMTF Reserved 0x8000.. Vendor Defined
Property SupportedAuthenticationProtocols Qualifiers Name Type Value From Class Description string An array of enumerated values that represent the authentication protocols that the FileSystem will support for access to objects by users, groups, accounts, etc.. An entry of ’ 0 ’ is not allowed. A FileSystem can support more than one authentication protocol. CIM_FileSystemSetting ValueMap string [See below.] CIM_FileSystemSetting Values string AUTH_NONE
AUTH_SYS
AUTH_DH
AUTH_KRB4
AUTH_KRB5
RPCSEC_GSS LIPKEY
RPCSEC_GSS SPKM-3
RPCSEC_GSS Challenge-Response
NTLM v1
NTLM v2
Plain Text
DMTF Reserved
Vendor DefinedCIM_FileSystemSetting Read boolean true CIM_FileSystemSetting ArrayType string Indexed CIM_FileSystemSetting
Name Value 1 AUTH_NONE 2 AUTH_SYS 3 AUTH_DH 4 AUTH_KRB4 5 AUTH_KRB5 6 RPCSEC_GSS LIPKEY 7 RPCSEC_GSS SPKM-3 8 RPCSEC_GSS Challenge-Response 9 NTLM v1 10 NTLM v2 11 Plain Text .. DMTF Reserved 0x8000.. Vendor Defined
Property PersistenceTypes Qualifiers Name Type Value From Class Description string An array of enumerated values representing the persistence attributes 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 corresponding entry of the OtherPersistenceTypes property, and is expected to be rarely, if ever, used. CIM_FileSystemSetting ValueMap string [See below.] CIM_FileSystemSetting Values string Unknown
Other
Persistent
Temporary
External
DMTF ReservedCIM_FileSystemSetting ArrayType string Indexed CIM_FileSystemSetting ModelCorrespondence string CIM_FileSystemSetting.OtherPersistenceTypes
CIM_FileSystem.PersistenceTypeCIM_FileSystemSetting
Name Value 0 Unknown 1 Other 2 Persistent 3 Temporary 4 External 5.. DMTF Reserved
Property OtherPersistenceTypes Qualifiers Name Type Value From Class Description string An array of strings describing the persistence attributes where the corresponding entry in the PersistenceTypes property has a value of " Other " . This value is ignored in all other cases. CIM_FileSystemSetting ArrayType string Indexed CIM_FileSystemSetting ModelCorrespondence string CIM_FileSystemSetting.PersistenceTypes
CIM_FileSystem.OtherPersistenceTypeCIM_FileSystemSetting
Property InstanceID Qualifiers Name Type Value From Class Key boolean true CIM_SettingData Description string Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following " preferred " algorithm: < OrgID > : < LocalID > Where < OrgID > and < LocalID > are separated by a colon (:), and where < OrgID > must include a copyrighted, trademarked, or otherwise unique name that is owned by the business entity that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement is similar to the < Schema Name > _ < Class Name > structure of Schema class names.) In addition, to ensure uniqueness, < OrgID > must not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID must appear between < OrgID > and < LocalID > . < LocalID > is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If the above " preferred " algorithm is not used, the defining entity must assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance. For DMTF-defined instances, the " preferred " algorithm must be used with the < OrgID > set to CIM. CIM_SettingData
Property ElementName Qualifiers Name Type Value From Class Required boolean true CIM_SettingData Override string ElementName CIM_SettingData Description string The user-friendly name for this instance of SettingData. In addition, the user-friendly name can be used as an index property for a search or query. (Note: The name does not have to be unique within a namespace.) CIM_SettingData
Property Caption Qualifiers Name Type Value From Class Description string The Caption property is a short textual description (one- line string) of the object. CIM_ManagedElement MaxLen uint32 64 CIM_ManagedElement
Property Description Qualifiers Name Type Value From Class Description string The Description property provides a textual description of the object. CIM_ManagedElement
Property ElementName Qualifiers Name Type Value From Class Description string A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. CIM_ManagedElement
Method Qualifiers
Parameters
Parameter Qualifiers