Table of Contents

Class NetworksSwitchPortsProfileAssignedSwitchPort

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

Associated switch port details

[DataContract]
public class NetworksSwitchPortsProfileAssignedSwitchPort
Inheritance
NetworksSwitchPortsProfileAssignedSwitchPort
Inherited Members

Constructors

NetworksSwitchPortsProfileAssignedSwitchPort()

public NetworksSwitchPortsProfileAssignedSwitchPort()

Properties

PortIds

List of associated switchport numbers

[DataMember(Name = "portIds")]
[ApiAccess(ApiAccess.ReadWrite)]
public List<string>? PortIds { get; set; }

Property Value

List<string>

Switch

Switch details

[DataMember(Name = "switch")]
[ApiAccess(ApiAccess.ReadWrite)]
public NetworksSwitchPortsProfileSwitch? Switch { get; set; }

Property Value

NetworksSwitchPortsProfileSwitch

Template

Template details

[DataMember(Name = "template")]
[ApiAccess(ApiAccess.ReadWrite)]
public NetworksSwitchPortsProfileTemplate? Template { get; set; }

Property Value

NetworksSwitchPortsProfileTemplate