Table of Contents

Class OrganizationDevicesPacketCaptureSchedulesReorderUpdatedPriority

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

Updated Priority

[DataContract]
public class OrganizationDevicesPacketCaptureSchedulesReorderUpdatedPriority
Inheritance
OrganizationDevicesPacketCaptureSchedulesReorderUpdatedPriority
Inherited Members

Constructors

OrganizationDevicesPacketCaptureSchedulesReorderUpdatedPriority()

public OrganizationDevicesPacketCaptureSchedulesReorderUpdatedPriority()

Properties

PcapScheduleConfigurationId

Id of the scheduled packet capture

[Obsolete("This property removed in API v1.59")]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "pcapScheduleConfigurationId")]
public string PcapScheduleConfigurationId { get; set; }

Property Value

string

Priority

Priority value

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "priority")]
public int Priority { get; set; }

Property Value

int

ScheduleId

Id of the scheduled packet capture

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

Property Value

string