Table of Contents

Class NetworksSwitchStackPortsMirrorUpdateRequestDestination

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

Destination port Details

[DataContract]
public class NetworksSwitchStackPortsMirrorUpdateRequestDestination
Inheritance
NetworksSwitchStackPortsMirrorUpdateRequestDestination
Inherited Members

Constructors

NetworksSwitchStackPortsMirrorUpdateRequestDestination()

public NetworksSwitchStackPortsMirrorUpdateRequestDestination()

Properties

Port

Port specific details

[DataMember(Name = "port")]
public NetworksSwitchStackPortsMirrorUpdateRequestDestinationPort? Port { get; set; }

Property Value

NetworksSwitchStackPortsMirrorUpdateRequestDestinationPort

Vlan

Transit or destination vlan only for RSPAN

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

Property Value

string