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