// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // CIM_RuleThatGeneratedSA // ================================================================== [Association, UMLPackagePath ( "CIM::IPsecPolicy" ), Version ( "2.8.0" ), Description ( "RuleThatGeneratedSA associates a SecurityAssociationEndpoint " "with the SARule used to generate (or negotiate) it.")] class CIM_RuleThatGeneratedSA : CIM_Dependency { [Override ( "Antecedent" ), Min ( 0 ), Max ( 1 ), Description ( "SARule that led to the Security Association.")] CIM_SARule REF Antecedent; [Override ( "Dependent" ), Description ( "SecurityAssociationEndpoint created using the rule.")] CIM_SecurityAssociationEndpoint REF Dependent; };