Table of Contents

Class OrganizationDevicesPacketCaptureCapturesBulkCreateDevice

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

One of the devices of the packet capture file

[DataContract]
public class OrganizationDevicesPacketCaptureCapturesBulkCreateDevice
Inheritance
OrganizationDevicesPacketCaptureCapturesBulkCreateDevice
Inherited Members

Constructors

OrganizationDevicesPacketCaptureCapturesBulkCreateDevice()

public OrganizationDevicesPacketCaptureCapturesBulkCreateDevice()

Properties

Interface

interfaces to capture

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

Property Value

string

Serial

Serial of the devices to schedule packet capture

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

Property Value

string

Switchports

switchports to capture

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

Property Value

string