public static class IPsecStatisticsResponse.SiteStatistics.TunnelStats extends Object
Constructor and Description |
---|
TunnelStats(StatisticsTunnelStatusType tunnelStatus,
String tunnelState,
String lastInformationalMessage,
String localSubnet,
String peerSubnet,
Integer txBytesFromLocalSubnet,
Integer rxBytesOnLocalSubnet,
String failureMessage)
Instantiates a new Tunnel Stats.
|
Modifier and Type | Method and Description |
---|---|
String |
getFailureMessage()
Gets failureMessage.
|
String |
getLastInformationalMessage()
Gets lastInformationalMessage.
|
String |
getLocalSubnet()
Gets localSubnet.
|
String |
getPeerSubnet()
Gets peerSubnet.
|
Integer |
getRxBytesOnLocalSubnet()
Gets rxBytesOnLocalSubnet.
|
String |
getTunnelState()
Gets tunnelState.
|
StatisticsTunnelStatusType |
getTunnelStatus()
Gets tunnelStatus.
|
Integer |
getTxBytesFromLocalSubnet()
Gets txBytesFromLocalSubnet.
|
public TunnelStats(StatisticsTunnelStatusType tunnelStatus, String tunnelState, String lastInformationalMessage, String localSubnet, String peerSubnet, Integer txBytesFromLocalSubnet, Integer rxBytesOnLocalSubnet, String failureMessage)
tunnelStatus
- the tunnel statustunnelState
- the tunnel statelastInformationalMessage
- the last informational messagelocalSubnet
- the local subnetpeerSubnet
- the peer subnettxBytesFromLocalSubnet
- the tx bytes from local subnetrxBytesOnLocalSubnet
- the rx bytes on local subnetfailureMessage
- the failure messagepublic StatisticsTunnelStatusType getTunnelStatus()
The status of the tunnel. UP or DOWN
StatisticsTunnelStatusType
the tunnelStatuspublic String getTunnelState()
The state of the tunnel
String
the tunnelStatepublic String getLastInformationalMessage()
The last informational message of the tunnel
String
the lastInformationalMessagepublic String getLocalSubnet()
The local subnet of the tunnel
String
the localSubnetpublic String getPeerSubnet()
The peer subnet of the tunnel
String
the peerSubnetpublic Integer getTxBytesFromLocalSubnet()
The bytes transmitted from the local subnet in the tunnel
Integer
the txBytesFromLocalSubnetpublic Integer getRxBytesOnLocalSubnet()
The bytes received on the local subnet in the tunnel
Integer
the rxBytesOnLocalSubnetCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.