(file) Return to CIM_ApplicationSystemDirectory.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Application

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Application / CIM_ApplicationSystemDirectory.mof (download)
Revision: 1.1, Tue Jan 24 13:49:55 2012 UTC (12 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, HEAD, CIMRS_WORK_20130824
Branch point for: TASK-PEP317_pullop-branch
BUG#:9155
TITLE: Upgrade Pegasus to Include the CIM 2.31 Schema in CVS

DESCRIPTION:

// Copyright (c) 2005 DMTF.  All rights reserved.
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
// qualifier values to CIM Schema.</change>
// ==================================================================
//  CIM_ApplicationSystemDirectory 
// ==================================================================
   [Association, Version ( "2.8.0" ), 
    UMLPackagePath ( "CIM::Application::DeploymentModel" ), 
    Description ( 
       "CIM_ApplicationSystemDirectory is an association used to "
       "establish a relationship between an ApplicationSystem and the "
       "Directories that it uses. This is used to identify the single "
       "root installation directory for an ApplicationSystem, as well "
       "as the logical purpose of other directories utilized by the "
       "ApplicationSystem. Note: This class is intended to be a "
       "subclass of CIM_Dependency but the current specification "
       "prohibits the extension of parent keys in a subclass. This "
       "will be revisited when the specification changes to make the "
       "intended inheritance possible." )]
class CIM_ApplicationSystemDirectory {

      [Key, Description ( 
          "A Directory which is used by the associated ApplicationSystem."
           )]
   CIM_Directory REF Antecedent;

      [Key, Description ( 
          "An ApplicationSystem which depends upon the associated Directory."
           )]
   CIM_ApplicationSystem REF Dependent;

      [Key, Description ( 
          "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." ), 
       MaxLen ( 1024 )]
   string Name;

      [Required, Description ( 
          "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." ), 
       ValueMap { "0", "1", "2", "3", "4", "5", "6" }, 
       Values { "Unknown", "Other", "Root", "Program", "Data", 
          "Log", "Temp" }, 
       ArrayType ( "Indexed" ), 
       ModelCorrespondence { 
          "CIM_ApplicationSystemDirectory.OtherUseDescriptions" }]
   uint16 ApplicationDirectoryUses[];

      [Description ( 
          "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." ), 
       ArrayType ( "Indexed" ), 
       ModelCorrespondence { 
          "CIM_ApplicationSystemDirectory.ApplicationDirectoryUses" }]
   string OtherUseDescriptions[];


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2