📄 cim_endpointinlink.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// ==================================================================// CIM_EndpointInLink// ================================================================== [Association, Aggregation, Version ( "2.7.0" ), Description ( "This association connects an OSPFLink to the OSPFProtocol " "Endpoints that this link aggregates.")]class CIM_EndpointInLink : CIM_MemberOfCollection { [Aggregate, Override ( "Collection" ), Max ( 1 ), Description ( "The OSPF link.")] CIM_OSPFLink REF Collection; [Override ( "Member" ), Description ( "The OSPF protocol endpoint.")] CIM_OSPFProtocolEndpointBase REF Member;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -