Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
Name | string | |
Description | string | Name is a string representing a meaningful identifier for referring to the associated Directory in the context of the ApplicationSystem. As an example, this might be the name of the environment variable used to hold the same directory information. |
Key | boolean | true |
MaxLen | uint32 | 1024 |
ApplicationDirectoryUses | uint16[] | |
ArrayType | string | Indexed |
Description | string | ApplicationDirectoryUse is an enumerated array which indicates the purpose(s) of the associated directory within the context of the ApplicationSystem. A value of "Root" indicates that the associated directory is the one and only root directory for the ApplicationSystem. This would typically be the directory path in which the application is installed. For applications which are installed in multiple directories, this would represent the directory from which initial program and configuration files are loaded. A value of "Program" indicates that the directory contains supplemental program files used by the ApplicationSystem. A value of "Data" indicates that the directory is used for data storage. A value of "Log" indicates that the directory is used to contain log files for the ApplicationSystem. It is considered invalid for multiple associations from the same ApplicationSystem to have a value of "Root". The "Unknown" state is expected to be short-lived and would typically be seen only in the installation phase of an ApplicationSystem, if at all. A value of "Temp" indicates that the associated directory is used to contain temporary files created by the ApplicationSystem. The "Other" state should only be used in cases where none of the designated values are appropriate. This is intended to enable use of the model for unanticipated purposes and would usually signal a need to extend this enumeration through the standards process. |
ModelCorrespondence | string | CIM_ApplicationSystemDirectory.OtherUseDescriptions |
Required | boolean | true |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6 |
Values | string | Unknown, Other, Root, Program, Data, Log, Temp |
OtherUseDescriptions | string[] | |
ArrayType | string | Indexed |
Description | string | A string describing how the ApplicationSystem utilizes the associated directory when the corresponding entry in ApplicationDirectoryUses is set to 1, "Other". This attribute is meaningless and should be null when the corresponding entry in ApplicationDirectoryUses is set to any value other than 1. |
ModelCorrespondence | string | CIM_ApplicationSystemDirectory.ApplicationDirectoryUses |