cim_relatedtransparentbridgingservice.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 30 行

MOF
30
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?