HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: //usr/share/mof/cimv2.33.0/Database/CIM_SWRDatabaseAspect.mof
// Copyright (c) 2005 DMTF.  All rights reserved.
// <change cr="DBCR00028" type ="change">CPubs edits to the database software resource classes.</change>
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
// qualifier values to CIM Schema.</change>
// ==================================================================
//  CIM_SWRDatabaseAspect 
// ==================================================================
   [Association, Experimental, Version ( "2.10.0" ), 
    UMLPackagePath ( "CIM::Database::SWResources" ), 
    Description ( 
       "SWRDatabaseAspect is the association between multiple database "
       "software resources (for instance, the aspects) and the one "
       "database (mostly a couple of files) controlled by the "
       "operating system." )]
class CIM_SWRDatabaseAspect : CIM_SWRManageableAspect {

      [Override ( "SystemElement" ), 
       Description ( 
          "The common database, which is viewed as software resource."
           )]
   CIM_CommonDatabase REF SystemElement;

      [Override ( "SameElement" ), 
       Description ( 
          "SameElement is the aspect: the software resource \'Database\'."
           )]
   CIM_SWRDatabase REF SameElement;


};