Table of Contents

Class GlobalBandwidthLimit

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

Global per-client bandwidth limit

[DataContract]
public class GlobalBandwidthLimit
Inheritance
GlobalBandwidthLimit
Inherited Members

Properties

LimitDown

The download bandwidth limit in Kbps. (0 represents no limit.)

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "limitDown")]
public int LimitDown { get; set; }

Property Value

int

LimitUp

The upload bandwidth limit in Kbps. (0 represents no limit.)

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "limitUp")]
public int LimitUp { get; set; }

Property Value

int