extremecloudiq.model.xiq_create_radius_proxy_request.XiqCreateRadiusProxyRequest
The payload to create a new RADIUS proxy
Input Type
Accessed Type
Description
Notes
dict, frozendict.frozendict,
frozendict.frozendict,
The payload to create a new RADIUS proxy
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]
The RADIUS realms of RADIUS proxy, provide at least two default RADIUS realms with name 'DEFAULT' and 'NULL'
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'
The device IDS to assign RADIUS proxy
Input Type
Accessed Type
Description
Notes
list, tuple,
tuple,
The device IDS to assign RADIUS proxy
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
The RADIUS clients of RADIUS proxy
Input Type
Accessed Type
Description
Notes
list, tuple,
tuple,
The RADIUS clients of RADIUS proxy
[Back to Model list] [Back to API list] [Back to README]