cim_physicalcapacity.mof

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

MOF
30
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_PhysicalCapacity// ==================================================================   [UMLPackagePath ( "CIM::Physical::Misc" ), Abstract,       Version ( "2.7.0" ), Description (       "PhysicalCapacity is an abstract class describing a "       "PhysicalElement's minimum/maximum requirements and ability to "       "support different types of hardware. For example, minimum and "       "maximum memory requirements can be modeled as a subclass of "       "CIM_PhysicalCapacity. \n"       "\n"       "Note that the items described in subclasses of "       "PhysicalCapacity, for example the class ConfigurationCapacity, "       "are either directly PhysicalElements (such as I/O slots or "       "storage library magazines) or closely associated to "       "PhysicalElements via the Realizes relationship (i.e., "       "LogicalDevices such as batteries or processors).")]class CIM_PhysicalCapacity : CIM_ManagedElement {      [Description (          "The Name property defines the label by which the Physical "          "Capacity object is known. When subclassed, the Name "          "property can be overridden to be a Key property."),        MaxLen ( 256 )]   string Name;};

⌨️ 快捷键说明

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