Table of Contents

Class NetworksSwitchStackPortsMirrorConfigurations

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

Switch port mirror configurations

[DataContract]
public class NetworksSwitchStackPortsMirrorConfigurations
Inheritance
NetworksSwitchStackPortsMirrorConfigurations
Inherited Members

Constructors

NetworksSwitchStackPortsMirrorConfigurations()

public NetworksSwitchStackPortsMirrorConfigurations()

Properties

Comment

My pretty comment

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

Property Value

string

Destination

Destination port mirror configuration

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "destination")]
public NetworksSwitchStackPortsMirrorConfigurationsDestination Destination { get; set; }

Property Value

NetworksSwitchStackPortsMirrorConfigurationsDestination

Role

Switch role can be source or destination

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

Property Value

string

Source

Source port mirror configuration

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "source")]
public NetworksSwitchStackPortsMirrorConfigurationsSource Source { get; set; }

Property Value

NetworksSwitchStackPortsMirrorConfigurationsSource

Tags

Port mirror tags

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

Property Value

List<string>