Table of Contents

Class NetworksCampusGatewayClusterDevice

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

Device to be added to the cluster

[DataContract]
public class NetworksCampusGatewayClusterDevice
Inheritance
NetworksCampusGatewayClusterDevice
Inherited Members

Constructors

NetworksCampusGatewayClusterDevice()

public NetworksCampusGatewayClusterDevice()

Properties

Serial

Serial of the device

[DataMember(Name = "serial")]
public string Serial { get; set; }

Property Value

string

Tunnels

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

[DataMember(Name = "tunnels")]
public List<NetworksCampusGatewayClusterDeviceTunnel>? Tunnels { get; set; }

Property Value

List<NetworksCampusGatewayClusterDeviceTunnel>

Uplink interface settings of the cluster

[DataMember(Name = "uplinks")]
public NetworksCampusGatewayClusterUplink Uplinks { get; set; }

Property Value

NetworksCampusGatewayClusterUplink