prs_product.mof

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

MOF
31
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  PRS_Product// ==================================================================   [UMLPackagePath ( "PRS::Support" ), Version ( "2.6.0" ),     Description (       "PRS_Product is used to describe a single product to associate "       "with a PRS_Expression.")]class PRS_Product : PRS_ExpressionElement {      [Description (          "The vendor of the product.")]   string Vendor;      [Description (          "The make and or model of the product.")]   string ProductName;      [Description (          "The version of the product.")]   string Version;      [Description (          "The order of relevance of this product to an associated "          "PRS_SolutionElement (which includes PRS_Reference, "          "PRS_Problem or PRS_Resolution).")]   string Order;};

⌨️ 快捷键说明

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