文件操作 - CIM_MPLSOutSegment.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/Network/CIM_MPLSOutSegment.mof
编辑文件内容
// Copyright (c) 2005 DMTF. All rights reserved. // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath // qualifier values to CIM Schema.</change> // ================================================================== // CIM_MPLSOutSegment // ================================================================== [Experimental, Version ( "2.8.1000" ), UMLPackagePath ( "CIM::Network::MPLS" ), Description ( "This class represents an outgoing Segment on an MPLS interface." )] class CIM_MPLSOutSegment : CIM_MPLSSegment { [Description ( "This value indicates whether or not a top label should " "be pushed onto the outgoing packet\'s label stack. The " "value of this variable must be set to true if the " "outgoing interface does not support pop- and-go (for " "example an ATM interface) or if it is a tunnel " "origination." ), MappingStrings { "MIB.IETF|MPLS-LSR-MIB.MPLSOutSegmentPushTopLabel" }] boolean PushTopLabel = true; [Required, Description ( "If the property, PushTopLabel, is true then this " "represents the label that should be pushed onto the top " "of the outgoing packet\'s label stack. If PushTopLabel " "is false, then the value should be 0." ), MappingStrings { "MIB.IETF|MPLS-LSR-MIB.MPLSOutSegmentTopLabel" }, ModelCorrespondence { "CIM_MPLSOutSegment.PushTopLabel" }] uint32 TopLabel; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件