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

📄 cim_affectedjobelement.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_AffectedJobElement// ==================================================================   [Association, UMLPackagePath ( "CIM::System::Processing" ),    Version ( "2.7.0" ), Description (       "AffectedJobElement represents an association between a Job and "       "the ManagedElement(s) that may be affected by its execution. "       "It may not be feasible for the Job to describe all of the "       "affected elements. The main purpose of this association is to "       "provide information when a Job requires exclusive use of the "       "'affected' ManagedElment(s) or when describing that side "       "effects may result.")]class CIM_AffectedJobElement {      [Key, Description (          "The ManagedElement affected by the execution of the Job.")]   CIM_ManagedElement REF AffectedElement;      [Key, Description (          "The Job that is affecting the ManagedElement.")]   CIM_Job REF AffectingElement;      [Description (          "An enumeration describing the 'effect' on the "          "ManagedElement. This array corresponds to the "          "OtherElementEffectsDescriptions array, where the latter "          "provides details related to the high-level 'effects' "          "enumerated by this property. Additional detail is required "          "if the ElementEffects array contains the value 1, "          "\"Other\"."),        ValueMap { "0", "1", "2", "3", "4" },        Values { "Unknown", "Other", "Exclusive Use",          "Performance Impact", "Element Integrity" },          ArrayType ( "Indexed" ),        ModelCorrespondence {           "CIM_AffectedJobElement.OtherElementEffectsDescriptions" }]   uint16 ElementEffects[];      [Description (          "Provides details for the 'effect' at the corresponding "          "array position in ElementEffects. This information is "          "required whenever ElementEffects contains the value 1 "          "(\"Other\")."),        ArrayType ( "Indexed" ),        ModelCorrespondence { "CIM_AffectedJobElement.ElementEffects" }]   string OtherElementEffectsDescriptions[];};

⌨️ 快捷键说明

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