Table of Contents

Class DeviceSwitchPortsMirrorUpdateRequest

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

UpdateDeviceSwitchPortsMirror

[DataContract]
public class DeviceSwitchPortsMirrorUpdateRequest
Inheritance
DeviceSwitchPortsMirrorUpdateRequest
Inherited Members

Constructors

DeviceSwitchPortsMirrorUpdateRequest()

public DeviceSwitchPortsMirrorUpdateRequest()

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 role can be source or destination

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

Property Value

string

Serial

The switch Identifier

[DataMember(Name = "serial")]
public string Serial { 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>