Versions in this module Expand all Collapse all v1 v1.1.0 Nov 22, 2016 Changes in this version + type CreateReq struct + Ike IkeCreateReq + Ipsec IpSecCreateReq + Local LocalPropertiesCreateReq + Remote RemotePropertiesCreateReq + type DeleteReq struct + VpnId string + type Entity struct + Id string + Ike Ike + Ipsec IpSec + Links []models.LinkEntity + Local LocalProperties + Remote RemoteProperties + type Ike struct + DeadPeerDetection bool + DiffieHellmanGroup string + Encryption string + Hashing string + Lifetime int64 + Mode string + NatTraversal bool + RemoteIdentity string + type IkeCreateReq struct + DeadPeerDetection string + DiffieHellmanGroup string + Encryption string + Hashing string + Lifetime string + Mode string + NatTraversal string + PreSharedKey string + RemoteIdentity string + func (r *IkeCreateReq) Validate() error + type IkeUpdateReq struct + DeadPeerDetection string + DiffieHellmanGroup string + Encryption string + Hashing string + Lifetime string + Mode string + NatTraversal string + PreSharedKey string + RemoteIdentity string + type IpSec struct + Encryption string + Hashing string + Lifetime int64 + Pfs string + Protocol string + type IpSecCreateReq struct + Encryption string + Hashing string + Lifetime int64 + Pfs string + Protocol string + type IpSecUpdateReq struct + Encryption string + Hashing string + Lifetime string + Pfs string + Protocol string + type ListReq struct + type LocalProperties struct + Address string + LocationAlias string + LocationDescription string + Subnets []string + type LocalPropertiesCreateReq struct + Alias string + Subnets []string + type LocalPropertiesUpdateReq struct + Subnets []string + type RemoteProperties struct + Address string + DeviceType string + SiteName string + Subnets []string + type RemotePropertiesCreateReq struct + Address string + DeviceType string + SiteName string + Subnets []string + type RemotePropertiesUpdateReq struct + Address string + DeviceType string + SiteName string + Subnets []string + type UpdateReq struct + Ike IkeUpdateReq + Ipsec IpSecUpdateReq + Local LocalPropertiesUpdateReq + Remote RemotePropertiesUpdateReq + VpnId string v1.1.0-rc.2 Nov 12, 2016 v1.1.0-rc.1 Nov 2, 2016