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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_Phase1SAUsedForPhase2 
 6               // ==================================================================
 7                  [Association, Version ( "2.8.0" ), 
 8                   UMLPackagePath ( "CIM::Network::IPsec" ), 
 9                   Description ( 
10                      "Phase1SAUsedForPhase2 associates a phase 1 endpoint (such as "
11                      "an IKESAEndpoint) with an IPsecSAEndpoint that was negotiated "
12                      "using that phase 1 Security Association." )]
13               class CIM_Phase1SAUsedForPhase2 : CIM_Dependency {
14               
15                     [Override ( "Antecedent" ), 
16                      Max ( 1 ), 
17                      Description ( 
18                         "Phase 1 SAEndpoint that protected the negotiation of the "
19                         "phase 2 Security Association. An example of a phase 1 "
20                         "endpoint is an IKESAEndpoint." )]
21                  CIM_SecurityAssociationEndpoint REF Antecedent;
22 karl  1.1.2.2 
23                     [Override ( "Dependent" ), 
24                      Description ( "The phase 2 SAEndpoint." )]
25                  CIM_IPsecSAEndpoint REF Dependent;
26               
27               
28               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2