cim_switchservicevlan.mof

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

MOF
26
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_SwitchServiceVLAN// ==================================================================   [Association, Deprecated { "No Value" },       UMLPackagePath ( "CIM::Network::VLAN" ), Aggregation,       Version ( "2.8.0" ), Description (       "This class is deprecated as a fall out of the previous "       "deprecations within the existing model An association linking "       "SwitchService to a component VLANService.")]class CIM_SwitchServiceVLAN : CIM_ServiceComponent {      [Deprecated { "No Value" }, Aggregate,          Override ( "GroupComponent" ), Min ( 1 ), Max ( 1 ),        Description (          "The SwitchService containing the VLANService.")]   CIM_SwitchService REF GroupComponent;      [Deprecated { "No Value" }, Override ( "PartComponent" ),        Description (          "The VLANService that is a component of the SwitchService.")]   CIM_VLANService REF PartComponent;};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?