Table of Contents

Class OrganizationCampusGatewayClusterTunnel

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

Tunnel setting of the cluster

[DataContract]
public class OrganizationCampusGatewayClusterTunnel
Inheritance
OrganizationCampusGatewayClusterTunnel
Inherited Members

Constructors

OrganizationCampusGatewayClusterTunnel()

public OrganizationCampusGatewayClusterTunnel()

Properties

Addresses

Addresses of the interface

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

Property Value

List<OrganizationCampusGatewayClusterTunnelAddress>

Interface

Name of the interface

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

Property Value

string

Use uplink interface as tunnel interface

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "uplink")]
public OrganizationCampusGatewayClusterTunnelUplink Uplink { get; set; }

Property Value

OrganizationCampusGatewayClusterTunnelUplink

Vlan

VLAN ID of the interface

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "vlan")]
public int Vlan { get; set; }

Property Value

int