⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_collectionconfiguration.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -