cim_computersystempackage.mof

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

MOF
30
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="CIMCoreCR00774" type ="change">Remove reference to// UnitaryComputerSystem. </change>// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_ComputerSystemPackage// ==================================================================   [Association, UMLPackagePath ( "CIM::System::SystemElements" ),    Version ( "2.13.0" ), Description (       "Similar to the way that LogicalDevices are 'Realized' by "       "PhysicalElements, ComputerSystem may be realized realized in "       "one or more PhysicalPackages. The ComputerSystemPackage "       "association explicitly defines this relationship.")]class CIM_ComputerSystemPackage : CIM_SystemPackaging {      [Override ( "Antecedent" ), Description (          "The PhysicalPackage(s) that realize a Unitary "          "ComputerSystem.")]   CIM_PhysicalPackage REF Antecedent;      [Override ( "Dependent" ), Description (          "The UnitaryComputerSystem.")]   CIM_ComputerSystem REF Dependent;      [Description (          "A Gloabally Unique Identifier for the System's Package.")]   string PlatformGUID;};

⌨️ 快捷键说明

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