public static class L2VPNStatisticsResponse.L2VpnStats extends Object
Constructor and Description |
---|
L2VpnStats(String name,
StatisticsTunnelStatusType tunnelStatus,
Instant establishedDate,
int txBytesFromLocalSubnet,
int rxBytesOnLocalSubnet,
int droppedRxPackets,
int droppedTxPackets,
String failureMessage,
Instant lastUpdatedTime)
Instantiates a new L2 Vpn Stats.
|
Modifier and Type | Method and Description |
---|---|
int |
getDroppedRxPackets()
Gets droppedRxPackets.
|
int |
getDroppedTxPackets()
Gets droppedTxPackets.
|
Instant |
getEstablishedDate()
Gets establishedDate.
|
String |
getFailureMessage()
Gets failureMessage.
|
Instant |
getLastUpdatedTime()
Gets lastUpdatedTime.
|
String |
getName()
Gets name.
|
int |
getRxBytesOnLocalSubnet()
Gets rxBytesOnLocalSubnet.
|
StatisticsTunnelStatusType |
getTunnelStatus()
Gets tunnelStatus.
|
int |
getTxBytesFromLocalSubnet()
Gets txBytesFromLocalSubnet.
|
public L2VpnStats(String name, StatisticsTunnelStatusType tunnelStatus, Instant establishedDate, int txBytesFromLocalSubnet, int rxBytesOnLocalSubnet, int droppedRxPackets, int droppedTxPackets, String failureMessage, Instant lastUpdatedTime)
name
- the nametunnelStatus
- the statusestablishedDate
- the established datetxBytesFromLocalSubnet
- the tx bytes from local subnetrxBytesOnLocalSubnet
- the rx bytes on local subnetdroppedRxPackets
- the dropped rx packetsdroppedTxPackets
- the dropped tx packetsfailureMessage
- the failute messagelastUpdatedTime
- the last updated timepublic StatisticsTunnelStatusType getTunnelStatus()
The tunnel status of the L2 VPN site. Either UP or DOWN
StatisticsTunnelStatusType
the statuspublic Instant getEstablishedDate()
The established date of the L2 VPN tunnel
Instant
the establishedDatepublic int getTxBytesFromLocalSubnet()
The tx bytes from the local subnet
public int getRxBytesOnLocalSubnet()
The rx bytes on the local subnet
public int getDroppedRxPackets()
The dropped rx packets
public int getDroppedTxPackets()
The dropped tx packets
public String getFailureMessage()
The failure message
String
the failureMessageCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.