cim_extracapacitygroup.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 32 行
MOF
32 行
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="SysDevCR00717.001" type ="add">Deprecated</change>// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_ExtraCapacityGroup// ================================================================== [Deprecated { "CIM_RedundancySet" }, UMLPackagePath ( "CIM::Core::Redundancy" ), Version ( "2.13.0" ), Description ( "A class derived from RedundancyGroup indicating that the " "aggregated elements have more capacity or capability than is " "needed. An example of this type of redundancy is the " "installation of N+1 power supplies or fans in a system. \n" "The use of this class is being deprecated in lieu of using " "RedundancySet.")]class CIM_ExtraCapacityGroup : CIM_RedundancyGroup { [Deprecated { "CIM_RedundancySet.MinNumberNeeded" }, Description ( "MinNumberNeeded indicates the smallest number of elements " "that must be operational in order to have redundancy. For " "example, in an N+1 redundancy relationship, the " "MinNumberNeeded property should be set equal to N.")] uint32 MinNumberNeeded; [Deprecated { "CIM_RedundancySet.TypeOfSet" }, Description ( "Boolean indicating whether load balancing is supported by " "the ExtraCapacityGroup.")] boolean LoadBalancedGroup;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?