You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"fortios_switchcontrollerqos_queuepolicy" {
source="./modules/fortios/r/fortios_switchcontrollerqos_queuepolicy"# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# name - (required) is a type of stringname=null# rate_by - (required) is a type of stringrate_by=null# schedule - (required) is a type of stringschedule=nullcos_queue=[{
description =null
drop_policy =null
ecn =null
max_rate =null
max_rate_percent =null
min_rate =null
min_rate_percent =null
name =null
weight =null
}]
}
resource"fortios_switchcontrollerqos_queuepolicy""this" {
# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# name - (required) is a type of stringname=var.name# rate_by - (required) is a type of stringrate_by=var.rate_by# schedule - (required) is a type of stringschedule=var.scheduledynamic"cos_queue" {
for_each=var.cos_queuecontent {
# description - (optional) is a type of stringdescription=cos_queue.value["description"]
# drop_policy - (optional) is a type of stringdrop_policy=cos_queue.value["drop_policy"]
# ecn - (optional) is a type of stringecn=cos_queue.value["ecn"]
# max_rate - (optional) is a type of numbermax_rate=cos_queue.value["max_rate"]
# max_rate_percent - (optional) is a type of numbermax_rate_percent=cos_queue.value["max_rate_percent"]
# min_rate - (optional) is a type of numbermin_rate=cos_queue.value["min_rate"]
# min_rate_percent - (optional) is a type of numbermin_rate_percent=cos_queue.value["min_rate_percent"]
# name - (optional) is a type of stringname=cos_queue.value["name"]
# weight - (optional) is a type of numberweight=cos_queue.value["weight"]
}
}
}