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

 1 karl  1.1.2.2 // 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_HostedNetworkPipe 
 6               // ==================================================================
 7                  [Association, Version ( "2.7.0" ), 
 8                   UMLPackagePath ( "CIM::Network::Pipes" ), 
 9                   Description ( 
10                      "HostedNetworkPipe is an association between a pipe and the "
11                      "network in whose context the pipe is defined. The cardinality "
12                      "of this association is 1-to-many. A network may host many "
13                      "pipes, and pipes are scoped/contained by only one network." )]
14               class CIM_HostedNetworkPipe : CIM_HostedDependency {
15               
16                     [Override ( "Antecedent" ), 
17                      Min ( 1 ), 
18                      Max ( 1 ), 
19                      Description ( "The hosting network." )]
20                  CIM_Network REF Antecedent;
21               
22 karl  1.1.2.2       [Override ( "Dependent" ), 
23                      Description ( "The pipe in the network." )]
24                  CIM_NetworkPipe REF Dependent;
25               
26               
27               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2