cim_policycomponent.mof

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

MOF
23
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_PolicyComponent// ==================================================================   [Association, UMLPackagePath ( "CIM::Policy" ), Abstract,    Aggregation, Version ( "2.6.0" ), Description (       "CIM_PolicyComponent is a generic association used to establish "       "'part of' relationships between the subclasses of CIM_Policy. "       "For example, the PolicyConditionInPolicyRule association "       "defines that PolicyConditions are part of a PolicyRule.")]class CIM_PolicyComponent : CIM_Component {      [Aggregate, Override ( "GroupComponent" ), Description (          "The parent Policy in the association.")]   CIM_Policy REF GroupComponent;      [Override ( "PartComponent" ), Description (          "The child/part Policy in the association.")]   CIM_Policy REF PartComponent;};

⌨️ 快捷键说明

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