Table of Contents

Class NetworksCampusGatewayClusterUpdateRequestDevice

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

Device in the cluster

[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestDevice
Inheritance
NetworksCampusGatewayClusterUpdateRequestDevice
Inherited Members

Constructors

NetworksCampusGatewayClusterUpdateRequestDevice()

public NetworksCampusGatewayClusterUpdateRequestDevice()

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<NetworksCampusGatewayClusterUpdateRequestDeviceTunnel>? Tunnels { get; set; }

Property Value

List<NetworksCampusGatewayClusterUpdateRequestDeviceTunnel>

Uplink settings of the device when uplink assignment mode of cluster is static

[DataMember(Name = "uplinks")]
public List<NetworksCampusGatewayClusterUpdateRequestDeviceUplink>? Uplinks { get; set; }

Property Value

List<NetworksCampusGatewayClusterUpdateRequestDeviceUplink>