cim_psextentbasedonpextent.mof

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

MOF
39
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_PSExtentBasedOnPExtent// ==================================================================   [Association, Deprecated { "CIM_ProtectedExtentBasedOn",       "CIM_CompositeExtentBasedOn" },       UMLPackagePath ( "CIM::Device::SccExtents" ),    Version ( "2.7.0" ), Description (       "Covered by ProtectedExtentBasedOn or CompositeExtentBasedOn, "       "since PhysicalExtent itself is deprecated in lieu of these "       "associations. ProtectedSpaceExtents are BasedOn a "       "PhysicalExtent. This relationship is made explicit by this "       "association.")]class CIM_PSExtentBasedOnPExtent : CIM_BasedOn {      [Deprecated { "CIM_CompositeExtentBasedOn.Antecedent",          "CIM_ProtectedExtentBasedOn.Antecedent" },          Override ( "Antecedent" ), Description (          "The PhysicalExtent.")]   CIM_PhysicalExtent REF Antecedent;      [Deprecated { "CIM_CompositeExtentBasedOn.Dependent",          "CIM_ProtectedExtentBasedOn.Dependent" },          Override ( "Dependent" ), Description (          "The ProtectedSpaceExtent which is built on the Physical "          "Extent.")]   CIM_ProtectedSpaceExtent REF Dependent;      [Deprecated { "CIM_CompositeExtentBasedOn.StartingAddress",          "CIM_ProtectedExtentBasedOn.StartingAddress" },          Override ( "StartingAddress" ), Description (          "The starting logical block address of the PhysicalExtent "          "from which this ProtectedSpaceExtent is derived."),        MappingStrings { "MIF.DMTF|Protected Space Extent|001.2" }]   uint64 StartingAddress;};

⌨️ 快捷键说明

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