Table of Contents

Class NetworksCampusGatewayClusterTunnel

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

Tunnel interface settings of the cluster: Reuse uplink or specify tunnel interface

[DataContract]
public class NetworksCampusGatewayClusterTunnel
Inheritance
NetworksCampusGatewayClusterTunnel
Inherited Members

Constructors

NetworksCampusGatewayClusterTunnel()

public NetworksCampusGatewayClusterTunnel()

Properties

Addresses

List of addresses of the interface

[DataMember(Name = "addresses")]
public List<NetworksCampusGatewayClusterDeviceIPAddressWithGatewayDetailed> Addresses { get; set; }

Property Value

List<NetworksCampusGatewayClusterDeviceIPAddressWithGatewayDetailed>

Interface

Interface identifier, should be set to tun1. Specify this interface only if uplink isn't reused as tunnel

[DataMember(Name = "interface")]
public string Interface { get; set; }

Property Value

string

Uplink interface identifier if uplink is reused as tunnel

[DataMember(Name = "uplink")]
public NetworksCampusGatewayClusterUplinkSimple Uplink { get; set; }

Property Value

NetworksCampusGatewayClusterUplinkSimple

VLan

VLAN ID of the interface

[DataMember(Name = "vlan")]
public int VLan { get; set; }

Property Value

int