📄 cim_insegment.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_InSegment// ================================================================== [Association, Deprecated { "CIM_MemberOfCollection" }, UMLPackagePath ( "CIM::Network::ProtocolEndpoints" ), Aggregation, Version ( "2.7.0" ), Description ( "Defines a LANEndpoint as a member of a specific LANSegment. " "Note that one of this association's references (LANSegment) is " "deprecated, as well as its superclass (InLogicalNetwork). " "Following the same logic as its parent, this association is " "deprecated to the MemberOfCollection association.")]class CIM_InSegment : CIM_InLogicalNetwork { [Deprecated { "CIM_MemberOfCollection.Collection" }, Aggregate, Override ( "Collection" ), Max ( 1 ), Description ( "The LANSegment that groups the LANEndpoint instances.")] CIM_LANSegment REF Collection; [Deprecated { "CIM_MemberOfCollection.Member" }, Override ( "Member" ), Description ( "A child LANEndpoint that is a component of the LANSegment.")] CIM_LANEndpoint REF Member;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -