Table of Contents

Class NetworksSwitchPortsProfileAssociatedSwitch

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

A switch associated with the port profile

[DataContract]
public class NetworksSwitchPortsProfileAssociatedSwitch
Inheritance
NetworksSwitchPortsProfileAssociatedSwitch
Inherited Members

Constructors

NetworksSwitchPortsProfileAssociatedSwitch()

public NetworksSwitchPortsProfileAssociatedSwitch()

Properties

Mac

The mac address of the switch

[DataMember(Name = "mac")]
[ApiAccess(ApiAccess.ReadWrite)]
public string? Mac { get; set; }

Property Value

string

Model

The model of the switch

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

Property Value

string

Name

The name of the switch

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

Property Value

string

Serial

The serial of the switch

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

Property Value

string

SwitchId

The ID of the switch

[DataMember(Name = "switchId")]
[ApiAccess(ApiAccess.Read)]
public long? SwitchId { get; set; }

Property Value

long?