Table of Contents

Class NetworksSwitchPortsProfileProfile

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

Profile attributes

[DataContract]
public class NetworksSwitchPortsProfileProfile
Inheritance
NetworksSwitchPortsProfileProfile
Inherited Members

Constructors

NetworksSwitchPortsProfileProfile()

public NetworksSwitchPortsProfileProfile()

Properties

Enabled

The status of static port profile on the port

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

Property Value

bool?

Id

The ID of the associated port profile

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

Property Value

string