Class OrganizationDevicesPacketCaptureSchedulesReorderUpdatedPriority
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
Priority
Priority value
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "priority")]
public int Priority { get; set; }
Property Value
ScheduleId
Id of the scheduled packet capture
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "scheduleId")]
public string ScheduleId { get; set; }