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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              [Association, Version ( "2.8.0" ), 
 3               UMLPackagePath ( "CIM::IPsecPolicy" ), 
 4               Description ( 
 5                  "RuleThatGeneratedSA associates a SecurityAssociationEndpoint "
 6                  "with the SARule used to generate (or negotiate) it." )]
 7           class CIM_RuleThatGeneratedSA : CIM_Dependency {
 8           
 9                 [Override ( "Antecedent" ), 
10                  Min ( 0 ), 
11                  Max ( 1 ), 
12                  Description ( "SARule that led to the Security Association." )]
13              CIM_SARule REF Antecedent;
14           
15                 [Override ( "Dependent" ), 
16                  Description ( 
17                     "SecurityAssociationEndpoint created using the rule." )]
18              CIM_SecurityAssociationEndpoint REF Dependent;
19           
20           
21           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2