public class EdgeIpSecVpnServiceResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| EdgeIpSecVpnServiceResponse(String edgeUuid,
                           boolean enabled,
                           LoggingSettingsResponse loggingSettings,
                           GlobalSettingsResponse globalSettings,
                           List<IpSecVpnSiteResponse> sites) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEdgeUuid()Get the edge UUID associated with this VPN. | 
| GlobalSettingsResponse | getGlobalSettings()Get the global settings. | 
| LoggingSettingsResponse | getLoggingSettings()Get the logging settings. | 
| List<IpSecVpnSiteResponse> | getSites()Get the IPSec VPN sites. | 
| boolean | isEnabled()Is the VPN enabled. | 
public EdgeIpSecVpnServiceResponse(String edgeUuid, boolean enabled, LoggingSettingsResponse loggingSettings, GlobalSettingsResponse globalSettings, List<IpSecVpnSiteResponse> sites)
public String getEdgeUuid()
String edge UUIDpublic boolean isEnabled()
public LoggingSettingsResponse getLoggingSettings()
LoggingSettingsResponse logging settingspublic GlobalSettingsResponse getGlobalSettings()
GlobalSettingsResponse global setttingspublic List<IpSecVpnSiteResponse> getSites()
List of IpSecVpnSiteResponse sitesCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.