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

📄 cim_volumesetbasedonpsextent.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_VolumeSetBasedOnPSExtent// ==================================================================   [Association, Deprecated { "CIM_CompositeExtentBasedOn" },    UMLPackagePath ( "CIM::Device::SccExtents" ), Version ( "2.7.0" ),     Description (       "This association is deprecated in lieu of "       "CompositeExtentBasedOn, since VolumeSets and "       "ProtectedSpaceExtents are themselves deprecated. The "       "relationship describes that VolumeSets are BasedOn on one or "       "more ProtectedSpaceExtents.")]class CIM_VolumeSetBasedOnPSExtent : CIM_BasedOn {      [Deprecated { "CIM_CompositeExtentBasedOn.Antecedent" },       Override ( "Antecedent" ), Min ( 1 ), Description (          "The ProtectedSpaceExtent.")]   CIM_ProtectedSpaceExtent REF Antecedent;      [Deprecated { "CIM_CompositeExtentBasedOn.Dependent" },       Override ( "Dependent" ), Description (          "The VolumeSet which is built on the ProtectedSpace Extent.")]   CIM_VolumeSet REF Dependent;      [Deprecated {           "CIM_CompositeExtentBasedOn.LBAsMappedByDecrementing" },        Description (          "True if logical blocks in the ProtectedSpaceExtent are "          "mapped in decrementing order. This property corresponds to "          "the INCDEC value in the SCC-2 Volume Set PS_Extent "          "Descriptor.")]   boolean LBAsMappedByDecrementing;      [Deprecated {           "CIM_CompositeExtentBasedOn.LBAMappingIncludesCheckData" },        Description (          "True if the logical block mapping algorithm includes check "          "data bytes. This property corresponds to the NOCHKSKIP "          "attribute in the SCC-2 Volume Set PS_Extent Descriptor.")]   boolean LBAMappingIncludesCheckData;};

⌨️ 快捷键说明

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