public class EdgeGatewayIPsecResponse extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
EdgeGatewayIPsecResponse.Global
IPsec VPN Global.
|
static class |
EdgeGatewayIPsecResponse.Logging
IPsec VPN Logging.
|
static class |
EdgeGatewayIPsecResponse.Site
IPsec VPN Site.
|
Constructor and Description |
---|
EdgeGatewayIPsecResponse(boolean enabled,
EdgeGatewayIPsecResponse.Logging logging,
List<EdgeGatewayIPsecResponse.Site> sites,
EdgeGatewayIPsecResponse.Global global)
Instantiates a new Edge gateway IPsec VPN response.
|
Modifier and Type | Method and Description |
---|---|
EdgeGatewayIPsecResponse.Global |
getGlobal()
Gets IPsec global settings.
|
EdgeGatewayIPsecResponse.Logging |
getLogging()
Gets IPsec logging.
|
List<EdgeGatewayIPsecResponse.Site> |
getSites()
Gets list of IPsec sites.
|
boolean |
isEnabled()
Gets enabled.
|
public EdgeGatewayIPsecResponse(boolean enabled, EdgeGatewayIPsecResponse.Logging logging, List<EdgeGatewayIPsecResponse.Site> sites, EdgeGatewayIPsecResponse.Global global)
enabled
- the enabledlogging
- the loggingsites
- the sitesglobal
- the globalpublic boolean isEnabled()
public EdgeGatewayIPsecResponse.Logging getLogging()
public List<EdgeGatewayIPsecResponse.Site> getSites()
public EdgeGatewayIPsecResponse.Global getGlobal()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.