📄 cim_realizespextent.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_RealizesPExtent// ================================================================== [Association, Deprecated { "CIM_RealizesExtent" }, UMLPackagePath ( "CIM::Device::SccExtents" ), Version ( "2.7.0" ), Description ( "PhysicalExtents are realized on a PhysicalMedia. This is " "described by RealizesPExtent. However, there is no need for " "the specificity of this association. It is deprecated in lieu " "of the generic RealizesExtent relationship.")]class CIM_RealizesPExtent : CIM_RealizesExtent { [Deprecated { "CIM_RealizesExtent.Antecedent" }, Override ( "Antecedent" ), Max ( 1 ), Description ( "The PhysicalMedia on which the Extent is realized.")] CIM_PhysicalMedia REF Antecedent; [Deprecated { "CIM_RealizesExtent.Dependent" }, Override ( "Dependent" ), Description ( "The PhysicalExtent that is located on the Media.")] CIM_PhysicalExtent REF Dependent;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -