Class UplinkStatusHighAvailability
Uplink status high availability
[DataContract]
public class UplinkStatusHighAvailability
- Inheritance
-
UplinkStatusHighAvailability
- Inherited Members
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
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; }