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