cim_phase1sausedforphase2.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 24 行

MOF
24
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_Phase1SAUsedForPhase2// ==================================================================   [Association, UMLPackagePath ( "CIM::Network::IPsec" ),       Version ( "2.8.0" ), Description (       "Phase1SAUsedForPhase2 associates a phase 1 endpoint (such as "       "an IKESAEndpoint) with an IPsecSAEndpoint that was negotiated "       "using that phase 1 Security Association.")]class CIM_Phase1SAUsedForPhase2 : CIM_Dependency {      [Override ( "Antecedent" ), Max ( 1 ), Description (          "Phase 1 SAEndpoint that protected the negotiation of the "          "phase 2 Security Association. An example of a phase 1 "          "endpoint is an IKESAEndpoint.")]   CIM_SecurityAssociationEndpoint REF Antecedent;      [Override ( "Dependent" ), Description (          "The phase 2 SAEndpoint.")]   CIM_IPsecSAEndpoint REF Dependent;};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?