Table of Contents

Class ThirdPartyVpnPeerGroup

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Peer Group

[DataContract]
public class ThirdPartyVpnPeerGroup
Inheritance
ThirdPartyVpnPeerGroup
Inherited Members

Constructors

ThirdPartyVpnPeerGroup()

public ThirdPartyVpnPeerGroup()

Properties

ActiveActiveTunnel

Both primary and backup tunnels are active

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "activeActiveTunnel")]
public bool? ActiveActiveTunnel { get; set; }

Property Value

bool?

Failover

[optional] Contains the failover configuration for the group.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "failover")]
public ThirdPartyVpnPeerGroupFailover? Failover { get; set; }

Property Value

ThirdPartyVpnPeerGroupFailover

Number

[optional] Represents the ordering of primary and backup tunnels group. primary and backup tunnels are grouped by this number. Peers containing same group number belongs to same group.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "number")]
public int? Number { get; set; }

Property Value

int?