文件操作 - CIM_NextHopIPRoute.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.33.0/Network/CIM_NextHopIPRoute.mof
编辑文件内容
// Copyright (c) 2005 DMTF. All rights reserved. // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath // qualifier values to CIM Schema.</change> // ================================================================== // CIM_NextHopIPRoute // ================================================================== [Version ( "2.7.0" ), UMLPackagePath ( "CIM::Network::Routes" ), Description ( "NextHopIPRoute specifies routing in an IP network." )] class CIM_NextHopIPRoute : CIM_NextHopRoute { [Description ( "An enumerated integer indicating how the route was " "derived. This is useful for display and query purposes." ), ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11" }, Values { "Unknown", "Other", "Connected", "User-Defined", "IGRP", "EIGRP", "RIP", "Hello", "EGP", "BGP", "ISIS", "OSPF" }, ModelCorrespondence { "CIM_NextHopIPRoute.OtherDerivation" }] uint16 RouteDerivation; [Description ( "A string describing how the route was derived when the " "RouteDerivation property is 1 (\"Other\")." ), ModelCorrespondence { "CIM_NextHopIPRoute.RouteDerivation" }] string OtherDerivation; [Description ( "The mask for the Ipv4 destination address." )] string DestinationMask; [Description ( "The prefix length for the IPv6 destination address." )] uint8 PrefixLength; [Description ( "An enumeration that describes the format of the address " "properties." ), ValueMap { "0", "1", "2" }, Values { "Unknown", "IPv4", "IPv6" }] uint16 AddressType; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件