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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2                  [Association, Version ( "2.8.0" ), 
 3                   UMLPackagePath ( "CIM::IPsecPolicy" ), 
 4                   Description ( 
 5                      "IPsecPolicyForEndpoint associates a PolicyGroup with a "
 6                      "specific IP endpoint. This association\'s policies take "
 7                      "priority over any PolicyGroup defined generically for the "
 8                      "hosting system. The latter is defined using the "
 9                      "IPsecPolicyForSystem association." ), 
10                   MappingStrings { "IPSP Policy Model.IETF|IPsecPolicyForEndpoint" }]
11               class CIM_IPsecPolicyForEndpoint : CIM_Dependency {
12               
13                     [Override ( "Antecedent" ), 
14                      Description ( 
15                         "The IPProtocolEndpoint that identifies an interface to "
16                         "which the PolicyGroup applies." ), 
17                      MappingStrings { 
18                         "IPSP Policy Model.IETF|IPsecPolicyForEndpoint.Antecedent" }]
19                  CIM_IPProtocolEndpoint REF Antecedent;
20               
21                     [Override ( "Dependent" ), 
22 karl  1.1.2.2        Min ( 0 ), 
23                      Max ( 1 ), 
24                      Description ( 
25                         "The PolicyGroup that defines the IPsec negotiation "
26                         "policy for the Endpoint." ), 
27                      MappingStrings { 
28                         "IPSP Policy Model.IETF|IPsecPolicyForEndpoint.Dependent" }]
29                  CIM_PolicyGroup REF Dependent;
30               
31               
32               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2