public static class IPsecStatisticsResponse.SiteStatistics extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IPsecStatisticsResponse.SiteStatistics.IkeStatus
The Ike Status.
|
static class |
IPsecStatisticsResponse.SiteStatistics.TunnelStats
The Tunnel Stats.
|
static class |
IPsecStatisticsResponse.SiteStatistics.VirtualTunnelInterfaceStats
The Virtual Tunnel Interface Stats.
|
| Constructor and Description |
|---|
SiteStatistics(String siteId,
IPsecStatisticsResponse.SiteStatistics.IkeStatus ikeStatus,
List<IPsecStatisticsResponse.SiteStatistics.TunnelStats> tunnelStats,
IPsecStatisticsResponse.SiteStatistics.VirtualTunnelInterfaceStats virtualTunnelInterfaceStats)
Instantiates a new Site Statistics.
|
| Modifier and Type | Method and Description |
|---|---|
IPsecStatisticsResponse.SiteStatistics.IkeStatus |
getIkeStatus()
Gets ikeStatus.
|
String |
getSiteId()
Gets siteId.
|
List<IPsecStatisticsResponse.SiteStatistics.TunnelStats> |
getTunnelStats()
Gets tunnelStats.
|
IPsecStatisticsResponse.SiteStatistics.VirtualTunnelInterfaceStats |
getVirtualTunnelInterfaceStats()
Gets virtualTunnelInterfaceStats.
|
public SiteStatistics(String siteId, IPsecStatisticsResponse.SiteStatistics.IkeStatus ikeStatus, List<IPsecStatisticsResponse.SiteStatistics.TunnelStats> tunnelStats, IPsecStatisticsResponse.SiteStatistics.VirtualTunnelInterfaceStats virtualTunnelInterfaceStats)
siteId - the site idikeStatus - the ike statustunnelStats - the tunnel statsvirtualTunnelInterfaceStats - the virtual tunnel interface statspublic String getSiteId()
The site id of the site statistics
String the siteIdpublic IPsecStatisticsResponse.SiteStatistics.IkeStatus getIkeStatus()
The Ike status of the site statistics
IPsecStatisticsResponse.SiteStatistics.IkeStatus the ikeStatuspublic List<IPsecStatisticsResponse.SiteStatistics.TunnelStats> getTunnelStats()
The list of tunnel stats of the site statistics
List of IPsecStatisticsResponse.SiteStatistics.TunnelStats the tunnelStatspublic IPsecStatisticsResponse.SiteStatistics.VirtualTunnelInterfaceStats getVirtualTunnelInterfaceStats()
The virtual tunnel interface stats of the site statistics
IPsecStatisticsResponse.SiteStatistics.VirtualTunnelInterfaceStats the virtualTunnelInterfaceStatsCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.