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

📄 cim_psextentbasedonpextent.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_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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -