Table of Contents

Class NetworksSwitchStackPortsMirrorUpdateRequest

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

Networks Switch Stack Ports Mirror Update Request

[DataContract]
public class NetworksSwitchStackPortsMirrorUpdateRequest
Inheritance
NetworksSwitchStackPortsMirrorUpdateRequest
Inherited Members

Constructors

NetworksSwitchStackPortsMirrorUpdateRequest()

public NetworksSwitchStackPortsMirrorUpdateRequest()

Properties

Comment

My pretty comment (Actually from the documentation!)

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

Property Value

string

Destination

Destination port Details

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

Property Value

NetworksSwitchStackPortsMirrorUpdateRequestDestination

Role

Switch role can be source or destination

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

Property Value

string

Source

Source port details

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

Property Value

NetworksSwitchStackPortsMirrorUpdateRequestSource

Tags

Port mirror tags

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

Property Value

List<string>