📄 cim_swapspacecheck.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_SwapSpaceCheck// ================================================================== [UMLPackagePath ( "CIM::Application::CheckAction" ), Version ( "2.6.0" ), Description ( "SwapSpaceCheck specifies the amount of swap space that needs " "to be available on the computer system. The amount is " "specified in the SwapSpaceSize property. The details of this " "Check are compared with the value of the CIM_OperatingSystem. " "TotalSwapSpaceSize property - where the CIM_OperatingSystem " "object is related (using RunningOS) to the CIM_Computer System " "instance that describes the environment. When the value of " "TotalSwapSpaceSize property is greater than or equal to the " "value specified in SwapSpaceSize, the Check is satisfied.")]class CIM_SwapSpaceCheck : CIM_Check { [Description ( "The SwapSpaceSize property specifies the minimum number of " "KiloBytes of swap space that needs to be available on the " "target system."), Units ( "KiloBytes" ), ModelCorrespondence { "CIM_OperatingSystem.TotalSwapSpaceSize" }] uint64 SwapSpaceSize;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -