cim_hostedcollection.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 27 行
MOF
27 行
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="SysDevCR00707.002" type ="add">CPUBS corrections to// CoreCollection.mof</change>// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_HostedCollection// ================================================================== [Association, UMLPackagePath ( "CIM::Core::Collection" ), Version ( "2.10.0" ), Description ( "HostedCollection defines a SystemSpecificCollection in the " "context of a scoping System. It represents a Collection that " "has meaning only in the context of a System, a Collection " "whose elements are restricted by the definition of the System, " "or both of these types of Collections.")]class CIM_HostedCollection : CIM_HostedDependency { [Override ( "Antecedent" ), Min ( 1 ), Max ( 1 ), Description ( "The scoping system.")] CIM_System REF Antecedent; [Override ( "Dependent" ), Description ( "The collection defined in the context of a system.")] CIM_SystemSpecificCollection REF Dependent;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?