📄 cim_extracapacitygroup.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// ==================================================================// CIM_ExtraCapacityGroup// ================================================================== [Version ( "2.6.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.")]class CIM_ExtraCapacityGroup : CIM_RedundancyGroup { [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; [Description ( "Boolean indicating whether load balancing is supported by " "the ExtraCapacityGroup.")] boolean LoadBalancedGroup;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -