Table of Contents

Enum RadiusLoadBalancingPolicy

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

This policy determines which RADIUS server will be contacted first in an authentication attempt and the ordering of any necessary retry attempts ('Strict priority order' or 'Round robin')

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

Fields

[EnumMember(Value = "Round robin")] Roundrobin = 1

Enum Roundrobin for "Round robin"

[EnumMember(Value = "Strict priority order")] Strictpriorityorder = 0

Enum Strictpriorityorder for "Strict priority order"