fortimanager.ObjectWirelesscontrollerArrpprofile
Explore with Pulumi AI
Configure WiFi Automatic Radio Resource Provisioning (ARRP) profiles.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectWirelesscontrollerArrpprofile("trname", {});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectWirelesscontrollerArrpprofile("trname")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fortimanager.NewObjectWirelesscontrollerArrpprofile(ctx, "trname", nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trname = new Fortimanager.ObjectWirelesscontrollerArrpprofile("trname");
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectWirelesscontrollerArrpprofile;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var trname = new ObjectWirelesscontrollerArrpprofile("trname");
}
}
resources:
trname:
type: fortimanager:ObjectWirelesscontrollerArrpprofile
Create ObjectWirelesscontrollerArrpprofile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectWirelesscontrollerArrpprofile(name: string, args?: ObjectWirelesscontrollerArrpprofileArgs, opts?: CustomResourceOptions);
@overload
def ObjectWirelesscontrollerArrpprofile(resource_name: str,
args: Optional[ObjectWirelesscontrollerArrpprofileArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectWirelesscontrollerArrpprofile(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
comment: Optional[str] = None,
darrp_optimize: Optional[float] = None,
darrp_optimize_schedules: Optional[Sequence[str]] = None,
include_dfs_channel: Optional[str] = None,
include_weather_channel: Optional[str] = None,
monitor_period: Optional[float] = None,
name: Optional[str] = None,
object_wirelesscontroller_arrpprofile_id: Optional[str] = None,
override_darrp_optimize: Optional[str] = None,
scopetype: Optional[str] = None,
selection_period: Optional[float] = None,
threshold_ap: Optional[float] = None,
threshold_channel_load: Optional[float] = None,
threshold_noise_floor: Optional[str] = None,
threshold_rx_errors: Optional[float] = None,
threshold_spectral_rssi: Optional[str] = None,
threshold_tx_retries: Optional[float] = None,
weight_channel_load: Optional[float] = None,
weight_dfs_channel: Optional[float] = None,
weight_managed_ap: Optional[float] = None,
weight_noise_floor: Optional[float] = None,
weight_rogue_ap: Optional[float] = None,
weight_spectral_rssi: Optional[float] = None,
weight_weather_channel: Optional[float] = None)
func NewObjectWirelesscontrollerArrpprofile(ctx *Context, name string, args *ObjectWirelesscontrollerArrpprofileArgs, opts ...ResourceOption) (*ObjectWirelesscontrollerArrpprofile, error)
public ObjectWirelesscontrollerArrpprofile(string name, ObjectWirelesscontrollerArrpprofileArgs? args = null, CustomResourceOptions? opts = null)
public ObjectWirelesscontrollerArrpprofile(String name, ObjectWirelesscontrollerArrpprofileArgs args)
public ObjectWirelesscontrollerArrpprofile(String name, ObjectWirelesscontrollerArrpprofileArgs args, CustomResourceOptions options)
type: fortimanager:ObjectWirelesscontrollerArrpprofile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ObjectWirelesscontrollerArrpprofileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ObjectWirelesscontrollerArrpprofileArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ObjectWirelesscontrollerArrpprofileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectWirelesscontrollerArrpprofileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectWirelesscontrollerArrpprofileArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var objectWirelesscontrollerArrpprofileResource = new Fortimanager.ObjectWirelesscontrollerArrpprofile("objectWirelesscontrollerArrpprofileResource", new()
{
Adom = "string",
Comment = "string",
DarrpOptimize = 0,
DarrpOptimizeSchedules = new[]
{
"string",
},
IncludeDfsChannel = "string",
IncludeWeatherChannel = "string",
MonitorPeriod = 0,
Name = "string",
ObjectWirelesscontrollerArrpprofileId = "string",
OverrideDarrpOptimize = "string",
Scopetype = "string",
SelectionPeriod = 0,
ThresholdAp = 0,
ThresholdChannelLoad = 0,
ThresholdNoiseFloor = "string",
ThresholdRxErrors = 0,
ThresholdSpectralRssi = "string",
ThresholdTxRetries = 0,
WeightChannelLoad = 0,
WeightDfsChannel = 0,
WeightManagedAp = 0,
WeightNoiseFloor = 0,
WeightRogueAp = 0,
WeightSpectralRssi = 0,
WeightWeatherChannel = 0,
});
example, err := fortimanager.NewObjectWirelesscontrollerArrpprofile(ctx, "objectWirelesscontrollerArrpprofileResource", &fortimanager.ObjectWirelesscontrollerArrpprofileArgs{
Adom: pulumi.String("string"),
Comment: pulumi.String("string"),
DarrpOptimize: pulumi.Float64(0),
DarrpOptimizeSchedules: pulumi.StringArray{
pulumi.String("string"),
},
IncludeDfsChannel: pulumi.String("string"),
IncludeWeatherChannel: pulumi.String("string"),
MonitorPeriod: pulumi.Float64(0),
Name: pulumi.String("string"),
ObjectWirelesscontrollerArrpprofileId: pulumi.String("string"),
OverrideDarrpOptimize: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SelectionPeriod: pulumi.Float64(0),
ThresholdAp: pulumi.Float64(0),
ThresholdChannelLoad: pulumi.Float64(0),
ThresholdNoiseFloor: pulumi.String("string"),
ThresholdRxErrors: pulumi.Float64(0),
ThresholdSpectralRssi: pulumi.String("string"),
ThresholdTxRetries: pulumi.Float64(0),
WeightChannelLoad: pulumi.Float64(0),
WeightDfsChannel: pulumi.Float64(0),
WeightManagedAp: pulumi.Float64(0),
WeightNoiseFloor: pulumi.Float64(0),
WeightRogueAp: pulumi.Float64(0),
WeightSpectralRssi: pulumi.Float64(0),
WeightWeatherChannel: pulumi.Float64(0),
})
var objectWirelesscontrollerArrpprofileResource = new ObjectWirelesscontrollerArrpprofile("objectWirelesscontrollerArrpprofileResource", ObjectWirelesscontrollerArrpprofileArgs.builder()
.adom("string")
.comment("string")
.darrpOptimize(0)
.darrpOptimizeSchedules("string")
.includeDfsChannel("string")
.includeWeatherChannel("string")
.monitorPeriod(0)
.name("string")
.objectWirelesscontrollerArrpprofileId("string")
.overrideDarrpOptimize("string")
.scopetype("string")
.selectionPeriod(0)
.thresholdAp(0)
.thresholdChannelLoad(0)
.thresholdNoiseFloor("string")
.thresholdRxErrors(0)
.thresholdSpectralRssi("string")
.thresholdTxRetries(0)
.weightChannelLoad(0)
.weightDfsChannel(0)
.weightManagedAp(0)
.weightNoiseFloor(0)
.weightRogueAp(0)
.weightSpectralRssi(0)
.weightWeatherChannel(0)
.build());
object_wirelesscontroller_arrpprofile_resource = fortimanager.ObjectWirelesscontrollerArrpprofile("objectWirelesscontrollerArrpprofileResource",
adom="string",
comment="string",
darrp_optimize=0,
darrp_optimize_schedules=["string"],
include_dfs_channel="string",
include_weather_channel="string",
monitor_period=0,
name="string",
object_wirelesscontroller_arrpprofile_id="string",
override_darrp_optimize="string",
scopetype="string",
selection_period=0,
threshold_ap=0,
threshold_channel_load=0,
threshold_noise_floor="string",
threshold_rx_errors=0,
threshold_spectral_rssi="string",
threshold_tx_retries=0,
weight_channel_load=0,
weight_dfs_channel=0,
weight_managed_ap=0,
weight_noise_floor=0,
weight_rogue_ap=0,
weight_spectral_rssi=0,
weight_weather_channel=0)
const objectWirelesscontrollerArrpprofileResource = new fortimanager.ObjectWirelesscontrollerArrpprofile("objectWirelesscontrollerArrpprofileResource", {
adom: "string",
comment: "string",
darrpOptimize: 0,
darrpOptimizeSchedules: ["string"],
includeDfsChannel: "string",
includeWeatherChannel: "string",
monitorPeriod: 0,
name: "string",
objectWirelesscontrollerArrpprofileId: "string",
overrideDarrpOptimize: "string",
scopetype: "string",
selectionPeriod: 0,
thresholdAp: 0,
thresholdChannelLoad: 0,
thresholdNoiseFloor: "string",
thresholdRxErrors: 0,
thresholdSpectralRssi: "string",
thresholdTxRetries: 0,
weightChannelLoad: 0,
weightDfsChannel: 0,
weightManagedAp: 0,
weightNoiseFloor: 0,
weightRogueAp: 0,
weightSpectralRssi: 0,
weightWeatherChannel: 0,
});
type: fortimanager:ObjectWirelesscontrollerArrpprofile
properties:
adom: string
comment: string
darrpOptimize: 0
darrpOptimizeSchedules:
- string
includeDfsChannel: string
includeWeatherChannel: string
monitorPeriod: 0
name: string
objectWirelesscontrollerArrpprofileId: string
overrideDarrpOptimize: string
scopetype: string
selectionPeriod: 0
thresholdAp: 0
thresholdChannelLoad: 0
thresholdNoiseFloor: string
thresholdRxErrors: 0
thresholdSpectralRssi: string
thresholdTxRetries: 0
weightChannelLoad: 0
weightDfsChannel: 0
weightManagedAp: 0
weightNoiseFloor: 0
weightRogueAp: 0
weightSpectralRssi: 0
weightWeatherChannel: 0
ObjectWirelesscontrollerArrpprofile Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ObjectWirelesscontrollerArrpprofile resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Comment string
- Comment.
- Darrp
Optimize double - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
- Darrp
Optimize List<string>Schedules - Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
- Include
Dfs stringChannel - Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - Include
Weather stringChannel - Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - Monitor
Period double - Period in seconds to measure average transmit retries and receive errors (default = 300).
- Name string
- WiFi ARRP profile name.
- Object
Wirelesscontroller stringArrpprofile Id - an identifier for the resource with format {{name}}.
- Override
Darrp stringOptimize - Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Selection
Period double - Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
- Threshold
Ap double - Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
- Threshold
Channel doubleLoad - Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
- Threshold
Noise stringFloor - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
- Threshold
Rx doubleErrors - Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
- Threshold
Spectral stringRssi - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
- Threshold
Tx doubleRetries - Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
- Weight
Channel doubleLoad - Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
- Weight
Dfs doubleChannel - Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
- Weight
Managed doubleAp - Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
- Weight
Noise doubleFloor - Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
- Weight
Rogue doubleAp - Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
- Weight
Spectral doubleRssi - Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
- Weight
Weather doubleChannel - Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Comment string
- Comment.
- Darrp
Optimize float64 - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
- Darrp
Optimize []stringSchedules - Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
- Include
Dfs stringChannel - Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - Include
Weather stringChannel - Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - Monitor
Period float64 - Period in seconds to measure average transmit retries and receive errors (default = 300).
- Name string
- WiFi ARRP profile name.
- Object
Wirelesscontroller stringArrpprofile Id - an identifier for the resource with format {{name}}.
- Override
Darrp stringOptimize - Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Selection
Period float64 - Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
- Threshold
Ap float64 - Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
- Threshold
Channel float64Load - Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
- Threshold
Noise stringFloor - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
- Threshold
Rx float64Errors - Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
- Threshold
Spectral stringRssi - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
- Threshold
Tx float64Retries - Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
- Weight
Channel float64Load - Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
- Weight
Dfs float64Channel - Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
- Weight
Managed float64Ap - Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
- Weight
Noise float64Floor - Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
- Weight
Rogue float64Ap - Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
- Weight
Spectral float64Rssi - Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
- Weight
Weather float64Channel - Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comment String
- Comment.
- darrp
Optimize Double - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
- darrp
Optimize List<String>Schedules - Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
- include
Dfs StringChannel - Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - include
Weather StringChannel - Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - monitor
Period Double - Period in seconds to measure average transmit retries and receive errors (default = 300).
- name String
- WiFi ARRP profile name.
- object
Wirelesscontroller StringArrpprofile Id - an identifier for the resource with format {{name}}.
- override
Darrp StringOptimize - Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - selection
Period Double - Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
- threshold
Ap Double - Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
- threshold
Channel DoubleLoad - Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
- threshold
Noise StringFloor - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
- threshold
Rx DoubleErrors - Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
- threshold
Spectral StringRssi - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
- threshold
Tx DoubleRetries - Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
- weight
Channel DoubleLoad - Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
- weight
Dfs DoubleChannel - Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
- weight
Managed DoubleAp - Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
- weight
Noise DoubleFloor - Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
- weight
Rogue DoubleAp - Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
- weight
Spectral DoubleRssi - Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
- weight
Weather DoubleChannel - Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comment string
- Comment.
- darrp
Optimize number - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
- darrp
Optimize string[]Schedules - Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
- include
Dfs stringChannel - Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - include
Weather stringChannel - Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - monitor
Period number - Period in seconds to measure average transmit retries and receive errors (default = 300).
- name string
- WiFi ARRP profile name.
- object
Wirelesscontroller stringArrpprofile Id - an identifier for the resource with format {{name}}.
- override
Darrp stringOptimize - Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values:
disable
,enable
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - selection
Period number - Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
- threshold
Ap number - Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
- threshold
Channel numberLoad - Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
- threshold
Noise stringFloor - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
- threshold
Rx numberErrors - Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
- threshold
Spectral stringRssi - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
- threshold
Tx numberRetries - Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
- weight
Channel numberLoad - Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
- weight
Dfs numberChannel - Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
- weight
Managed numberAp - Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
- weight
Noise numberFloor - Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
- weight
Rogue numberAp - Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
- weight
Spectral numberRssi - Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
- weight
Weather numberChannel - Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comment str
- Comment.
- darrp_
optimize float - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
- darrp_
optimize_ Sequence[str]schedules - Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
- include_
dfs_ strchannel - Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - include_
weather_ strchannel - Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - monitor_
period float - Period in seconds to measure average transmit retries and receive errors (default = 300).
- name str
- WiFi ARRP profile name.
- object_
wirelesscontroller_ strarrpprofile_ id - an identifier for the resource with format {{name}}.
- override_
darrp_ stroptimize - Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values:
disable
,enable
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - selection_
period float - Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
- threshold_
ap float - Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
- threshold_
channel_ floatload - Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
- threshold_
noise_ strfloor - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
- threshold_
rx_ floaterrors - Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
- threshold_
spectral_ strrssi - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
- threshold_
tx_ floatretries - Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
- weight_
channel_ floatload - Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
- weight_
dfs_ floatchannel - Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
- weight_
managed_ floatap - Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
- weight_
noise_ floatfloor - Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
- weight_
rogue_ floatap - Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
- weight_
spectral_ floatrssi - Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
- weight_
weather_ floatchannel - Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comment String
- Comment.
- darrp
Optimize Number - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
- darrp
Optimize List<String>Schedules - Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
- include
Dfs StringChannel - Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - include
Weather StringChannel - Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - monitor
Period Number - Period in seconds to measure average transmit retries and receive errors (default = 300).
- name String
- WiFi ARRP profile name.
- object
Wirelesscontroller StringArrpprofile Id - an identifier for the resource with format {{name}}.
- override
Darrp StringOptimize - Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - selection
Period Number - Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
- threshold
Ap Number - Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
- threshold
Channel NumberLoad - Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
- threshold
Noise StringFloor - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
- threshold
Rx NumberErrors - Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
- threshold
Spectral StringRssi - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
- threshold
Tx NumberRetries - Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
- weight
Channel NumberLoad - Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
- weight
Dfs NumberChannel - Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
- weight
Managed NumberAp - Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
- weight
Noise NumberFloor - Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
- weight
Rogue NumberAp - Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
- weight
Spectral NumberRssi - Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
- weight
Weather NumberChannel - Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectWirelesscontrollerArrpprofile resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ObjectWirelesscontrollerArrpprofile Resource
Get an existing ObjectWirelesscontrollerArrpprofile resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ObjectWirelesscontrollerArrpprofileState, opts?: CustomResourceOptions): ObjectWirelesscontrollerArrpprofile
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
comment: Optional[str] = None,
darrp_optimize: Optional[float] = None,
darrp_optimize_schedules: Optional[Sequence[str]] = None,
include_dfs_channel: Optional[str] = None,
include_weather_channel: Optional[str] = None,
monitor_period: Optional[float] = None,
name: Optional[str] = None,
object_wirelesscontroller_arrpprofile_id: Optional[str] = None,
override_darrp_optimize: Optional[str] = None,
scopetype: Optional[str] = None,
selection_period: Optional[float] = None,
threshold_ap: Optional[float] = None,
threshold_channel_load: Optional[float] = None,
threshold_noise_floor: Optional[str] = None,
threshold_rx_errors: Optional[float] = None,
threshold_spectral_rssi: Optional[str] = None,
threshold_tx_retries: Optional[float] = None,
weight_channel_load: Optional[float] = None,
weight_dfs_channel: Optional[float] = None,
weight_managed_ap: Optional[float] = None,
weight_noise_floor: Optional[float] = None,
weight_rogue_ap: Optional[float] = None,
weight_spectral_rssi: Optional[float] = None,
weight_weather_channel: Optional[float] = None) -> ObjectWirelesscontrollerArrpprofile
func GetObjectWirelesscontrollerArrpprofile(ctx *Context, name string, id IDInput, state *ObjectWirelesscontrollerArrpprofileState, opts ...ResourceOption) (*ObjectWirelesscontrollerArrpprofile, error)
public static ObjectWirelesscontrollerArrpprofile Get(string name, Input<string> id, ObjectWirelesscontrollerArrpprofileState? state, CustomResourceOptions? opts = null)
public static ObjectWirelesscontrollerArrpprofile get(String name, Output<String> id, ObjectWirelesscontrollerArrpprofileState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectWirelesscontrollerArrpprofile get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Comment string
- Comment.
- Darrp
Optimize double - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
- Darrp
Optimize List<string>Schedules - Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
- Include
Dfs stringChannel - Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - Include
Weather stringChannel - Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - Monitor
Period double - Period in seconds to measure average transmit retries and receive errors (default = 300).
- Name string
- WiFi ARRP profile name.
- Object
Wirelesscontroller stringArrpprofile Id - an identifier for the resource with format {{name}}.
- Override
Darrp stringOptimize - Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Selection
Period double - Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
- Threshold
Ap double - Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
- Threshold
Channel doubleLoad - Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
- Threshold
Noise stringFloor - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
- Threshold
Rx doubleErrors - Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
- Threshold
Spectral stringRssi - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
- Threshold
Tx doubleRetries - Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
- Weight
Channel doubleLoad - Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
- Weight
Dfs doubleChannel - Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
- Weight
Managed doubleAp - Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
- Weight
Noise doubleFloor - Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
- Weight
Rogue doubleAp - Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
- Weight
Spectral doubleRssi - Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
- Weight
Weather doubleChannel - Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Comment string
- Comment.
- Darrp
Optimize float64 - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
- Darrp
Optimize []stringSchedules - Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
- Include
Dfs stringChannel - Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - Include
Weather stringChannel - Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - Monitor
Period float64 - Period in seconds to measure average transmit retries and receive errors (default = 300).
- Name string
- WiFi ARRP profile name.
- Object
Wirelesscontroller stringArrpprofile Id - an identifier for the resource with format {{name}}.
- Override
Darrp stringOptimize - Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Selection
Period float64 - Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
- Threshold
Ap float64 - Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
- Threshold
Channel float64Load - Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
- Threshold
Noise stringFloor - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
- Threshold
Rx float64Errors - Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
- Threshold
Spectral stringRssi - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
- Threshold
Tx float64Retries - Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
- Weight
Channel float64Load - Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
- Weight
Dfs float64Channel - Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
- Weight
Managed float64Ap - Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
- Weight
Noise float64Floor - Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
- Weight
Rogue float64Ap - Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
- Weight
Spectral float64Rssi - Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
- Weight
Weather float64Channel - Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comment String
- Comment.
- darrp
Optimize Double - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
- darrp
Optimize List<String>Schedules - Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
- include
Dfs StringChannel - Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - include
Weather StringChannel - Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - monitor
Period Double - Period in seconds to measure average transmit retries and receive errors (default = 300).
- name String
- WiFi ARRP profile name.
- object
Wirelesscontroller StringArrpprofile Id - an identifier for the resource with format {{name}}.
- override
Darrp StringOptimize - Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - selection
Period Double - Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
- threshold
Ap Double - Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
- threshold
Channel DoubleLoad - Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
- threshold
Noise StringFloor - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
- threshold
Rx DoubleErrors - Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
- threshold
Spectral StringRssi - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
- threshold
Tx DoubleRetries - Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
- weight
Channel DoubleLoad - Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
- weight
Dfs DoubleChannel - Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
- weight
Managed DoubleAp - Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
- weight
Noise DoubleFloor - Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
- weight
Rogue DoubleAp - Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
- weight
Spectral DoubleRssi - Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
- weight
Weather DoubleChannel - Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comment string
- Comment.
- darrp
Optimize number - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
- darrp
Optimize string[]Schedules - Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
- include
Dfs stringChannel - Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - include
Weather stringChannel - Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - monitor
Period number - Period in seconds to measure average transmit retries and receive errors (default = 300).
- name string
- WiFi ARRP profile name.
- object
Wirelesscontroller stringArrpprofile Id - an identifier for the resource with format {{name}}.
- override
Darrp stringOptimize - Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values:
disable
,enable
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - selection
Period number - Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
- threshold
Ap number - Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
- threshold
Channel numberLoad - Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
- threshold
Noise stringFloor - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
- threshold
Rx numberErrors - Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
- threshold
Spectral stringRssi - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
- threshold
Tx numberRetries - Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
- weight
Channel numberLoad - Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
- weight
Dfs numberChannel - Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
- weight
Managed numberAp - Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
- weight
Noise numberFloor - Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
- weight
Rogue numberAp - Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
- weight
Spectral numberRssi - Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
- weight
Weather numberChannel - Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comment str
- Comment.
- darrp_
optimize float - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
- darrp_
optimize_ Sequence[str]schedules - Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
- include_
dfs_ strchannel - Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - include_
weather_ strchannel - Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - monitor_
period float - Period in seconds to measure average transmit retries and receive errors (default = 300).
- name str
- WiFi ARRP profile name.
- object_
wirelesscontroller_ strarrpprofile_ id - an identifier for the resource with format {{name}}.
- override_
darrp_ stroptimize - Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values:
disable
,enable
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - selection_
period float - Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
- threshold_
ap float - Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
- threshold_
channel_ floatload - Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
- threshold_
noise_ strfloor - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
- threshold_
rx_ floaterrors - Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
- threshold_
spectral_ strrssi - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
- threshold_
tx_ floatretries - Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
- weight_
channel_ floatload - Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
- weight_
dfs_ floatchannel - Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
- weight_
managed_ floatap - Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
- weight_
noise_ floatfloor - Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
- weight_
rogue_ floatap - Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
- weight_
spectral_ floatrssi - Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
- weight_
weather_ floatchannel - Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comment String
- Comment.
- darrp
Optimize Number - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
- darrp
Optimize List<String>Schedules - Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
- include
Dfs StringChannel - Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - include
Weather StringChannel - Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values:
no
,disable
,yes
,enable
. - monitor
Period Number - Period in seconds to measure average transmit retries and receive errors (default = 300).
- name String
- WiFi ARRP profile name.
- object
Wirelesscontroller StringArrpprofile Id - an identifier for the resource with format {{name}}.
- override
Darrp StringOptimize - Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - selection
Period Number - Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
- threshold
Ap Number - Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
- threshold
Channel NumberLoad - Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
- threshold
Noise StringFloor - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
- threshold
Rx NumberErrors - Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
- threshold
Spectral StringRssi - Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
- threshold
Tx NumberRetries - Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
- weight
Channel NumberLoad - Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
- weight
Dfs NumberChannel - Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
- weight
Managed NumberAp - Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
- weight
Noise NumberFloor - Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
- weight
Rogue NumberAp - Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
- weight
Spectral NumberRssi - Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
- weight
Weather NumberChannel - Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
Import
ObjectWirelessController ArrpProfile can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectWirelesscontrollerArrpprofile:ObjectWirelesscontrollerArrpprofile labelname {{name}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.