(file) Return to CIM_IPsecPolicyForSystem.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                  "IPsecPolicyForSystem associates a PolicyGroup with a specific "
 6                  "system (e.g., a host or a network device) - indicating that "
 7                  "this is the \'default\' IPsec policy for that system. The "
 8                  "referenced PolicyGroup would be used for any "
 9                  "IPProtocolEndpoint\'s IPsec negotiations, UNLESS the "
10                  "IPsecPolicyForEndpoint association is defined. "
11                  "IPsecPolicyForEndpoint indicates a more specific PolicyGroup "
12                  "for IPsec negotiations for the endpoint." ), 
13               MappingStrings { "IPSP Policy Model.IETF|IPsecPolicyForSystem" }]
14           class CIM_IPsecPolicyForSystem : CIM_Dependency {
15           
16                 [Override ( "Antecedent" ), 
17                  Description ( "A System to which the PolicyGroup applies." ), 
18                  MappingStrings { 
19                     "IPSP Policy Model.IETF|IPsecPolicyForSystem.Antecedent" }]
20              CIM_System REF Antecedent;
21           
22 marek 1.1       [Override ( "Dependent" ), 
23                  Min ( 0 ), 
24                  Max ( 1 ), 
25                  Description ( 
26                     "The PolicyGroup that defines the \'default\' IPsec "
27                     "negotiation policy for the System." ), 
28                  MappingStrings { 
29                     "IPSP Policy Model.IETF|IPsecPolicyForSystem.Dependent" }]
30              CIM_PolicyGroup REF Dependent;
31           
32           
33           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2