Table of Contents

Class NetworksCampusGatewayClusterDeviceTunnelDetailed

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

Tunnel settings of the cluster

[DataContract]
public class NetworksCampusGatewayClusterDeviceTunnelDetailed
Inheritance
NetworksCampusGatewayClusterDeviceTunnelDetailed
Inherited Members

Constructors

NetworksCampusGatewayClusterDeviceTunnelDetailed()

public NetworksCampusGatewayClusterDeviceTunnelDetailed()

Properties

Addresses

Addresses of the interface

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

Property Value

List<NetworksCampusGatewayClusterDeviceIPAddressWithGatewayDetailed>

Interface

Name of the Interface

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

Property Value

string

Use uplink interface as tunnel interface

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

Property Value

NetworksCampusGatewayClusterUplinkSimple

VLan

VLAN ID of the interface

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

Property Value

int?