📄 cim_switchservicevlan.mof
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -