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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="SysDevCR00722.000" type ="change">Update of
 3           // descriptions based on Tech Edit review.</
 4           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5           // qualifier values to CIM Schema.</change>
 6           // ==================================================================
 7           //  CIM_ServiceAvailableToElement
 8           // ==================================================================
 9              [Association, Version ( "2.10.0" ), 
10               UMLPackagePath ( "CIM::Core::Service" ), 
11               Description ( 
12                  "CIM_ServiceAvailableToElement conveys the semantics of a "
13                  "Service that is available for the use of a ManagedElement. An "
14                  "example of an available Service is that a Processor and an "
15                  "enclosure (a PhysicalElement) can use AlertOnLAN Services to "
16                  "signal an incomplete or erroneous boot. In reality, AlertOnLAN "
17                  "is simply a HostedService on a computer system that is "
18                  "generally available for use and is not a dependency of the "
19                  "processor or enclosure. To describe that the use of this "
20                  "service might be restricted or have limited availability or "
21                  "applicability, the CIM_ServiceAvailableToElement association "
22 marek 1.1        "would be instantiated between the Service and specific "
23                  "CIM_Processors and CIM_Chassis." )]
24           class CIM_ServiceAvailableToElement {
25           
26                 [Key, Description ( "The Service that is available." )]
27              CIM_Service REF ServiceProvided;
28           
29                 [Key, Description ( 
30                     "The ManagedElement that can use the Service." )]
31              CIM_ManagedElement REF UserOfService;
32           
33           
34           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2