Constructors
constructor
- new IpSecVpnSiteRequest(ipSecVpnSiteRequest: IpSecVpnSiteRequest): IpSecVpnSiteRequest
- new IpSecVpnSiteRequest(ipSecVpnSiteRequestJson: IpSecVpnSiteRequestJson): IpSecVpnSiteRequest
- new IpSecVpnSiteRequest(enabled: boolean, name: string, description: string, localId: string, localIp: string, peerId: string, peerIp: string, psk: string, encryptionAlgorithm: EncryptionAlgorithm, authenticationMode: AuthenticationMode, enablePfs: boolean, dhGroup: DHGroup, localSubnets: Array<string>, peerSubnets: Array<string>): IpSecVpnSiteRequest
-
Parameters
-
Parameters
-
Parameters
-
enabled: boolean
-
name: string
-
description: string
-
localId: string
-
localIp: string
-
peerId: string
-
peerIp: string
-
psk: string
-
-
-
enablePfs: boolean
-
-
localSubnets: Array<string>
-
peerSubnets: Array<string>
Accessors
authenticationMode
authenticationMode:
encryptionAlgorithm
encryptionAlgorithm:
localSubnets
localSubnets:
Ip Sec Vpn Site Request.