Class OrganizationDevicesPacketCaptureFileScheduleDeviceInformation
Device associated to the schedule
[DataContract]
public class OrganizationDevicesPacketCaptureFileScheduleDeviceInformation
- Inheritance
-
OrganizationDevicesPacketCaptureFileScheduleDeviceInformation
- Inherited Members
Constructors
OrganizationDevicesPacketCaptureFileScheduleDeviceInformation()
public OrganizationDevicesPacketCaptureFileScheduleDeviceInformation()
Properties
Interface
The interfaces on which to take the packet capture (applicable for Catalyst devices)
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "interface")]
public string Interface { get; set; }
Property Value
Serial
The serial of the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Switchports
The switchports on which to take the packet capture
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "switchports")]
public string Switchports { get; set; }