public static class IPsecStatisticsResponse.SiteStatistics.VirtualTunnelInterfaceStats extends Object
Constructor and Description |
---|
VirtualTunnelInterfaceStats(String label,
String destinationAddress,
String sourceAddress,
int rxPackets,
int rxBytes,
int rxErrors,
int rxChecksumErrors,
int rxOutOfSequence,
int rxMulticastPackets,
int txPackets,
int txBytes,
int txErrors,
int txDeadLoopErrors,
int txNoRouteErrors,
int txNoBufferErrors)
Instantiates a new Virtual Tunnel Interface Stats.
|
Modifier and Type | Method and Description |
---|---|
String |
getDestinationAddress()
Gets destinationAddress.
|
String |
getLabel()
Gets label.
|
int |
getRxBytes()
Gets rxBytes.
|
int |
getRxChecksumErrors()
Gets rxChecksumErrors.
|
int |
getRxErrors()
Gets rxErrors.
|
int |
getRxMulticastPackets()
Gets rxMulticastPackets.
|
int |
getRxOutOfSequence()
Gets rxOutOfSequence.
|
int |
getRxPackets()
Gets rxPackets.
|
String |
getSourceAddress()
Gets sourceAddress.
|
int |
getTxBytes()
Gets txBytes.
|
int |
getTxDeadLoopErrors()
Gets txDeadLoopErrors.
|
int |
getTxErrors()
Gets txErrors.
|
int |
getTxNoBufferErrors()
Gets txNoBufferErrors.
|
int |
getTxNoRouteErrors()
Gets txNoRouteErrors.
|
int |
getTxPackets()
Gets txPackets.
|
public VirtualTunnelInterfaceStats(String label, String destinationAddress, String sourceAddress, int rxPackets, int rxBytes, int rxErrors, int rxChecksumErrors, int rxOutOfSequence, int rxMulticastPackets, int txPackets, int txBytes, int txErrors, int txDeadLoopErrors, int txNoRouteErrors, int txNoBufferErrors)
label
- the labeldestinationAddress
- the destination addresssourceAddress
- the source addressrxPackets
- the rx packetsrxBytes
- the rx bytesrxErrors
- the rx errorsrxChecksumErrors
- the rx checksum errorsrxOutOfSequence
- the rx out of sequencerxMulticastPackets
- the rx multicast packetstxPackets
- the tx packetstxBytes
- the tx bytestxErrors
- the tx errorstxDeadLoopErrors
- the tx dead loop errorstxNoRouteErrors
- the tx no route errorstxNoBufferErrors
- the tx no buffer errorspublic String getLabel()
The virtual tunnel interface label
String
the labelpublic String getDestinationAddress()
The destination address of the virtual tunnel interface
String
the destinationAddresspublic String getSourceAddress()
The source address of the virtual tunnel interface
String
the sourceAddresspublic int getRxPackets()
The packets received by the virtual tunnel interface
public int getRxBytes()
The bytes received by the virtual tunnel interface
public int getRxErrors()
The errors received by the virtual tunnel interface
public int getRxChecksumErrors()
The checksum errors received by the virtual tunnel interface
public int getRxOutOfSequence()
The packets out of sequence received by the virtual tunnel interface
public int getRxMulticastPackets()
The multicast packets received by the virtual tunnel interface
public int getTxPackets()
The packets transmitted by the virtual tunnel interface
public int getTxBytes()
The bytes transmitted by the virtual tunnel interface
public int getTxErrors()
The errors transmitted by the virtual tunnel interface
public int getTxDeadLoopErrors()
The dead loop errors transmitted by the virtual tunnel interface
public int getTxNoRouteErrors()
The no route errors transmitted by the virtual tunnel interface
public int getTxNoBufferErrors()
The no buffer errors transmitted by the virtual tunnel interface
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.