cim_volumesetbasedonpsextent.mof

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

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