Table of Contents

Class Bandwidth

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

The bandwidth settings for clients bound to your group policy.

[DataContract]
public class Bandwidth
Inheritance
Bandwidth
Inherited Members

Properties

BandwidthLimits

Gets or Sets BandwidthLimits

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "bandwidthLimits")]
public BandwidthLimit BandwidthLimits { get; set; }

Property Value

BandwidthLimit

Settings

Gets or Sets Settings

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "settings")]
public Setting Settings { get; set; }

Property Value

Setting