Table of Contents

Class OrganizationCampusGatewayClusterDevice

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

Device in the cluster

[DataContract]
public class OrganizationCampusGatewayClusterDevice
Inheritance
OrganizationCampusGatewayClusterDevice
Inherited Members

Constructors

OrganizationCampusGatewayClusterDevice()

public OrganizationCampusGatewayClusterDevice()

Properties

MemberId

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

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

Property Value

string

Serial

Serial of the device

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

Property Value

string

Tunnels

Tunnel settings of the device

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

Property Value

List<OrganizationCampusGatewayClusterDeviceTunnel>

Uplink settings of the device

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

Property Value

List<OrganizationCampusGatewayClusterDeviceUplink>