(file) Return to Application27_SystemSoftware.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIMPrelim271

File: [Pegasus] / pegasus / Schemas / CIMPrelim271 / Attic / Application27_SystemSoftware.mof (download)
Revision: 1.1, Tue Jan 28 15:22:24 2003 UTC (21 years, 5 months ago) by karl
Branch: MAIN
CVS Tags: test, pep_88, pegasus25BeforeLicenseUpdate, mday-merge-start, mday-merge-pegasus/src/Pegasus/Server, mday-merge-pegasus/src/Pegasus/Common, local, TEST, SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_FC_CANDIDATE_1, RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, RELEASE_2_3_2-root, RELEASE_2_3_2-branch-freeze, RELEASE_2_3_1-root, RELEASE_2_3_1-branch, RELEASE_2_3_0-root, RELEASE_2_3_0-msg-freeze, RELEASE_2_3_0-branch, RELEASE_2_2_1-snapshot, RELEASE_2_2_0_0-release, RELEASE_2_2_0-root, RELEASE_2_2_0-branch, RELEASE_2_2-root, PRE_LICENSE_UPDATE_2003, POST_LICENSE_UPDATE_2003, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP213_SIZE_OPTIMIZATIONS, PEGASUS_FC_VERSION_2_2, MONITOR_CONSOLIDATION_2_5_BRANCH, LOCAL_ASSOCPROV-ROOT, LOCAL_ASSOCPROV-BRANCH, IBM_241_April1405, CQL_2_5_BRANCH, CHUNKTESTDONE_PEP140
Branch point for: RELEASE_2_3_2-branch
Add CIM 2.7.1 Preliminary Schema to Schema Directory

// ===================================================================
// Title:       Application MOF Specification 2.7, 
//              Associated Software Features and Elements from the 
//              System Model
// Filename:    Application27_SystemSoftware.mof
// Version:     2.7.0
// Status:      Preliminary
// Date:        07/03/2002
// CVS:         $Revision: 1.1 $           
// ===================================================================
// Copyright 1998-2002 Distributed Management Task Force, Inc. (DMTF).
// All rights reserved.  
// DMTF is a not-for-profit association of industry members dedicated 
// to promoting enterprise and systems management and interoperability. 
// DMTF specifications and documents may be reproduced for uses
// consistent with this purpose by members and non-members, 
// provided that correct attribution is given. 
// As DMTF specifications may be revised from time to time, 
// the particular version and release date should always be noted.
//
// Implementation of certain elements of this standard or proposed 
// standard may be subject to third party patent rights, including 
// provisional patent rights (herein "patent rights"). DMTF makes 
// no representations to users of the standard as to the existence 
// of such rights, and is not responsible to recognize, disclose, or
// identify any or all such third party patent right, owners or 
// claimants, nor for any incomplete or inaccurate identification or 
// disclosure of such rights, owners or claimants. DMTF shall have no 
// liability to any party, in any manner or circumstance, under any 
// legal theory whatsoever, for failure to recognize, disclose, or 
// identify any such third party patent rights, or for such party's
// reliance on the standard or incorporation thereof in its product, 
// protocols or testing procedures. DMTF shall have no liability to 
// any party implementing such standard, whether such implementation 
// is foreseeable or not, nor to any patent owner or claimant, and shall 
// have no liability or responsibility for costs or losses incurred if 
// a standard is withdrawn or modified after publication, and shall be
// indemnified and held harmless by any party implementing the 
// standard from any and all claims of infringement by a patent owner 
// for such implementations.
//
// For information about patents held by third-parties which have 
// notified the DMTF that, in their opinion, such patent may relate to 
// or impact implementations of DMTF standards, visit 
// http://www.dmtf.org/about/policies/disclosures.php.
// ===================================================================
// Description: These object classes define the DMTF Application Model
//              and include classes to represent software features and  
//              elements that are associated to the OS, diagnostics, 
//              etc. 
//
//              The object classes below are listed in an order that
//              avoids forward references. Required objects, defined 
//              by other working groups, are omitted.
// ==================================================================
// V2.7 Change Requests - None
// ===================================================================

#pragma locale ("en_US")


// ==================================================================
// InstalledSoftwareElement
// ==================================================================
        [Association, Version("2.6.0"), Description (
        "The InstalledSoftwareElement association allows the "
        "identification of the ComputerSystem on which a particular "
        "SoftwareElement is installed.") ] 
class CIM_InstalledSoftwareElement {

        [Key, Description (
        "Reference to the Software Element that is installed.") ] 
    CIM_SoftwareElement REF Software;

        [Key, Max (1), Description (
        "Reference to the ComputerSystem hosting a particular "
        "SoftwareElement.") ] 
    CIM_ComputerSystem REF System;
};

 
// ==================================================================
// OperatingSystemSoftwareFeature
// ==================================================================
   [Association, Aggregation, Version ("2.6.0"), Description (
     "Indicates the SoftwareFeatures that make up the Operating"
     "System. The SoftwareFeatures can be part of different "
     "Products.") ]
class CIM_OperatingSystemSoftwareFeature : CIM_Component {

      [Override ("GroupComponent"), Aggregate,
       Description ("The OperatingSystem.") ]
    CIM_OperatingSystem REF GroupComponent;

      [Override ("PartComponent"), Description (
        "The SoftwareFeatures that make up the OperatingSystem.") ]
    CIM_SoftwareFeature REF PartComponent;
};


// ==================================================================
// DiagnosticTestSoftware
// ==================================================================
   [Association, Version ("2.6.0"), Description(
     "This is an association class relating DiagnosticTest to "
     "the SoftwareElements that provide this test. SoftwareElement "
     "describes vendor/version information and other deployment "
     "data.") ]
class CIM_DiagnosticTestSoftware : CIM_Dependency {

      [Override ("Antecedent"), Description (
        "Vendor/version and other information about the software "
        "that runs as the DiagnosticTest.") ]
   CIM_SoftwareElement REF Antecedent;

      [Override ("Dependent"), Description (
        "The DiagnosticTest whose software is described.") ]
   CIM_DiagnosticTest REF Dependent;
};


// ==================================================================
// end of file
// ==================================================================

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2