📄 cim_relatedtransparentbridgingservice.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_RelatedTransparentBridgingService// ================================================================== [Association, Deprecated { "No Value" }, UMLPackagePath ( "CIM::Network::VLAN" ), Version ( "2.8.0" ), Description ( "This class is deprecated as a fall out of the previous " "deprecations within the existing model The association between " "a VLAN and the forwarding database (some use the term " "filtering database) used to determine which port a packet " "should be transmitted on, given that it is assigned to the " "VLAN and that it has a particular destination MAC address. The " "TransparentBridgingService represents a forwarding database.")]class CIM_RelatedTransparentBridgingService : CIM_ServiceSAPDependency { [Deprecated { "No Value" }, Override ( "Antecedent" ), Description ( "The VLAN.")] CIM_VLAN REF Antecedent; [Deprecated { "No Value" }, Override ( "Dependent" ), Description ( "The BridgingService that determines the port, given the the " "VLAN and addressing information.")] CIM_TransparentBridgingService REF Dependent;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -