Table of Contents

Class NetworksCampusGatewayClusterUpdateRequestDeviceTunnel

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

Tunnel setting of the device when tunnel interface of cluster is specified

[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestDeviceTunnel
Inheritance
NetworksCampusGatewayClusterUpdateRequestDeviceTunnel
Inherited Members

Constructors

NetworksCampusGatewayClusterUpdateRequestDeviceTunnel()

public NetworksCampusGatewayClusterUpdateRequestDeviceTunnel()

Properties

Addresses

Tunnel IP addresses of the device

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

Property Value

List<NetworksCampusGatewayClusterUpdateRequestDeviceTunnelAddress>

Interface

Tunnel interface name

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

Property Value

string