Table of Contents

Class DeviceSwitchPortMirrorConfiguration

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

DeviceSwitchPortMirrorConfiguration

[DataContract]
public class DeviceSwitchPortMirrorConfiguration
Inheritance
DeviceSwitchPortMirrorConfiguration
Inherited Members

Constructors

DeviceSwitchPortMirrorConfiguration()

public DeviceSwitchPortMirrorConfiguration()

Properties

Comment

My pretty comment

[DataMember(Name = "comment")]
public string? Comment { get; set; }

Property Value

string

Destination

Destination port mirror configuration

[DataMember(Name = "destination")]
public DeviceSwitchPortMirrorDestination? Destination { get; set; }

Property Value

DeviceSwitchPortMirrorDestination

Role

Switch roele can be source or destination

[DataMember(Name = "role")]
public string? Role { get; set; }

Property Value

string

Source

Source ports mirror configuration

[DataMember(Name = "source")]
public DeviceSwitchPortMirrorSource? Source { get; set; }

Property Value

DeviceSwitchPortMirrorSource

Tags

Port mirror tags

[DataMember(Name = "tags")]
public List<string>? Tags { get; set; }

Property Value

List<string>