Class OrganizationDevicesPacketCaptureScheduleUpdateCreateRequestDevice
Device details
[DataContract]
public class OrganizationDevicesPacketCaptureScheduleUpdateCreateRequestDevice
- Inheritance
-
OrganizationDevicesPacketCaptureScheduleUpdateCreateRequestDevice
- Inherited Members
Constructors
OrganizationDevicesPacketCaptureScheduleUpdateCreateRequestDevice()
public OrganizationDevicesPacketCaptureScheduleUpdateCreateRequestDevice()
Properties
Interface
Interface to capture
[DataMember(Name = "interface")]
public string? Interface { get; set; }
Property Value
Serial
Serial of the devices to schedule packet capture
[DataMember(Name = "serial")]
public string? Serial { get; set; }
Property Value
Switchports
Switchports to capture
[DataMember(Name = "switchports")]
public string? Switchports { get; set; }