Table of Contents

Class UplinkStatusHighAvailability

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

Uplink status high availability

[DataContract]
public class UplinkStatusHighAvailability
Inheritance
UplinkStatusHighAvailability
Inherited Members

Constructors

UplinkStatusHighAvailability()

public UplinkStatusHighAvailability()

Properties

Enabled

Indicates whether High Availability is enabled for the device. For devices that do not support HA, this will be 'false'

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

Property Value

bool

Role

The HA role of the device on the network. For devices that do not support HA, this will be 'primary'

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

Property Value

string