Class OrganizationDevicesPacketCaptureCapturesBulkCreateDevice
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
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; }