📄 cim_portimplementsendpoint.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="CIMCoreCR00752.000" type ="change">Update of// descriptions based on Tech Edit review.</// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_PortImplementsEndpoint// ================================================================== [Association, UMLPackagePath ( "CIM::Device::Ports" ), Version ( "2.10.0" ), Description ( "PortImplementsEndpoint associates a LogicalPort with one or " "more ProtocolEndpoints that are implemented on it. This class " "specializes the DeviceSAPImplementation association. It " "indicates that the referenced Endpoint is dependent on the " "operations of the Port Device.")]class CIM_PortImplementsEndpoint : CIM_DeviceSAPImplementation { [Override ( "Antecedent" ), Description ( "The LogicalPort that represents the Device behind the " "ProtocolEndpoint.")] CIM_LogicalPort REF Antecedent; [Override ( "Dependent" ), Description ( "The ProtocolEndpoint that is implemented on the " "LogicalPort.")] CIM_ProtocolEndpoint REF Dependent;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -