Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 3.1 KB

XiqCaptureLocation.md

File metadata and controls

50 lines (37 loc) · 3.1 KB

extremecloudiq.model.xiq_capture_location.XiqCaptureLocation

This represents the options for location packet capture.

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, This represents the options for location packet capture.

Dictionary Keys

Key Input Type Accessed Type Description Notes
direction XiqCaptureDirectionSelection XiqCaptureDirectionSelection [optional]
radio XiqCaptureRadioSelection XiqCaptureRadioSelection [optional]
wired_interface XiqCaptureWiredSelection XiqCaptureWiredSelection [optional]
wireless_band XiqCaptureBandSelection XiqCaptureBandSelection [optional]
wired_filters list, tuple, tuple, The list of pre-defined wired filters for packet capture [optional]
wireless_filters list, tuple, tuple, The list of pre-defined wireless filters for packet capture [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

wired_filters

The list of pre-defined wired filters for packet capture

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The list of pre-defined wired filters for packet capture

Tuple Items

Class Name Input Type Accessed Type Description Notes
XiqWiredFilterType XiqWiredFilterType XiqWiredFilterType

wireless_filters

The list of pre-defined wireless filters for packet capture

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The list of pre-defined wireless filters for packet capture

Tuple Items

Class Name Input Type Accessed Type Description Notes
XiqWirelessFilterType XiqWirelessFilterType XiqWirelessFilterType

[Back to Model list] [Back to API list] [Back to README]