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

📄 cim_commondatabasesettingdata.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="DBCR00027" type ="change">CPubs edits to the database// storage classes.</change>// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_CommonDatabaseSettingData// ==================================================================   [UMLPackagePath ( "CIM::Database::Storage" ), Version ( "2.8.0" ),     Description (       "This class contains the specific settings that identify the "       "degree to which the high-level database capabilities that are "       "defined in the CIM_CommonDatabaseCapabilities class are "       "supported by a CommonDatabase. Specific values for the "       "properties in this class must correspond to a valid capability "       "that has been defined in the CIM_CommonDatabaseCapabilities "       "class. \n"       "Instances in the CIM_CommonDatabaseSettingData class are tied "       "to the CommonDatabase using the ElementSettingData "       "association.")]class CIM_CommonDatabaseSettingData : CIM_SettingData {      [Write, Description (          "RecoverabilityOption indicates the specific recoverability "          "mode for the associated CommonDatabase."),        ValueMap { "1", "2", "3", "4" },        Values { "Other", "Recoverable", "Non-Recoverable",          "Rebuildable" },        ModelCorrespondence {           "CIM_CommonDatabaseSettingData.OtherRecoverabilityOption",          "CIM_CommonDatabaseCapabilities.RecoverabilityOptions" }]   uint16 RecoverabilityOption;      [Write, Description (          "This property contains additional recovery information for "          "the CommonDatabase. This property must be specified when "          "the Recoverability property is \"Other\"."),        ModelCorrespondence {           "CIM_CommonDatabaseSettingData.RecoverabilityOption",          "CIM_CommonDatabaseCapabilities.OtherRecoverabilityOptions" }]   string OtherRecoverabilityOption;};

⌨️ 快捷键说明

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