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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="SysDevCR00722.000" type ="change">Update of
 3               // descriptions based on Tech Edit review.</change>
 4               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5               // qualifier values to CIM Schema.</change>
 6               // ==================================================================
 7               //  CIM_ActiveConnection
 8               // ==================================================================
 9                  [Association, Version ( "2.10.0" ), 
10                   UMLPackagePath ( "CIM::Core::Service" ), 
11                   Description ( 
12                      "This association defines a connection that is currently "
13                      "communicating, or is configured to communicate, between two "
14                      "ServiceAccessPoints. It is used when the connection is not "
15                      "treated as a ManagedElement itself (that is, with Status, "
16                      "statistics, and so on), but its existence is known. The SAPs "
17                      "that are connected are typically at the same networking or "
18                      "application layer." )]
19               class CIM_ActiveConnection : CIM_SAPSAPDependency {
20               
21                     [Override ( "Antecedent" ), 
22 karl  1.1.2.2        Description ( 
23                         "A ServiceAccessPoint that is configured to communicate "
24                         "or is actively communicating with the Dependent SAP. In "
25                         "a unidirectional connection, this SAP is the one that is "
26                         "transmitting." )]
27                  CIM_ServiceAccessPoint REF Antecedent;
28               
29                     [Override ( "Dependent" ), 
30                      Description ( 
31                         "A second ServiceAccessPoint that is configured to "
32                         "communicate or is actively communicating with the "
33                         "Antecedent SAP. In a unidirectional connection, this SAP "
34                         "is the one that is receiving the communication." )]
35                  CIM_ServiceAccessPoint REF Dependent;
36               
37                     [Deprecated { "No value" }, 
38                      Description ( 
39                         "Note: The use of this element is deprecated because it "
40                         "is incorrectly placed on the association. Unicast, "
41                         "broadcast, or other traffic types are not a function of "
42                         "the connection between the referenced endpoints, but "
43 karl  1.1.2.2           "rather are a function of the addressing, protocol and "
44                         "basic functionality of the endpoints. \n"
45                         "Deprecated description: The type of traffic that is "
46                         "carried over this connection." ), 
47                      ValueMap { "0", "1", "2", "3", "4", "5" }, 
48                      Values { "Unknown", "Other", "Unicast", "Broadcast", 
49                         "Multicast", "Anycast" }, 
50                      ModelCorrespondence { 
51                         "CIM_ActiveConnection.OtherTrafficDescription" }]
52                  uint16 TrafficType;
53               
54                     [Deprecated { "No value" }, 
55                      Description ( 
56                         "Note: The use of this element is deprecated because it "
57                         "is incorrectly placed on the association. Unicast, "
58                         "broadcast, or other traffic types are not a function of "
59                         "the connection between the referenced endpoints, but "
60                         "rather are a function of the addressing, protocol and "
61                         "basic functionality of the endpoints. \n"
62                         "Deprecated description: A string that describes the type "
63                         "of traffic that is being carried over this instance when "
64 karl  1.1.2.2           "its Type property is set, for example, to 1 (Other)." ), 
65                      MaxLen ( 64 ), 
66                      ModelCorrespondence { "CIM_ActiveConnection.TrafficType" }]
67                  string OtherTrafficDescription;
68               
69                     [Description ( 
70                         "TRUE means that this connection is unidirectional; FALSE "
71                         "means that this connection is bidirectional. When the "
72                         "connection is unidirectional, the \"speaker\" should be "
73                         "defined as the Antecedent reference. In a bidirectional "
74                         "connection, the selection of which AccessPoint is the "
75                         "Antecedent or Dependent is immaterial." )]
76                  boolean IsUnidirectional;
77               
78               
79               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2