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_switchcontroller_trafficpolicy" {
source="./modules/fortios/r/fortios_switchcontroller_trafficpolicy"# cos - (optional) is a type of numbercos=null# cos_queue - (optional) is a type of numbercos_queue=null# description - (optional) is a type of stringdescription=null# fosid - (optional) is a type of numberfosid=null# guaranteed_bandwidth - (optional) is a type of numberguaranteed_bandwidth=null# guaranteed_burst - (optional) is a type of numberguaranteed_burst=null# maximum_burst - (optional) is a type of numbermaximum_burst=null# name - (required) is a type of stringname=null# policer_status - (optional) is a type of stringpolicer_status=null# type - (optional) is a type of stringtype=null
}
resource"fortios_switchcontroller_trafficpolicy""this" {
# cos - (optional) is a type of numbercos=var.cos# cos_queue - (optional) is a type of numbercos_queue=var.cos_queue# description - (optional) is a type of stringdescription=var.description# fosid - (optional) is a type of numberfosid=var.fosid# guaranteed_bandwidth - (optional) is a type of numberguaranteed_bandwidth=var.guaranteed_bandwidth# guaranteed_burst - (optional) is a type of numberguaranteed_burst=var.guaranteed_burst# maximum_burst - (optional) is a type of numbermaximum_burst=var.maximum_burst# name - (required) is a type of stringname=var.name# policer_status - (optional) is a type of stringpolicer_status=var.policer_status# type - (optional) is a type of stringtype=var.type
}