public static final class L2VPNTrafficStatisticsPerSegment.Builder
extends java.lang.Object
L2VPNTrafficStatisticsPerSegment
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
L2VPNTrafficStatisticsPerSegment . |
Modifier and Type | Method and Description |
---|---|
L2VPNTrafficStatisticsPerSegment |
build() |
L2VPNTrafficStatisticsPerSegment.Builder |
setBumBytesIn(java.lang.Long bumBytesIn)
Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) bytes.
|
L2VPNTrafficStatisticsPerSegment.Builder |
setBumBytesOut(java.lang.Long bumBytesOut)
Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) bytes.
|
L2VPNTrafficStatisticsPerSegment.Builder |
setBumPacketsIn(java.lang.Long bumPacketsIn)
Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) packets.
|
L2VPNTrafficStatisticsPerSegment.Builder |
setBumPacketsOut(java.lang.Long bumPacketsOut)
Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) packets.
|
L2VPNTrafficStatisticsPerSegment.Builder |
setBytesIn(java.lang.Long bytesIn)
Total number of incoming bytes.
|
L2VPNTrafficStatisticsPerSegment.Builder |
setBytesOut(java.lang.Long bytesOut)
Total number of outgoing bytes.
|
L2VPNTrafficStatisticsPerSegment.Builder |
setPacketsIn(java.lang.Long packetsIn)
Total number of incoming packets.
|
L2VPNTrafficStatisticsPerSegment.Builder |
setPacketsOut(java.lang.Long packetsOut)
Total number of outgoing packets.
|
L2VPNTrafficStatisticsPerSegment.Builder |
setPacketsReceiveError(java.lang.Long packetsReceiveError)
Total number of incoming packets dropped.
|
L2VPNTrafficStatisticsPerSegment.Builder |
setPacketsSentError(java.lang.Long packetsSentError)
Total number of packets dropped while sending for any reason.
|
L2VPNTrafficStatisticsPerSegment.Builder |
setSegmentPath(java.lang.String segmentPath)
Policy path referencing the segment on which stats are gathered.
|
public Builder()
L2VPNTrafficStatisticsPerSegment
.public L2VPNTrafficStatisticsPerSegment.Builder setBumBytesIn(java.lang.Long bumBytesIn)
bumBytesIn
- New value for the property.public L2VPNTrafficStatisticsPerSegment.Builder setBumBytesOut(java.lang.Long bumBytesOut)
bumBytesOut
- New value for the property.public L2VPNTrafficStatisticsPerSegment.Builder setBumPacketsIn(java.lang.Long bumPacketsIn)
bumPacketsIn
- New value for the property.public L2VPNTrafficStatisticsPerSegment.Builder setBumPacketsOut(java.lang.Long bumPacketsOut)
bumPacketsOut
- New value for the property.public L2VPNTrafficStatisticsPerSegment.Builder setBytesIn(java.lang.Long bytesIn)
bytesIn
- New value for the property.public L2VPNTrafficStatisticsPerSegment.Builder setBytesOut(java.lang.Long bytesOut)
bytesOut
- New value for the property.public L2VPNTrafficStatisticsPerSegment.Builder setPacketsIn(java.lang.Long packetsIn)
packetsIn
- New value for the property.public L2VPNTrafficStatisticsPerSegment.Builder setPacketsOut(java.lang.Long packetsOut)
packetsOut
- New value for the property.public L2VPNTrafficStatisticsPerSegment.Builder setPacketsReceiveError(java.lang.Long packetsReceiveError)
packetsReceiveError
- New value for the property.public L2VPNTrafficStatisticsPerSegment.Builder setPacketsSentError(java.lang.Long packetsSentError)
packetsSentError
- New value for the property.public L2VPNTrafficStatisticsPerSegment.Builder setSegmentPath(java.lang.String segmentPath)
segmentPath
- New value for the property.public L2VPNTrafficStatisticsPerSegment build()