Class CIM_FileSystemSettingData
extends CIM_ScopedSettingData

This class allows a client to specify the desired persistence of a FileSystem. This information is tied to the FileSystem using the ElementSettingData association. This class is being deprecated because the replacing classes FileSystemSetting and FileSystemCapabilities will provide support for persistence and recoverability.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_ScopedSettingData
   |
   +--CIM_FileSystemSettingData

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DeprecatedstringCIM_FileSystemSetting, CIM_FileSystemCapabilities
DescriptionstringThis class allows a client to specify the desired persistence of a FileSystem. This information is tied to the FileSystem using the ElementSettingData association. This class is being deprecated because the replacing classes FileSystemSetting and FileSystemCapabilities will provide support for persistence and recoverability.
Experimentalbooleantrue
UMLPackagePathstringCIM::System::FileElements
Versionstring2.8.1000

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
OtherPersistenceTypestring
DeprecatedstringCIM_FileSystemSetting.OtherPersistenceTypes
DescriptionstringA string describing the persistence characteristics when PersistenceType is "Other".
ModelCorrespondencestringCIM_FileSystemSettingData.PersistenceType, CIM_FileSystem.OtherPersistenceType
Writebooleantrue
PersistenceTypeuint16
DeprecatedstringCIM_FileSystemSetting.PersistenceTypes
DescriptionstringAn enumerated value representing the intended persistence characteristics of the FileSystem. A value of "Persistent" indicates that the FileSystem should be persistent, should be preserved through an orderly shutdown and should be protected. A value of "Temporary" indicates that the FileSystem should be non-persistent, should not be protected and may not survive a shutdown. A value of "External" indicates that the FileSystem should be 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.
ModelCorrespondencestringCIM_FileSystemSettingData.OtherPersistenceType, CIM_FileSystem.PersistenceType
ValueMapstring1, 2, 3, 4
ValuesstringOther, Persistent, Temporary, External
Writebooleantrue

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SettingData
SoIDstringCIM_SettingData
SoOrgIDstringCIM_SettingData
ComponentSettingstring[]CIM_SettingData

Class Methods