Table of Contents

Class NetworksSwitchStackPortsMirrorConfigurationsSourcePort

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

Source Port specific configuraion

[DataContract]
public class NetworksSwitchStackPortsMirrorConfigurationsSourcePort
Inheritance
NetworksSwitchStackPortsMirrorConfigurationsSourcePort
Inherited Members

Constructors

NetworksSwitchStackPortsMirrorConfigurationsSourcePort()

public NetworksSwitchStackPortsMirrorConfigurationsSourcePort()

Properties

Module

Source port module object

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "module")]
public NetworksSwitchStackPortsMirrorConfigurationsSourcePortModule Module { get; set; }

Property Value

NetworksSwitchStackPortsMirrorConfigurationsSourcePortModule

Number

Source port number

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "number")]
public int Number { get; set; }

Property Value

int

Serial

Source port switch serial

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

Property Value

string