Table of Contents

Class NetworksSwitchStackPortsMirrorUpdateRequestDestinationPort

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

Port specific details

[DataContract]
public class NetworksSwitchStackPortsMirrorUpdateRequestDestinationPort
Inheritance
NetworksSwitchStackPortsMirrorUpdateRequestDestinationPort
Inherited Members

Constructors

NetworksSwitchStackPortsMirrorUpdateRequestDestinationPort()

public NetworksSwitchStackPortsMirrorUpdateRequestDestinationPort()

Properties

Module

Destination port module details

[DataMember(Name = "module")]
public NetworksSwitchStackPortsMirrorUpdateRequestDestinationPortModule? Module { get; set; }

Property Value

NetworksSwitchStackPortsMirrorUpdateRequestDestinationPortModule

Number

Destination port involve in port mirroring

[DataMember(Name = "number")]
public int? Number { get; set; }

Property Value

int?

Serial

Destination port's switch serial id

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

Property Value

string