public static interface FirewallOuterClass.HierarchicalPolicerStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getAggregateBytes()
optional uint64 aggregate_bytes = 5; |
long |
getAggregatePackets()
optional uint64 aggregate_packets = 4; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
long |
getPremiumBytes()
optional uint64 premium_bytes = 3; |
long |
getPremiumPackets()
optional uint64 premium_packets = 2; |
boolean |
hasAggregateBytes()
optional uint64 aggregate_bytes = 5; |
boolean |
hasAggregatePackets()
optional uint64 aggregate_packets = 4; |
boolean |
hasName()
required string name = 1; |
boolean |
hasPremiumBytes()
optional uint64 premium_bytes = 3; |
boolean |
hasPremiumPackets()
optional uint64 premium_packets = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
required string name = 1;
Hierarchical policer instance name
String getName()
required string name = 1;
Hierarchical policer instance name
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
Hierarchical policer instance name
boolean hasPremiumPackets()
optional uint64 premium_packets = 2;
The total number of packets marked out-of-specification by the premium policer
long getPremiumPackets()
optional uint64 premium_packets = 2;
The total number of packets marked out-of-specification by the premium policer
boolean hasPremiumBytes()
optional uint64 premium_bytes = 3;
The total number of bytes marked out-of-specification by the premium policer
long getPremiumBytes()
optional uint64 premium_bytes = 3;
The total number of bytes marked out-of-specification by the premium policer
boolean hasAggregatePackets()
optional uint64 aggregate_packets = 4;
The total number of packets marked out-of-specification by the aggregate policer
long getAggregatePackets()
optional uint64 aggregate_packets = 4;
The total number of packets marked out-of-specification by the aggregate policer
boolean hasAggregateBytes()
optional uint64 aggregate_bytes = 5;
The total number of bytes marked out-of-specification by the aggregate policer
long getAggregateBytes()
optional uint64 aggregate_bytes = 5;
The total number of bytes marked out-of-specification by the aggregate policer
Copyright © 2019. All rights reserved.