Table of Contents

Class SwitchPortProfile

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

Profile Attributes

[DataContract]
public class SwitchPortProfile
Inheritance
SwitchPortProfile
Inherited Members

Properties

Enabled

When enabled, override this port's configuration with a port profile.

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

Property Value

bool?

Id

When enabled, the ID of the port profile used to override the port's configuration.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "id")]
public string? Id { get; set; }

Property Value

string

Iname

When enabled, the IName of the profile.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "iname")]
public string? Iname { get; set; }

Property Value

string