Enum Udld
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"