Table of Contents

Class SwitchPortHighSpeed

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

highSpeed settings for the port

[DataContract]
public class SwitchPortHighSpeed
Inheritance
SwitchPortHighSpeed
Inherited Members

Constructors

SwitchPortHighSpeed()

public SwitchPortHighSpeed()

Properties

Enabled

For C9500-32QC, whether or not the port is enabled for high speed.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }

Property Value

bool?