Table of Contents

Class OrganizationWirelessControllerDevicesRedundancyStatusesItem

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

Wireless LAN controller redundancy status

[DataContract]
public class OrganizationWirelessControllerDevicesRedundancyStatusesItem
Inheritance
OrganizationWirelessControllerDevicesRedundancyStatusesItem
Inherited Members

Constructors

OrganizationWirelessControllerDevicesRedundancyStatusesItem()

public OrganizationWirelessControllerDevicesRedundancyStatusesItem()

Properties

Enabled

Wireless LAN controller redundancy enablement

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }

Property Value

bool

Failover

Wireless LAN controller failover information

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "failover")]
public OrganizationWirelessControllerDevicesRedundancyStatusesItemFailover Failover { get; set; }

Property Value

OrganizationWirelessControllerDevicesRedundancyStatusesItemFailover

MobilityMac

Wireless LAN controller redundancy mobility mac

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

Property Value

string

Mode

Wireless LAN controller redundancy SSO (stateful switchover)

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

Property Value

string

Serial

Wireless LAN controller cloud ID

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

Property Value

string