(file) Return to CIM_ConnectivityCollection.mof CVS log (file) (dir) Up to [OMI] / omi / share / networkschema

 1 krisbash 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3              // qualifier values to CIM Schema.</change>
 4              // ==================================================================
 5              //  CIM_ConnectivityCollection 
 6              // ==================================================================
 7                 [Version ( "2.7.0" ), 
 8                  UMLPackagePath ( "CIM::Network::Collections" ), 
 9                  Description ( 
10                     "A ConnectivityCollection groups together a set of "
11                     "ProtocolEndpoints of the same \'type\' (i.e., class) which are "
12                     "able to communicate with each other. It may also group related "
13                     "Systems, users or other ManagedElements. A "
14                     "ConnectivityCollection represents the ability to send and/or "
15                     "receive data over a set of ProtocolEndpoints. The collection "
16                     "is defined in the context of an AdminDomain or scoping "
17                     "ComputerSystem. This is mandated by the Hosted Collection "
18                     "association on the SystemSpecificCollection superclass. Note "
19                     "that the entities aggregated into the Collection are specified "
20                     "using the association, MemberOfCollection." )]
21              class CIM_ConnectivityCollection : CIM_SystemSpecificCollection {
22 krisbash 1.1 
23                    [Description ( 
24                        "An enumeration describing the current or potential "
25                        "connectivity between endpoints in this collection. "
26                        "Connectivity may be provided or not, or may be in a "
27                        "degraded/partitioned state if one or more endpoints or "
28                        "links have failed. The latter would prevent full "
29                        "connectivity between all elements in the Collection, but "
30                        "would permit connectivity between subsets." ), 
31                     ValueMap { "0", "2", "3", "4" }, 
32                     Values { "Unknown", "Connectivity/Up", 
33                        "No Connectivity/Down", "Partitioned" }]
34                 uint16 ConnectivityStatus;
35              
36              
37              };

ViewCVS 0.9.2