cim_compatibleproduct.mof

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

MOF
33
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_CompatibleProduct// ==================================================================   [Association, UMLPackagePath ( "CIM::Core::ProductFRU" ),       Version ( "2.6.0" ), Description (       "CIM_CompatibleProduct is an association between Products that "       "can indicate a wide variety of information. For example, it "       "can indicate that the two referenced Products interoperate, "       "that they can be installed together, that one can be the "       "physical container for the other, etc. The string property, "       "CompatibilityDescription, defines how the Products "       "interoperate or are compatible, any limitations regarding "       "interoperability or installation, ...")]class CIM_CompatibleProduct {      [Key, Description (          "The Product for which compatible offerings are defined.")]   CIM_Product REF Product;      [Key, Description (          "The compatible Product.")]   CIM_Product REF CompatibleProduct;      [Description (          "CompatibilityDescription is a free-form string defining how "          "the two referenced Products interoperate or are compatible, "          "any limitations to compatibility, etc.")]   string CompatibilityDescription;};

⌨️ 快捷键说明

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