Table of Contents

Class SwitchProfilePort

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

SwitchProfilePort

[DataContract]
public class SwitchProfilePort
Inheritance
SwitchProfilePort
Inherited Members

Properties

PortId

Port identifier of switch port. For modules, the identifier is "SlotNumber_ModuleType_PortNumber" (Ex: "1_8X10G_1"), otherwise it is just the port number (Ex: "8").

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

Property Value

string

Profile

Profile identifier.

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

Property Value

string