Table of Contents

Enum Udld

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

The action to take when Unidirectional Link is detected (Alert only, Enforce). Default configuration is Alert only.

[JsonConverter(typeof(StringEnumConverter))]
public enum Udld
Extension Methods

Fields

[EnumMember(Value = "Alert only")] Alertonly = 1

Enum Alertonly for "Alert only"

[EnumMember(Value = "Enforce")] Enforce = 2

Enum Enforce for "Enforce"