Enum AreaType
Area types in OSPF. Must be one of: ["normal", "stub", "nssa"]
[JsonConverter(typeof(StringEnumConverter))]
public enum AreaType
- Extension Methods
Fields
[EnumMember(Value = "normal")] Normal = 1
Enum Normal for "normal"
[EnumMember(Value = "nssa")] Nssa = 3
Enum Nssa for "nssa"
[EnumMember(Value = "stub")] Stub = 2
Enum Stub for "stub"