⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_osversioncheck.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_OSVersionCheck// ==================================================================   [UMLPackagePath ( "CIM::Application::CheckAction" ),       Version ( "2.6.0" ), Description (       "The OSVersionCheck class specifies the versions of the "       "operating system that can support/execute this Software "       "Element. The operating system itself (whose version should be "       "validated) is defined in the TargetOperatingSystem property of "       "the Check's scoping SoftwareElement. \n"       "This Check can be for a specific, minimum, maximum or a range "       "of releases of an OS. To identify a specific version of the "       "OS, the minimum and maximum versions must be the same. To "       "specify a minimum, only the minimum version needs to be "       "defined. To specify a maximum version, only the maximum "       "version needs to be defined. To specify a range, both minimum "       "and maximum versions need to be defined. \n"       "The data gathered from the Check and SoftwareElement objects "       "are compared with the corresponding details found in the "       "CIM_OperatingSystem object (referenced by the InstalledOS "       "association), for the CIM_ComputerSystem object that defines "       "the environment. The OSType property of CIM_OperatingSystem "       "must match the value of CIM_SoftwareElement.TargetOperating "       "System. Also, the OS' version information should be within the "       "range of CIM_OSVersionCheck.Minimum/MaximumValue properties. "       "Note that all the operating systems on the relevant computer "       "do not need to satisfy the Check.")]class CIM_OSVersionCheck : CIM_Check {      [Description (          "Minimum version of the required operating system. The value "          "is encoded as <major>.<minor>.<revision> or "          "<major>.<minor><letter revision>."),        MaxLen ( 64 ),        ModelCorrespondence { "CIM_OperatingSystem.Version" }]   string MinimumVersion;      [Description (          "Maximum version of the required operating system. The value "          "is encoded as <major>.<minor>.<revision> or "          "<major>.<minor><letter revision>."),        MaxLen ( 64 ),        ModelCorrespondence { "CIM_OperatingSystem.Version" }]   string MaximumVersion;};

⌨️ 快捷键说明

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