public static class IPsecStatisticsResponse.SiteStatistics.IkeStatus extends Object
Constructor and Description |
---|
IkeStatus(StatisticsTunnelStatusType channelStatus,
String channelState,
String lastInformationalMessage,
String localIpAddress,
String peerId,
String peerIpAddress,
List<String> localSubnets,
List<String> peerSubnets,
IPsecChannelIkeVersionType channelIkeVersion,
String failureMessage)
Instantiates a new Ike Status.
|
Modifier and Type | Method and Description |
---|---|
IPsecChannelIkeVersionType |
getChannelIkeVersion()
Gets channelIkeVersion.
|
String |
getChannelState()
Gets channelState.
|
StatisticsTunnelStatusType |
getChannelStatus()
Gets channelStatus.
|
String |
getFailureMessage()
Gets failureMessage.
|
String |
getLastInformationalMessage()
Gets lastInformationMessage.
|
String |
getLocalIpAddress()
Gets localIpAddress.
|
List<String> |
getLocalSubnets()
Gets localSubnets.
|
String |
getPeerId()
Gets peerId.
|
String |
getPeerIpAddress()
Gets peerIpAddress.
|
List<String> |
getPeerSubnets()
Gets peerSubnets.
|
public IkeStatus(StatisticsTunnelStatusType channelStatus, String channelState, String lastInformationalMessage, String localIpAddress, String peerId, String peerIpAddress, List<String> localSubnets, List<String> peerSubnets, IPsecChannelIkeVersionType channelIkeVersion, String failureMessage)
channelStatus
- the channel statuschannelState
- the channel statelastInformationalMessage
- the last information messagelocalIpAddress
- the local ip addresspeerId
- the peer idpeerIpAddress
- the peer ip addresslocalSubnets
- the local subnetspeerSubnets
- the peer subnetschannelIkeVersion
- the channel ike versionfailureMessage
- the failure messagepublic StatisticsTunnelStatusType getChannelStatus()
The status of the tunnel. UP or DOWN
StatisticsTunnelStatusType
the channelStatuspublic String getChannelState()
The state of the channel
String
the channelStatepublic String getLastInformationalMessage()
The last informational message of the channel
String
the lastInformationMessagepublic String getLocalIpAddress()
The local IP address of the channel
String
the localIpAddresspublic String getPeerId()
The peer id of the channel
String
the peerIdpublic String getPeerIpAddress()
The peer IP address of the channel
String
the peerIpAddresspublic List<String> getLocalSubnets()
The list of local subnets of the channel
public List<String> getPeerSubnets()
The list of peer subnets of the channel
public IPsecChannelIkeVersionType getChannelIkeVersion()
The Ike version of the channel. 'IKEV1', 'IKEV2' or 'IKE_FLEX'.
IPsecChannelIkeVersionType
the channelIkeVersionCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.