Table of Contents

Class OrganizationWirelessControllerOverviewByDeviceRedundancy

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

Wireless LAN controller redundancy information

[DataContract]
public class OrganizationWirelessControllerOverviewByDeviceRedundancy
Inheritance
OrganizationWirelessControllerOverviewByDeviceRedundancy
Inherited Members

Constructors

OrganizationWirelessControllerOverviewByDeviceRedundancy()

public OrganizationWirelessControllerOverviewByDeviceRedundancy()

Properties

ChassisName

Wireless LAN controller chassis name

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

Property Value

string

Id

Wireless LAN controller redundancy ID

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

Property Value

string

Management

Wireless LAN controller redundancy management interface information

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "management")]
public OrganizationWirelessControllerOverviewByDeviceRedundancyManagement Management { get; set; }

Property Value

OrganizationWirelessControllerOverviewByDeviceRedundancyManagement

RedundantSerial

Wireless LAN controller redundant device serial

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

Property Value

string

Role

Wireless LAN controller role(Active, Active recovery, Standby hot, Standby recovery and Offline)

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

Property Value

string