📄 cim_extracapacitygroup.mof
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -