Enum SwitchPortType
The type of the switch port ('trunk' or 'access')
[JsonConverter(typeof(StringEnumConverter))]
public enum SwitchPortType
- Extension Methods
Fields
[EnumMember(Value = "access")] Access = 2
Enum Access for "access"
[EnumMember(Value = "stack")] Stack = 3
Enum Stack for "stack"
[EnumMember(Value = "trunk")] Trunk = 1
Enum Trunk for "trunk"