文件操作 - CIM_TokenBucketMeterService.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/Network/CIM_TokenBucketMeterService.mof
编辑文件内容
// Copyright (c) 2005 DMTF. All rights reserved. // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath // qualifier values to CIM Schema.</change> // <change cr="ArchCR00089.003" type="add">Add PUnit qualifier values // to Units qualifier values.</change> // ================================================================== // CIM_TokenBucketMeterService // ================================================================== [Version ( "2.7.0" ), UMLPackagePath ( "CIM::Network::QoS" ), Description ( "This is a concrete subclass of the MeterService class that " "represents the metering of network traffic using a token " "bucket meter. Two types of token bucket meters are defined " "using this class - a simple, two-parameter bucket meter, and a " "multi-stage meter. \n" "\n" "A simple token bucket usually has two parameters, an average " "token rate and a burst size, and has two conformance levels: " "\'conforming\' and \'non-conforming\'. This class also defines " "an excess burst size, which enables the meter to have three " "conformance levels (\'conforming\', \'partially conforming\', " "and \'non-conforming\'). In this case, packets that exceed the " "excess burst size are deemed non-conforming, while packets " "that exceed the smaller burst size but are less than the " "excess burst size are deemed partially conforming." )] class CIM_TokenBucketMeterService : CIM_MeterService { [Description ( "This property is a 32-bit unsigned integer that is used " "to define the committed rate of the meter. The value is " "expressed in kilobits per second." ), Units ( "KiloBits per Second" ), PUnit ( "bit / second * 10^3" )] uint32 AverageRate; [Description ( "This attribute is a 32-bit unsigned integer that is used " "to define the peak rate of the meter. The value is " "expressed in kilobits per second." ), Units ( "KiloBits per Second" ), PUnit ( "bit / second * 10^3" )] uint32 PeakRate; [Description ( "This property is a 32-bit unsigned integer that is used " "to define the maximum number of tokens available for the " "committed rate (specified by the AverageRate property). " "The value is specified in kilobytes." ), Units ( "KiloBytes" ), PUnit ( "byte * 10^3" )] uint32 BurstSize; [Description ( "This property is a 32-bit unsigned integer that is used " "to define the maximum number of tokens available for the " "peak rate (specified by the PeakRate property). The " "value is specified in kilobytes." ), Units ( "KiloBytes" ), PUnit ( "byte * 10^3" )] uint32 ExcessBurstSize; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件