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

📄 cim_softwareelementversioncheck.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="DMTFCR01288" type = "change"> Add some new values to// OperatingSystem.OSType and related Application properties </change>// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_SoftwareElementVersionCheck// ==================================================================   [UMLPackagePath ( "CIM::Application::CheckAction" ),       Version ( "2.7.0" ), Description (       "SoftwareElementVersionCheck specifies the release of a "       "SoftwareElement that must exist in the environment. This Check "       "can be for a specific, minimum, maximum or a range of "       "versions. To specify a specific version, the lower and upper "       "versions must be the same. To specify a minimum, only the "       "lower version needs to be defined. To specify a maximum "       "version, only the upper version needs to be defined. To "       "specify a range, both upper and lower versions need to be "       "defined. The details of this Check are compared with the "       "corresponding details found in a CIM_SoftwareElement object, "       "associated to the CIM_ComputerSystem instance that describes "       "the environment (related by the association, "       "CIM_InstalledSoftwareElement). There should be at least one "       "CIM_SoftwareElement that satisfies the details of the Check. "       "In other words, all the SoftwareElements on the relevant "       "computer system do not need to satisfy the Check.")]class CIM_SoftwareElementVersionCheck : CIM_Check {      [Description (          "The name of the SoftwareElement being checked."),        MaxLen ( 256 ),        ModelCorrespondence { "CIM_SoftwareElement.Name" }]   string SoftwareElementName;      [Description (          "The minimum version of the SoftwareElement being checked."),        MaxLen ( 64 ),        ModelCorrespondence { "CIM_SoftwareElement.Version" }]   string LowerSoftwareElementVersion;      [Description (          "The maximum version of the SoftwareElement being checked."),        MaxLen ( 64 ),        ModelCorrespondence { "CIM_SoftwareElement.Version" }]   string UpperSoftwareElementVersion;      [Description (          "The state of the SoftwareElement being checked."),        ValueMap { "0", "1", "2", "3" },        Values { "Deployable", "Installable", "Executable", "Running" },        ModelCorrespondence { "CIM_SoftwareElement.SoftwareElementState"           }]   uint16 SoftwareElementStateDesired;      [Description (          "The target operating system of the SoftwareElement being "          "checked."), //#pragma inLine ("Includes\OSTypes.inc")         ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9",          "10", "11", "12", "13", "14", "15", "16", "17", "18", "19",          "20", "21", "22", "23", "24", "25", "26", "27", "28", "29",          "30", "31", "32", "33", "34", "35", "36", "37", "38", "39",          "40", "41", "42", "43", "44", "45", "46", "47", "48", "49",          "50", "51", "52", "53", "54", "55", "56", "57", "58", "59",          "60", "61", "62", "63", "64", "65", "66", "67", "68", "69",          "70" },        Values { "Unknown", "Other", "MACOS", "ATTUNIX", "DGUX",          "DECNT", "Tru64 UNIX", "OpenVMS", "HPUX", "AIX",           //10           "MVS", "OS400", "OS/2", "JavaVM", "MSDOS", "WIN3x", "WIN95",          "WIN98", "WINNT", "WINCE",           //20           "NCR3000", "NetWare", "OSF", "DC/OS", "Reliant UNIX",          "SCO UnixWare", "SCO OpenServer", "Sequent", "IRIX",          "Solaris",           //30           "SunOS", "U6000", "ASERIES",          "HP NonStop OS" , "HP NonStop OSS", "BS2000", "LINUX",          "Lynx", "XENIX", "VM",           //40           "Interactive UNIX", "BSDUNIX", "FreeBSD", "NetBSD",          "GNU Hurd", "OS9", "MACH Kernel", "Inferno", "QNX", "EPOC",           //50           "IxWorks", "VxWorks", "MiNT", "BeOS", "HP MPE", "NextStep",          "PalmPilot", "Rhapsody", "Windows 2000", "Dedicated",           //60           "OS/390", "VSE", "TPF", "Windows (R) Me",          "Caldera Open UNIX", "OpenBSD", "Not Applicable",          "Windows XP", "z/OS", "Microsoft Windows Server 2003",             "Microsoft Windows Server 2003 64-Bit" }, //#pragma inLine         ModelCorrespondence {           "CIM_SoftwareElement.TargetOperatingSystem" }]   uint16 TargetOperatingSystemDesired;};

⌨️ 快捷键说明

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