Table of Contents

Class NetworksCampusGatewayClusterDeviceDetailed

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

Device in the cluster

[DataContract]
public class NetworksCampusGatewayClusterDeviceDetailed
Inheritance
NetworksCampusGatewayClusterDeviceDetailed
Inherited Members

Constructors

NetworksCampusGatewayClusterDeviceDetailed()

public NetworksCampusGatewayClusterDeviceDetailed()

Properties

MemberId

Member number assigned to the device within cluster - This is a read only attribute and cannot be altered using post/put operations

[DataMember(Name = "memberId")]
[ApiAccess(ApiAccess.Read)]
public string? MemberId { get; set; }

Property Value

string

Serial

Serial of the device

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

Property Value

string

Tunnels

Tunnel settings of the device

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

Property Value

List<NetworksCampusGatewayClusterDeviceTunnel>

Uplink settings of the device

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

Property Value

List<NetworksCampusGatewayClusterUplink>