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

📄 cim_snapshotofextent.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_SnapshotOfExtent// ==================================================================   [Association, Deprecated { "No Value" },       UMLPackagePath ( "CIM::Device::SccExtents" ),    Version ( "2.7.0" ), Description (       "Deprecated. Snapshots are now modeled in a more abstract way "       "using StorageExtent and CIM_StorageSynchronized. \n"       "SnapshotOfExtent is an association between an Extent and its "       "Snapshot. This relationship is made explicit in this "       "association.")]class CIM_SnapshotOfExtent : CIM_Dependency {      [Deprecated { "No Value" }, Override ( "Antecedent" ), Max ( 1 ),        Description (          "The StorageExtent.")]   CIM_StorageExtent REF Antecedent;      [Deprecated { "No Value" }, Override ( "Dependent" ),        Description (          "The Snapshot.")]   CIM_Snapshot REF Dependent;      [Deprecated { "CIM_StorageSynchronized.CopyType" }, Description (          "The type of snapshot."),        ValueMap { "0", "1", "2", "3", "4" },        Values { "Other", "Unknown", "Copy", "Before Delta",          "After Delta" }]   uint16 SnapshotType;};

⌨️ 快捷键说明

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