Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 2.53 KB

XiqThreadNetworkTopology.md

File metadata and controls

55 lines (41 loc) · 2.53 KB

extremecloudiq.model.xiq_thread_network_topology.XiqThreadNetworkTopology

The thread network topology

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, The thread network topology

Dictionary Keys

Key Input Type Accessed Type Description Notes
neighbors list, tuple, tuple, [optional]
routers list, tuple, tuple, [optional]
clients list, tuple, tuple, [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]

neighbors

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple,

Tuple Items

Class Name Input Type Accessed Type Description Notes
XiqThreadRouterNeighbor XiqThreadRouterNeighbor XiqThreadRouterNeighbor

routers

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple,

Tuple Items

Class Name Input Type Accessed Type Description Notes
XiqThreadRouter XiqThreadRouter XiqThreadRouter

clients

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple,

Tuple Items

Class Name Input Type Accessed Type Description Notes
XiqClient XiqClient XiqClient

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