Table of Contents

Enum WanUplinkBothPossible

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

The physical WAN interface on which the traffic will arrive ('internet1' or, if available, 'internet2' or 'both')

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

Fields

[EnumMember(Value = "both")] Both = 3

Enum Both for "both"

[EnumMember(Value = "internet1")] Internet1 = 1

Enum Internet1 for "internet1"

[EnumMember(Value = "internet2")] Internet2 = 2

Enum Internet2 for "internet2"