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

Diff for /pegasus/Schemas/CIM231/DMTF/IPsecPolicy/CIM_IPsecPolicyForSystem.mof between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/01/24 13:50:15 version 1.1.2.2, 2012/02/15 17:46:31
Line 0 
Line 1 
   // Copyright (c) 2005 DMTF.  All rights reserved.
      [Association, Version ( "2.8.0" ),
       UMLPackagePath ( "CIM::IPsecPolicy" ),
       Description (
          "IPsecPolicyForSystem associates a PolicyGroup with a specific "
          "system (e.g., a host or a network device) - indicating that "
          "this is the \'default\' IPsec policy for that system. The "
          "referenced PolicyGroup would be used for any "
          "IPProtocolEndpoint\'s IPsec negotiations, UNLESS the "
          "IPsecPolicyForEndpoint association is defined. "
          "IPsecPolicyForEndpoint indicates a more specific PolicyGroup "
          "for IPsec negotiations for the endpoint." ),
       MappingStrings { "IPSP Policy Model.IETF|IPsecPolicyForSystem" }]
   class CIM_IPsecPolicyForSystem : CIM_Dependency {
   
         [Override ( "Antecedent" ),
          Description ( "A System to which the PolicyGroup applies." ),
          MappingStrings {
             "IPSP Policy Model.IETF|IPsecPolicyForSystem.Antecedent" }]
      CIM_System REF Antecedent;
   
         [Override ( "Dependent" ),
          Min ( 0 ),
          Max ( 1 ),
          Description (
             "The PolicyGroup that defines the \'default\' IPsec "
             "negotiation policy for the System." ),
          MappingStrings {
             "IPSP Policy Model.IETF|IPsecPolicyForSystem.Dependent" }]
      CIM_PolicyGroup REF Dependent;
   
   
   };


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2