Table of Contents

Enum IpVersion

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

IP address version (must be 'any', 'ipv4' or 'ipv6'). Applicable only if network supports IPv6. Default value is 'ipv4'.

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

Fields

[EnumMember(Value = "any")] Any = 0

Enum Any for "any"

[EnumMember(Value = "ipv4")] Ipv4 = 1

Enum Ipv4 for "ipv4"

[EnumMember(Value = "ipv6")] Ipv6 = 2

Enum Ipv6 for "ipv6"