Table of Contents

Class NetworksSwitchPortsProfileAssociatedPort

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

A port configured with port profile

[DataContract]
public class NetworksSwitchPortsProfileAssociatedPort
Inheritance
NetworksSwitchPortsProfileAssociatedPort
Inherited Members

Constructors

NetworksSwitchPortsProfileAssociatedPort()

public NetworksSwitchPortsProfileAssociatedPort()

Properties

PortId

The ID of the switchport

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

Property Value

string

PortName

Switchport name - a combination of switch name with port number

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

Property Value

string

PortNum

Switchport number

[DataMember(Name = "portNum")]
[ApiAccess(ApiAccess.Read)]
public int? PortNum { get; set; }

Property Value

int?

Profile

Profile attributes

[DataMember(Name = "profile")]
[ApiAccess(ApiAccess.ReadWrite)]
public NetworksSwitchPortsProfileProfile? Profile { get; set; }

Property Value

NetworksSwitchPortsProfileProfile

Serial

The serial of parent node of the switchport

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

Property Value

string