cim_snapshotofextent.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 34 行

MOF
34
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?