Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 3.39 KB

XiqUpdateRadiusProxyRequest.md

File metadata and controls

53 lines (40 loc) · 3.39 KB

extremecloudiq.model.xiq_update_radius_proxy_request.XiqUpdateRadiusProxyRequest

The payload to update RADIUS proxy

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, The payload to update RADIUS proxy

Dictionary Keys

Key Input Type Accessed Type Description Notes
name str, str, The RADIUS proxy name [optional]
description str, str, The RADIUS proxy description [optional]
format_type XiqRadiusProxyFormatType XiqRadiusProxyFormatType [optional]
retry_count decimal.Decimal, int, decimal.Decimal, The retry count of RADIUS proxy [optional] value must be a 32 bit integer
retry_delay decimal.Decimal, int, decimal.Decimal, The retry delay of RADIUS proxy [optional] value must be a 32 bit integer
dead_time decimal.Decimal, int, decimal.Decimal, The dead time of RADIUS proxy [optional] value must be a 32 bit integer
enable_inject_operator_name_attribute bool, BoolClass, The flag for enable inject operator name attribute [optional]
clients list, tuple, tuple, The RADIUS clients of RADIUS proxy [optional]
realms list, tuple, tuple, The RADIUS realms of RADIUS proxy, provide at least two default RADIUS realms with name 'DEFAULT' and 'NULL' [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]

clients

The RADIUS clients of RADIUS proxy

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The RADIUS clients of RADIUS proxy

Tuple Items

Class Name Input Type Accessed Type Description Notes
XiqUpdateRadiusClient XiqUpdateRadiusClient XiqUpdateRadiusClient

realms

The RADIUS realms of RADIUS proxy, provide at least two default RADIUS realms with name 'DEFAULT' and 'NULL'

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The RADIUS realms of RADIUS proxy, provide at least two default RADIUS realms with name 'DEFAULT' and 'NULL'

Tuple Items

Class Name Input Type Accessed Type Description Notes
XiqUpdateRadiusProxyRealm XiqUpdateRadiusProxyRealm XiqUpdateRadiusProxyRealm

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