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

 1 marek 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_FilterOfSecurityAssociation 
 6           // ==================================================================
 7              [Association, Version ( "2.8.0" ), 
 8               UMLPackagePath ( "CIM::Network::IPsec" ), 
 9               Description ( 
10                  "FilterOfSecurityAssociation associates a network traffic "
11                  "specification (i.e., a FilterList) with a SecurityAssociation "
12                  "Endpoint, to which the filter list applies." )]
13           class CIM_FilterOfSecurityAssociation : CIM_Dependency {
14           
15                 [Override ( "Antecedent" ), 
16                  Max ( 1 ), 
17                  Description ( 
18                     "FilterList describing the traffic to be selected/matched." )]
19              CIM_FilterList REF Antecedent;
20           
21                 [Override ( "Dependent" ), 
22 marek 1.1        Description ( 
23                     "SecurityAssociation using the FilterList as its traffic selector."
24                      )]
25              CIM_SecurityAssociationEndpoint REF Dependent;
26           
27           
28           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2