Table of Contents

Class OrganizationDevicesPacketCaptureFileScheduleDeviceInformation

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

Device associated to the schedule

[DataContract]
public class OrganizationDevicesPacketCaptureFileScheduleDeviceInformation
Inheritance
OrganizationDevicesPacketCaptureFileScheduleDeviceInformation
Inherited Members

Constructors

OrganizationDevicesPacketCaptureFileScheduleDeviceInformation()

public OrganizationDevicesPacketCaptureFileScheduleDeviceInformation()

Properties

Interface

The interfaces on which to take the packet capture (applicable for Catalyst devices)

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

Property Value

string

Serial

The serial of the device

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

Property Value

string

Switchports

The switchports on which to take the packet capture

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

Property Value

string