Name | Data Type | Value |
---|---|---|
Description | string | 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. 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. |
UMLPackagePath | string | CIM::Network::QoS |
Version | string | 2.7.0 |
Name | Data Type | Default Value | Qualifiers | ||||
---|---|---|---|---|---|---|---|
Name | Data Type | Value | |||||
AverageRate | uint32 | ||||||
Description | string | 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. | |||||
PUnit | string | bit / second * 10^3 | |||||
Units | string | KiloBits per Second | |||||
BurstSize | uint32 | ||||||
Description | string | 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. | |||||
PUnit | string | byte * 10^3 | |||||
Units | string | KiloBytes | |||||
ExcessBurstSize | uint32 | ||||||
Description | string | 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. | |||||
PUnit | string | byte * 10^3 | |||||
Units | string | KiloBytes | |||||
PeakRate | uint32 | ||||||
Description | string | 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. | |||||
PUnit | string | bit / second * 10^3 | |||||
Units | string | KiloBits per Second |
Name | Data Type |
---|---|
Caption | string |
CommunicationStatus | uint16 |
ConformanceLevels | uint16 |
CreationClassName | string |
Description | string |
DetailedStatus | uint16 |
ElementName | string |
Enabled | boolean |
EnabledDefault | uint16 |
EnabledState | uint16 |
Generation | uint64 |
HealthState | uint16 |
InstallDate | datetime |
InstanceID | string |
LoSID | string |
LoSOrgID | string |
MeterType | uint16 |
Name | string |
OperatingStatus | uint16 |
OtherEnabledState | string |
OtherMeterType | string |
PrimaryOwnerContact | string |
PrimaryOwnerName | string |
PrimaryStatus | uint16 |
RequestedState | uint16 |
Started | boolean |
StartMode | string |
Status | string |
SystemCreationClassName | string |
SystemName | string |
TimeOfLastStateChange | datetime |
TransitioningToState | uint16 |
AvailableRequestedStates | uint16[] |
OperationalStatus | uint16[] |
StatusDescriptions | string[] |
Name | Return Type |
---|---|
ChangeAffectedElementsAssignedSequence | uint32 |
RequestStateChange | uint32 |
StartService | uint32 |
StopService | uint32 |