Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 3.95 KB

XiqCreateRadiusProxyRequest.md

File metadata and controls

68 lines (51 loc) · 3.95 KB

extremecloudiq.model.xiq_create_radius_proxy_request.XiqCreateRadiusProxyRequest

The payload to create a new RADIUS proxy

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, The payload to create a new RADIUS proxy

Dictionary Keys

Key Input Type Accessed Type Description Notes
realms list, tuple, tuple, The RADIUS realms of RADIUS proxy, provide at least two default RADIUS realms with name 'DEFAULT' and 'NULL'
format_type XiqRadiusProxyFormatType XiqRadiusProxyFormatType
retry_delay decimal.Decimal, int, decimal.Decimal, The retry delay of RADIUS proxy value must be a 32 bit integer
retry_count decimal.Decimal, int, decimal.Decimal, The retry count of RADIUS proxy value must be a 32 bit integer
name str, str, The RADIUS proxy name
device_ids list, tuple, tuple, The device IDS to assign RADIUS proxy
dead_time decimal.Decimal, int, decimal.Decimal, The dead time of RADIUS proxy value must be a 32 bit integer
description str, str, The RADIUS proxy description [optional]
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]
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]

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
XiqCreateRadiusProxyRealm XiqCreateRadiusProxyRealm XiqCreateRadiusProxyRealm

device_ids

The device IDS to assign RADIUS proxy

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The device IDS to assign RADIUS proxy

Tuple Items

Class Name Input Type Accessed Type Description Notes
items decimal.Decimal, int, decimal.Decimal, The device IDS to assign RADIUS proxy value must be a 64 bit integer

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
XiqCreateRadiusClient XiqCreateRadiusClient XiqCreateRadiusClient

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