public static interface FirewallOuterClass.PolicerStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FirewallOuterClass.ExtendedPolicerStats |
getExtendedPolicerStats()
optional .ExtendedPolicerStats extended_policer_stats = 4; |
FirewallOuterClass.ExtendedPolicerStatsOrBuilder |
getExtendedPolicerStatsOrBuilder()
optional .ExtendedPolicerStats extended_policer_stats = 4; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
long |
getOutOfSpecBytes()
optional uint64 out_of_spec_bytes = 3; |
long |
getOutOfSpecPackets()
optional uint64 out_of_spec_packets = 2; |
boolean |
hasExtendedPolicerStats()
optional .ExtendedPolicerStats extended_policer_stats = 4; |
boolean |
hasName()
required string name = 1; |
boolean |
hasOutOfSpecBytes()
optional uint64 out_of_spec_bytes = 3; |
boolean |
hasOutOfSpecPackets()
optional uint64 out_of_spec_packets = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
required string name = 1;
Policer instance name
String getName()
required string name = 1;
Policer instance name
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
Policer instance name
boolean hasOutOfSpecPackets()
optional uint64 out_of_spec_packets = 2;
The total number of packets marked out-of-specification by the policer
long getOutOfSpecPackets()
optional uint64 out_of_spec_packets = 2;
The total number of packets marked out-of-specification by the policer
boolean hasOutOfSpecBytes()
optional uint64 out_of_spec_bytes = 3;
The total number of bytes marked out-of-specification by the policer
long getOutOfSpecBytes()
optional uint64 out_of_spec_bytes = 3;
The total number of bytes marked out-of-specification by the policer
boolean hasExtendedPolicerStats()
optional .ExtendedPolicerStats extended_policer_stats = 4;
Additional statistics when enhanced policer statistics are available
FirewallOuterClass.ExtendedPolicerStats getExtendedPolicerStats()
optional .ExtendedPolicerStats extended_policer_stats = 4;
Additional statistics when enhanced policer statistics are available
FirewallOuterClass.ExtendedPolicerStatsOrBuilder getExtendedPolicerStatsOrBuilder()
optional .ExtendedPolicerStats extended_policer_stats = 4;
Additional statistics when enhanced policer statistics are available
Copyright © 2018. All rights reserved.