Table of Contents

Enum LicenseMode

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

Either 'renew' or 'addDevices'. 'addDevices' will increase the license limit, while 'renew' will extend the amount of time until expiration. This parameter is legacy and only applies to coterm licensing; it should not be specified when claiming per-device licenses. Please see this article for more information.

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

Fields

[EnumMember(Value = "addDevices")] AddDevices = 0

Enum AddDevices for "addDevices"

[EnumMember(Value = "renew")] Renew = 1

Enum Renew for "renew"