cim_collectionconfiguration.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 41 行
MOF
41 行
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="DMTFCR01378.002" type ="deprecate">Deprecate// class.</change>// <change cr="SysDevCR00728.000" type ="change">Update of// descriptions based on Tech Edit review.</// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_CollectionConfiguration// ================================================================== [Association, Deprecated { "CIM_ElementSettingData", "CIM_CollectionSetting" }, UMLPackagePath ( "CIM::Core::Settings" ), Version ( "2.10.0" ), Description ( "Note: The Configuration class is being deprecated in lieu of " "using a ConcreteComponent relationship to indicate a hierarchy " "of instances of Setting or SettingData. This relationship " "allows the reuse of the collection-to-Setting and " "element-to-SettingData associations instead of defining peer " "associations specifically for Configurations. \n" "Deprecated description: This association relates a " "Configuration object to one or more CollectionOfMSEs objects. " "The Configuration object represents a certain behavior or a " "desired functional state for the associated Collection.")]class CIM_CollectionConfiguration { [Deprecated { "CIM_ElementSettingData.ManagedElement", "CIM_CollectionSetting.Collection" }, Key, Description ( "Note: The use of this element is deprecated. Deprecated " "description: The CollectionOfMSEs.")] CIM_CollectionOfMSEs REF Collection; [Deprecated { "CIM_ElementSettingData.SettingData", "CIM_CollectionSetting.Setting" }, Key, Description ( "Note: The use of this element is deprecated. Deprecated " "description: The Configuration object that groups the " "Settings and dependencies that are associated with the " "Collection.")] CIM_Configuration REF Configuration;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?