Table of Contents

Class DeviceSwitchPortsMirrorUpdateResponse

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

DeviceSwitchPortsMirrorUpdateResponse

[DataContract]
[ApiAccessReadOnlyClass]
public class DeviceSwitchPortsMirrorUpdateResponse
Inheritance
DeviceSwitchPortsMirrorUpdateResponse
Inherited Members

Constructors

DeviceSwitchPortsMirrorUpdateResponse()

public DeviceSwitchPortsMirrorUpdateResponse()

Properties

Mirror

Switch port mirror configurations

[DataMember(Name = "mirror")]
public DeviceSwitchPortMirrorConfiguration? Mirror { get; set; }

Property Value

DeviceSwitchPortMirrorConfiguration

Network

Network of the switch

[DataMember(Name = "network")]
public DeviceSwitchPortMirrorNetwork? Network { get; set; }

Property Value

DeviceSwitchPortMirrorNetwork

Serial

Switch serial Number

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

Property Value

string

Warnings

Warnings from traffic mirror configuration changes

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

Property Value

List<string>