Table of Contents

Class DeviceSwitchPortsMirrorPort

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

DeviceSwitchPortsPort

[DataContract]
public class DeviceSwitchPortsMirrorPort
Inheritance
DeviceSwitchPortsMirrorPort
Inherited Members

Constructors

DeviceSwitchPortsMirrorPort()

public DeviceSwitchPortsMirrorPort()

Properties

Module

Source port module details

[DataMember(Name = "module")]
public DeviceSwitchPortsMirrorPortModule? Module { get; set; }

Property Value

DeviceSwitchPortsMirrorPortModule

Number

Destination Switch Port Number

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

Property Value

int?