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_wirelesscontroller_qosprofile" {
source="./modules/fortios/r/fortios_wirelesscontroller_qosprofile"# bandwidth_admission_control - (optional) is a type of stringbandwidth_admission_control=null# bandwidth_capacity - (optional) is a type of numberbandwidth_capacity=null# burst - (optional) is a type of stringburst=null# call_admission_control - (optional) is a type of stringcall_admission_control=null# call_capacity - (optional) is a type of numbercall_capacity=null# comment - (optional) is a type of stringcomment=null# downlink - (optional) is a type of numberdownlink=null# downlink_sta - (optional) is a type of numberdownlink_sta=null# dscp_wmm_mapping - (optional) is a type of stringdscp_wmm_mapping=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# name - (optional) is a type of stringname=null# uplink - (optional) is a type of numberuplink=null# uplink_sta - (optional) is a type of numberuplink_sta=null# wmm - (optional) is a type of stringwmm=null# wmm_be_dscp - (optional) is a type of numberwmm_be_dscp=null# wmm_bk_dscp - (optional) is a type of numberwmm_bk_dscp=null# wmm_dscp_marking - (optional) is a type of stringwmm_dscp_marking=null# wmm_uapsd - (optional) is a type of stringwmm_uapsd=null# wmm_vi_dscp - (optional) is a type of numberwmm_vi_dscp=null# wmm_vo_dscp - (optional) is a type of numberwmm_vo_dscp=nulldscp_wmm_be=[{
id =null
}]
dscp_wmm_bk=[{
id =null
}]
dscp_wmm_vi=[{
id =null
}]
dscp_wmm_vo=[{
id =null
}]
}
resource"fortios_wirelesscontroller_qosprofile""this" {
# bandwidth_admission_control - (optional) is a type of stringbandwidth_admission_control=var.bandwidth_admission_control# bandwidth_capacity - (optional) is a type of numberbandwidth_capacity=var.bandwidth_capacity# burst - (optional) is a type of stringburst=var.burst# call_admission_control - (optional) is a type of stringcall_admission_control=var.call_admission_control# call_capacity - (optional) is a type of numbercall_capacity=var.call_capacity# comment - (optional) is a type of stringcomment=var.comment# downlink - (optional) is a type of numberdownlink=var.downlink# downlink_sta - (optional) is a type of numberdownlink_sta=var.downlink_sta# dscp_wmm_mapping - (optional) is a type of stringdscp_wmm_mapping=var.dscp_wmm_mapping# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# name - (optional) is a type of stringname=var.name# uplink - (optional) is a type of numberuplink=var.uplink# uplink_sta - (optional) is a type of numberuplink_sta=var.uplink_sta# wmm - (optional) is a type of stringwmm=var.wmm# wmm_be_dscp - (optional) is a type of numberwmm_be_dscp=var.wmm_be_dscp# wmm_bk_dscp - (optional) is a type of numberwmm_bk_dscp=var.wmm_bk_dscp# wmm_dscp_marking - (optional) is a type of stringwmm_dscp_marking=var.wmm_dscp_marking# wmm_uapsd - (optional) is a type of stringwmm_uapsd=var.wmm_uapsd# wmm_vi_dscp - (optional) is a type of numberwmm_vi_dscp=var.wmm_vi_dscp# wmm_vo_dscp - (optional) is a type of numberwmm_vo_dscp=var.wmm_vo_dscpdynamic"dscp_wmm_be" {
for_each=var.dscp_wmm_becontent {
# id - (optional) is a type of numberid=dscp_wmm_be.value["id"]
}
}
dynamic"dscp_wmm_bk" {
for_each=var.dscp_wmm_bkcontent {
# id - (optional) is a type of numberid=dscp_wmm_bk.value["id"]
}
}
dynamic"dscp_wmm_vi" {
for_each=var.dscp_wmm_vicontent {
# id - (optional) is a type of numberid=dscp_wmm_vi.value["id"]
}
}
dynamic"dscp_wmm_vo" {
for_each=var.dscp_wmm_vocontent {
# id - (optional) is a type of numberid=dscp_wmm_vo.value["id"]
}
}
}