fortios.wirelesscontroller.Timers
Explore with Pulumi AI
Configure CAPWAP timers.
Create Timers Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Timers(name: string, args?: TimersArgs, opts?: CustomResourceOptions);
@overload
def Timers(resource_name: str,
args: Optional[TimersArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Timers(resource_name: str,
opts: Optional[ResourceOptions] = None,
ap_reboot_wait_interval1: Optional[int] = None,
ap_reboot_wait_interval2: Optional[int] = None,
ap_reboot_wait_time: Optional[str] = None,
auth_timeout: Optional[int] = None,
ble_device_cleanup: Optional[int] = None,
ble_scan_report_intv: Optional[int] = None,
client_idle_rehome_timeout: Optional[int] = None,
client_idle_timeout: Optional[int] = None,
darrp_day: Optional[str] = None,
darrp_optimize: Optional[int] = None,
darrp_times: Optional[Sequence[TimersDarrpTimeArgs]] = None,
discovery_interval: Optional[int] = None,
drma_interval: Optional[int] = None,
dynamic_sort_subtable: Optional[str] = None,
echo_interval: Optional[int] = None,
fake_ap_log: Optional[int] = None,
get_all_tables: Optional[str] = None,
ipsec_intf_cleanup: Optional[int] = None,
nat_session_keep_alive: Optional[int] = None,
radio_stats_interval: Optional[int] = None,
rogue_ap_cleanup: Optional[int] = None,
rogue_ap_log: Optional[int] = None,
rogue_sta_cleanup: Optional[int] = None,
sta_cap_cleanup: Optional[int] = None,
sta_capability_interval: Optional[int] = None,
sta_locate_timer: Optional[int] = None,
sta_stats_interval: Optional[int] = None,
vap_stats_interval: Optional[int] = None,
vdomparam: Optional[str] = None)
func NewTimers(ctx *Context, name string, args *TimersArgs, opts ...ResourceOption) (*Timers, error)
public Timers(string name, TimersArgs? args = null, CustomResourceOptions? opts = null)
public Timers(String name, TimersArgs args)
public Timers(String name, TimersArgs args, CustomResourceOptions options)
type: fortios:wirelesscontroller:Timers
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 TimersArgs
- 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 TimersArgs
- 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 TimersArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TimersArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TimersArgs
- 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 timersResource = new Fortios.Wirelesscontroller.Timers("timersResource", new()
{
ApRebootWaitInterval1 = 0,
ApRebootWaitInterval2 = 0,
ApRebootWaitTime = "string",
AuthTimeout = 0,
BleDeviceCleanup = 0,
BleScanReportIntv = 0,
ClientIdleRehomeTimeout = 0,
ClientIdleTimeout = 0,
DarrpDay = "string",
DarrpOptimize = 0,
DarrpTimes = new[]
{
new Fortios.Wirelesscontroller.Inputs.TimersDarrpTimeArgs
{
Time = "string",
},
},
DiscoveryInterval = 0,
DrmaInterval = 0,
DynamicSortSubtable = "string",
EchoInterval = 0,
FakeApLog = 0,
GetAllTables = "string",
IpsecIntfCleanup = 0,
NatSessionKeepAlive = 0,
RadioStatsInterval = 0,
RogueApCleanup = 0,
RogueApLog = 0,
RogueStaCleanup = 0,
StaCapCleanup = 0,
StaCapabilityInterval = 0,
StaLocateTimer = 0,
StaStatsInterval = 0,
VapStatsInterval = 0,
Vdomparam = "string",
});
example, err := wirelesscontroller.NewTimers(ctx, "timersResource", &wirelesscontroller.TimersArgs{
ApRebootWaitInterval1: pulumi.Int(0),
ApRebootWaitInterval2: pulumi.Int(0),
ApRebootWaitTime: pulumi.String("string"),
AuthTimeout: pulumi.Int(0),
BleDeviceCleanup: pulumi.Int(0),
BleScanReportIntv: pulumi.Int(0),
ClientIdleRehomeTimeout: pulumi.Int(0),
ClientIdleTimeout: pulumi.Int(0),
DarrpDay: pulumi.String("string"),
DarrpOptimize: pulumi.Int(0),
DarrpTimes: wirelesscontroller.TimersDarrpTimeArray{
&wirelesscontroller.TimersDarrpTimeArgs{
Time: pulumi.String("string"),
},
},
DiscoveryInterval: pulumi.Int(0),
DrmaInterval: pulumi.Int(0),
DynamicSortSubtable: pulumi.String("string"),
EchoInterval: pulumi.Int(0),
FakeApLog: pulumi.Int(0),
GetAllTables: pulumi.String("string"),
IpsecIntfCleanup: pulumi.Int(0),
NatSessionKeepAlive: pulumi.Int(0),
RadioStatsInterval: pulumi.Int(0),
RogueApCleanup: pulumi.Int(0),
RogueApLog: pulumi.Int(0),
RogueStaCleanup: pulumi.Int(0),
StaCapCleanup: pulumi.Int(0),
StaCapabilityInterval: pulumi.Int(0),
StaLocateTimer: pulumi.Int(0),
StaStatsInterval: pulumi.Int(0),
VapStatsInterval: pulumi.Int(0),
Vdomparam: pulumi.String("string"),
})
var timersResource = new Timers("timersResource", TimersArgs.builder()
.apRebootWaitInterval1(0)
.apRebootWaitInterval2(0)
.apRebootWaitTime("string")
.authTimeout(0)
.bleDeviceCleanup(0)
.bleScanReportIntv(0)
.clientIdleRehomeTimeout(0)
.clientIdleTimeout(0)
.darrpDay("string")
.darrpOptimize(0)
.darrpTimes(TimersDarrpTimeArgs.builder()
.time("string")
.build())
.discoveryInterval(0)
.drmaInterval(0)
.dynamicSortSubtable("string")
.echoInterval(0)
.fakeApLog(0)
.getAllTables("string")
.ipsecIntfCleanup(0)
.natSessionKeepAlive(0)
.radioStatsInterval(0)
.rogueApCleanup(0)
.rogueApLog(0)
.rogueStaCleanup(0)
.staCapCleanup(0)
.staCapabilityInterval(0)
.staLocateTimer(0)
.staStatsInterval(0)
.vapStatsInterval(0)
.vdomparam("string")
.build());
timers_resource = fortios.wirelesscontroller.Timers("timersResource",
ap_reboot_wait_interval1=0,
ap_reboot_wait_interval2=0,
ap_reboot_wait_time="string",
auth_timeout=0,
ble_device_cleanup=0,
ble_scan_report_intv=0,
client_idle_rehome_timeout=0,
client_idle_timeout=0,
darrp_day="string",
darrp_optimize=0,
darrp_times=[fortios.wirelesscontroller.TimersDarrpTimeArgs(
time="string",
)],
discovery_interval=0,
drma_interval=0,
dynamic_sort_subtable="string",
echo_interval=0,
fake_ap_log=0,
get_all_tables="string",
ipsec_intf_cleanup=0,
nat_session_keep_alive=0,
radio_stats_interval=0,
rogue_ap_cleanup=0,
rogue_ap_log=0,
rogue_sta_cleanup=0,
sta_cap_cleanup=0,
sta_capability_interval=0,
sta_locate_timer=0,
sta_stats_interval=0,
vap_stats_interval=0,
vdomparam="string")
const timersResource = new fortios.wirelesscontroller.Timers("timersResource", {
apRebootWaitInterval1: 0,
apRebootWaitInterval2: 0,
apRebootWaitTime: "string",
authTimeout: 0,
bleDeviceCleanup: 0,
bleScanReportIntv: 0,
clientIdleRehomeTimeout: 0,
clientIdleTimeout: 0,
darrpDay: "string",
darrpOptimize: 0,
darrpTimes: [{
time: "string",
}],
discoveryInterval: 0,
drmaInterval: 0,
dynamicSortSubtable: "string",
echoInterval: 0,
fakeApLog: 0,
getAllTables: "string",
ipsecIntfCleanup: 0,
natSessionKeepAlive: 0,
radioStatsInterval: 0,
rogueApCleanup: 0,
rogueApLog: 0,
rogueStaCleanup: 0,
staCapCleanup: 0,
staCapabilityInterval: 0,
staLocateTimer: 0,
staStatsInterval: 0,
vapStatsInterval: 0,
vdomparam: "string",
});
type: fortios:wirelesscontroller:Timers
properties:
apRebootWaitInterval1: 0
apRebootWaitInterval2: 0
apRebootWaitTime: string
authTimeout: 0
bleDeviceCleanup: 0
bleScanReportIntv: 0
clientIdleRehomeTimeout: 0
clientIdleTimeout: 0
darrpDay: string
darrpOptimize: 0
darrpTimes:
- time: string
discoveryInterval: 0
drmaInterval: 0
dynamicSortSubtable: string
echoInterval: 0
fakeApLog: 0
getAllTables: string
ipsecIntfCleanup: 0
natSessionKeepAlive: 0
radioStatsInterval: 0
rogueApCleanup: 0
rogueApLog: 0
rogueStaCleanup: 0
staCapCleanup: 0
staCapabilityInterval: 0
staLocateTimer: 0
staStatsInterval: 0
vapStatsInterval: 0
vdomparam: string
Timers Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Timers resource accepts the following input properties:
- Ap
Reboot intWait Interval1 - Time in minutes to wait before AP reboots when there is no controller detected (5 - 65535, default = 0, 0 for no reboot).
- Ap
Reboot intWait Interval2 - Time in minutes to wait before AP reboots when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session (5 - 65535, default = 0, 0 for no reboot).
- Ap
Reboot stringWait Time - Time to reboot the AP when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session, format hh:mm.
- Auth
Timeout int - Time after which a client is considered failed in RADIUS authentication and times out (5 - 30 sec, default = 5).
- Ble
Device intCleanup - Time period in minutes to keep BLE device after it is gone (default = 60).
- Ble
Scan intReport Intv - Time between running Bluetooth Low Energy (BLE) reports (10 - 3600 sec, default = 30).
- Client
Idle intRehome Timeout - Time after which a client is considered idle and disconnected from the home controller (2 - 3600 sec, default = 20, 0 for no timeout).
- Client
Idle intTimeout - Time after which a client is considered idle and times out (20 - 3600 sec, default = 300, 0 for no timeout).
- Darrp
Day string - Weekday on which to run DARRP optimization. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - Darrp
Optimize int - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 1800).
- Darrp
Times List<Pulumiverse.Fortios. Wirelesscontroller. Inputs. Timers Darrp Time> - Time at which DARRP optimizations run (you can add up to 8 times). The structure of
darrp_time
block is documented below. - Discovery
Interval int - Time between discovery requests (2 - 180 sec, default = 5).
- Drma
Interval int - Dynamic radio mode assignment (DRMA) schedule interval in minutes (10 - 1440, default = 60).
- Dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- Echo
Interval int - Time between echo requests sent by the managed WTP, AP, or FortiAP (1 - 255 sec, default = 30).
- Fake
Ap intLog - Time between recording logs about fake APs if periodic fake AP logging is configured (0 - 1440 min, default = 1).
- Get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Ipsec
Intf intCleanup - Time period to keep IPsec VPN interfaces up after WTP sessions are disconnected (30 - 3600 sec, default = 120).
- Nat
Session intKeep Alive - Maximal time in seconds between control requests sent by the managed WTP, AP, or FortiAP (0 - 255 sec, default = 0).
- Radio
Stats intInterval - Time between running radio reports (1 - 255 sec, default = 15).
- Rogue
Ap intCleanup - Time period in minutes to keep rogue AP after it is gone (default = 0).
- Rogue
Ap intLog - Time between logging rogue AP messages if periodic rogue AP logging is configured (0 - 1440 min, default = 0).
- Rogue
Sta intCleanup - Time period in minutes to keep rogue station after it is gone (default = 0).
- Sta
Cap intCleanup - Time period in minutes to keep station capability data after it is gone (default = 0).
- Sta
Capability intInterval - Time between running station capability reports (1 - 255 sec, default = 30).
- Sta
Locate intTimer - Time between running client presence flushes to remove clients that are listed but no longer present (0 - 86400 sec, default = 1800).
- Sta
Stats intInterval - Time between running client (station) reports (1 - 255 sec). On FortiOS versions 6.2.0-7.4.1: default = 1. On FortiOS versions >= 7.4.2: default = 10.
- Vap
Stats intInterval - Time between running Virtual Access Point (VAP) reports (1 - 255 sec, default = 15).
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Ap
Reboot intWait Interval1 - Time in minutes to wait before AP reboots when there is no controller detected (5 - 65535, default = 0, 0 for no reboot).
- Ap
Reboot intWait Interval2 - Time in minutes to wait before AP reboots when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session (5 - 65535, default = 0, 0 for no reboot).
- Ap
Reboot stringWait Time - Time to reboot the AP when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session, format hh:mm.
- Auth
Timeout int - Time after which a client is considered failed in RADIUS authentication and times out (5 - 30 sec, default = 5).
- Ble
Device intCleanup - Time period in minutes to keep BLE device after it is gone (default = 60).
- Ble
Scan intReport Intv - Time between running Bluetooth Low Energy (BLE) reports (10 - 3600 sec, default = 30).
- Client
Idle intRehome Timeout - Time after which a client is considered idle and disconnected from the home controller (2 - 3600 sec, default = 20, 0 for no timeout).
- Client
Idle intTimeout - Time after which a client is considered idle and times out (20 - 3600 sec, default = 300, 0 for no timeout).
- Darrp
Day string - Weekday on which to run DARRP optimization. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - Darrp
Optimize int - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 1800).
- Darrp
Times []TimersDarrp Time Args - Time at which DARRP optimizations run (you can add up to 8 times). The structure of
darrp_time
block is documented below. - Discovery
Interval int - Time between discovery requests (2 - 180 sec, default = 5).
- Drma
Interval int - Dynamic radio mode assignment (DRMA) schedule interval in minutes (10 - 1440, default = 60).
- Dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- Echo
Interval int - Time between echo requests sent by the managed WTP, AP, or FortiAP (1 - 255 sec, default = 30).
- Fake
Ap intLog - Time between recording logs about fake APs if periodic fake AP logging is configured (0 - 1440 min, default = 1).
- Get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Ipsec
Intf intCleanup - Time period to keep IPsec VPN interfaces up after WTP sessions are disconnected (30 - 3600 sec, default = 120).
- Nat
Session intKeep Alive - Maximal time in seconds between control requests sent by the managed WTP, AP, or FortiAP (0 - 255 sec, default = 0).
- Radio
Stats intInterval - Time between running radio reports (1 - 255 sec, default = 15).
- Rogue
Ap intCleanup - Time period in minutes to keep rogue AP after it is gone (default = 0).
- Rogue
Ap intLog - Time between logging rogue AP messages if periodic rogue AP logging is configured (0 - 1440 min, default = 0).
- Rogue
Sta intCleanup - Time period in minutes to keep rogue station after it is gone (default = 0).
- Sta
Cap intCleanup - Time period in minutes to keep station capability data after it is gone (default = 0).
- Sta
Capability intInterval - Time between running station capability reports (1 - 255 sec, default = 30).
- Sta
Locate intTimer - Time between running client presence flushes to remove clients that are listed but no longer present (0 - 86400 sec, default = 1800).
- Sta
Stats intInterval - Time between running client (station) reports (1 - 255 sec). On FortiOS versions 6.2.0-7.4.1: default = 1. On FortiOS versions >= 7.4.2: default = 10.
- Vap
Stats intInterval - Time between running Virtual Access Point (VAP) reports (1 - 255 sec, default = 15).
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- ap
Reboot IntegerWait Interval1 - Time in minutes to wait before AP reboots when there is no controller detected (5 - 65535, default = 0, 0 for no reboot).
- ap
Reboot IntegerWait Interval2 - Time in minutes to wait before AP reboots when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session (5 - 65535, default = 0, 0 for no reboot).
- ap
Reboot StringWait Time - Time to reboot the AP when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session, format hh:mm.
- auth
Timeout Integer - Time after which a client is considered failed in RADIUS authentication and times out (5 - 30 sec, default = 5).
- ble
Device IntegerCleanup - Time period in minutes to keep BLE device after it is gone (default = 60).
- ble
Scan IntegerReport Intv - Time between running Bluetooth Low Energy (BLE) reports (10 - 3600 sec, default = 30).
- client
Idle IntegerRehome Timeout - Time after which a client is considered idle and disconnected from the home controller (2 - 3600 sec, default = 20, 0 for no timeout).
- client
Idle IntegerTimeout - Time after which a client is considered idle and times out (20 - 3600 sec, default = 300, 0 for no timeout).
- darrp
Day String - Weekday on which to run DARRP optimization. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - darrp
Optimize Integer - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 1800).
- darrp
Times List<TimersDarrp Time> - Time at which DARRP optimizations run (you can add up to 8 times). The structure of
darrp_time
block is documented below. - discovery
Interval Integer - Time between discovery requests (2 - 180 sec, default = 5).
- drma
Interval Integer - Dynamic radio mode assignment (DRMA) schedule interval in minutes (10 - 1440, default = 60).
- dynamic
Sort StringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- echo
Interval Integer - Time between echo requests sent by the managed WTP, AP, or FortiAP (1 - 255 sec, default = 30).
- fake
Ap IntegerLog - Time between recording logs about fake APs if periodic fake AP logging is configured (0 - 1440 min, default = 1).
- get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- ipsec
Intf IntegerCleanup - Time period to keep IPsec VPN interfaces up after WTP sessions are disconnected (30 - 3600 sec, default = 120).
- nat
Session IntegerKeep Alive - Maximal time in seconds between control requests sent by the managed WTP, AP, or FortiAP (0 - 255 sec, default = 0).
- radio
Stats IntegerInterval - Time between running radio reports (1 - 255 sec, default = 15).
- rogue
Ap IntegerCleanup - Time period in minutes to keep rogue AP after it is gone (default = 0).
- rogue
Ap IntegerLog - Time between logging rogue AP messages if periodic rogue AP logging is configured (0 - 1440 min, default = 0).
- rogue
Sta IntegerCleanup - Time period in minutes to keep rogue station after it is gone (default = 0).
- sta
Cap IntegerCleanup - Time period in minutes to keep station capability data after it is gone (default = 0).
- sta
Capability IntegerInterval - Time between running station capability reports (1 - 255 sec, default = 30).
- sta
Locate IntegerTimer - Time between running client presence flushes to remove clients that are listed but no longer present (0 - 86400 sec, default = 1800).
- sta
Stats IntegerInterval - Time between running client (station) reports (1 - 255 sec). On FortiOS versions 6.2.0-7.4.1: default = 1. On FortiOS versions >= 7.4.2: default = 10.
- vap
Stats IntegerInterval - Time between running Virtual Access Point (VAP) reports (1 - 255 sec, default = 15).
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- ap
Reboot numberWait Interval1 - Time in minutes to wait before AP reboots when there is no controller detected (5 - 65535, default = 0, 0 for no reboot).
- ap
Reboot numberWait Interval2 - Time in minutes to wait before AP reboots when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session (5 - 65535, default = 0, 0 for no reboot).
- ap
Reboot stringWait Time - Time to reboot the AP when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session, format hh:mm.
- auth
Timeout number - Time after which a client is considered failed in RADIUS authentication and times out (5 - 30 sec, default = 5).
- ble
Device numberCleanup - Time period in minutes to keep BLE device after it is gone (default = 60).
- ble
Scan numberReport Intv - Time between running Bluetooth Low Energy (BLE) reports (10 - 3600 sec, default = 30).
- client
Idle numberRehome Timeout - Time after which a client is considered idle and disconnected from the home controller (2 - 3600 sec, default = 20, 0 for no timeout).
- client
Idle numberTimeout - Time after which a client is considered idle and times out (20 - 3600 sec, default = 300, 0 for no timeout).
- darrp
Day string - Weekday on which to run DARRP optimization. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - darrp
Optimize number - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 1800).
- darrp
Times TimersDarrp Time[] - Time at which DARRP optimizations run (you can add up to 8 times). The structure of
darrp_time
block is documented below. - discovery
Interval number - Time between discovery requests (2 - 180 sec, default = 5).
- drma
Interval number - Dynamic radio mode assignment (DRMA) schedule interval in minutes (10 - 1440, default = 60).
- dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- echo
Interval number - Time between echo requests sent by the managed WTP, AP, or FortiAP (1 - 255 sec, default = 30).
- fake
Ap numberLog - Time between recording logs about fake APs if periodic fake AP logging is configured (0 - 1440 min, default = 1).
- get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- ipsec
Intf numberCleanup - Time period to keep IPsec VPN interfaces up after WTP sessions are disconnected (30 - 3600 sec, default = 120).
- nat
Session numberKeep Alive - Maximal time in seconds between control requests sent by the managed WTP, AP, or FortiAP (0 - 255 sec, default = 0).
- radio
Stats numberInterval - Time between running radio reports (1 - 255 sec, default = 15).
- rogue
Ap numberCleanup - Time period in minutes to keep rogue AP after it is gone (default = 0).
- rogue
Ap numberLog - Time between logging rogue AP messages if periodic rogue AP logging is configured (0 - 1440 min, default = 0).
- rogue
Sta numberCleanup - Time period in minutes to keep rogue station after it is gone (default = 0).
- sta
Cap numberCleanup - Time period in minutes to keep station capability data after it is gone (default = 0).
- sta
Capability numberInterval - Time between running station capability reports (1 - 255 sec, default = 30).
- sta
Locate numberTimer - Time between running client presence flushes to remove clients that are listed but no longer present (0 - 86400 sec, default = 1800).
- sta
Stats numberInterval - Time between running client (station) reports (1 - 255 sec). On FortiOS versions 6.2.0-7.4.1: default = 1. On FortiOS versions >= 7.4.2: default = 10.
- vap
Stats numberInterval - Time between running Virtual Access Point (VAP) reports (1 - 255 sec, default = 15).
- vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- ap_
reboot_ intwait_ interval1 - Time in minutes to wait before AP reboots when there is no controller detected (5 - 65535, default = 0, 0 for no reboot).
- ap_
reboot_ intwait_ interval2 - Time in minutes to wait before AP reboots when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session (5 - 65535, default = 0, 0 for no reboot).
- ap_
reboot_ strwait_ time - Time to reboot the AP when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session, format hh:mm.
- auth_
timeout int - Time after which a client is considered failed in RADIUS authentication and times out (5 - 30 sec, default = 5).
- ble_
device_ intcleanup - Time period in minutes to keep BLE device after it is gone (default = 60).
- ble_
scan_ intreport_ intv - Time between running Bluetooth Low Energy (BLE) reports (10 - 3600 sec, default = 30).
- client_
idle_ intrehome_ timeout - Time after which a client is considered idle and disconnected from the home controller (2 - 3600 sec, default = 20, 0 for no timeout).
- client_
idle_ inttimeout - Time after which a client is considered idle and times out (20 - 3600 sec, default = 300, 0 for no timeout).
- darrp_
day str - Weekday on which to run DARRP optimization. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - darrp_
optimize int - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 1800).
- darrp_
times Sequence[TimersDarrp Time Args] - Time at which DARRP optimizations run (you can add up to 8 times). The structure of
darrp_time
block is documented below. - discovery_
interval int - Time between discovery requests (2 - 180 sec, default = 5).
- drma_
interval int - Dynamic radio mode assignment (DRMA) schedule interval in minutes (10 - 1440, default = 60).
- dynamic_
sort_ strsubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- echo_
interval int - Time between echo requests sent by the managed WTP, AP, or FortiAP (1 - 255 sec, default = 30).
- fake_
ap_ intlog - Time between recording logs about fake APs if periodic fake AP logging is configured (0 - 1440 min, default = 1).
- get_
all_ strtables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- ipsec_
intf_ intcleanup - Time period to keep IPsec VPN interfaces up after WTP sessions are disconnected (30 - 3600 sec, default = 120).
- nat_
session_ intkeep_ alive - Maximal time in seconds between control requests sent by the managed WTP, AP, or FortiAP (0 - 255 sec, default = 0).
- radio_
stats_ intinterval - Time between running radio reports (1 - 255 sec, default = 15).
- rogue_
ap_ intcleanup - Time period in minutes to keep rogue AP after it is gone (default = 0).
- rogue_
ap_ intlog - Time between logging rogue AP messages if periodic rogue AP logging is configured (0 - 1440 min, default = 0).
- rogue_
sta_ intcleanup - Time period in minutes to keep rogue station after it is gone (default = 0).
- sta_
cap_ intcleanup - Time period in minutes to keep station capability data after it is gone (default = 0).
- sta_
capability_ intinterval - Time between running station capability reports (1 - 255 sec, default = 30).
- sta_
locate_ inttimer - Time between running client presence flushes to remove clients that are listed but no longer present (0 - 86400 sec, default = 1800).
- sta_
stats_ intinterval - Time between running client (station) reports (1 - 255 sec). On FortiOS versions 6.2.0-7.4.1: default = 1. On FortiOS versions >= 7.4.2: default = 10.
- vap_
stats_ intinterval - Time between running Virtual Access Point (VAP) reports (1 - 255 sec, default = 15).
- vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- ap
Reboot NumberWait Interval1 - Time in minutes to wait before AP reboots when there is no controller detected (5 - 65535, default = 0, 0 for no reboot).
- ap
Reboot NumberWait Interval2 - Time in minutes to wait before AP reboots when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session (5 - 65535, default = 0, 0 for no reboot).
- ap
Reboot StringWait Time - Time to reboot the AP when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session, format hh:mm.
- auth
Timeout Number - Time after which a client is considered failed in RADIUS authentication and times out (5 - 30 sec, default = 5).
- ble
Device NumberCleanup - Time period in minutes to keep BLE device after it is gone (default = 60).
- ble
Scan NumberReport Intv - Time between running Bluetooth Low Energy (BLE) reports (10 - 3600 sec, default = 30).
- client
Idle NumberRehome Timeout - Time after which a client is considered idle and disconnected from the home controller (2 - 3600 sec, default = 20, 0 for no timeout).
- client
Idle NumberTimeout - Time after which a client is considered idle and times out (20 - 3600 sec, default = 300, 0 for no timeout).
- darrp
Day String - Weekday on which to run DARRP optimization. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - darrp
Optimize Number - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 1800).
- darrp
Times List<Property Map> - Time at which DARRP optimizations run (you can add up to 8 times). The structure of
darrp_time
block is documented below. - discovery
Interval Number - Time between discovery requests (2 - 180 sec, default = 5).
- drma
Interval Number - Dynamic radio mode assignment (DRMA) schedule interval in minutes (10 - 1440, default = 60).
- dynamic
Sort StringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- echo
Interval Number - Time between echo requests sent by the managed WTP, AP, or FortiAP (1 - 255 sec, default = 30).
- fake
Ap NumberLog - Time between recording logs about fake APs if periodic fake AP logging is configured (0 - 1440 min, default = 1).
- get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- ipsec
Intf NumberCleanup - Time period to keep IPsec VPN interfaces up after WTP sessions are disconnected (30 - 3600 sec, default = 120).
- nat
Session NumberKeep Alive - Maximal time in seconds between control requests sent by the managed WTP, AP, or FortiAP (0 - 255 sec, default = 0).
- radio
Stats NumberInterval - Time between running radio reports (1 - 255 sec, default = 15).
- rogue
Ap NumberCleanup - Time period in minutes to keep rogue AP after it is gone (default = 0).
- rogue
Ap NumberLog - Time between logging rogue AP messages if periodic rogue AP logging is configured (0 - 1440 min, default = 0).
- rogue
Sta NumberCleanup - Time period in minutes to keep rogue station after it is gone (default = 0).
- sta
Cap NumberCleanup - Time period in minutes to keep station capability data after it is gone (default = 0).
- sta
Capability NumberInterval - Time between running station capability reports (1 - 255 sec, default = 30).
- sta
Locate NumberTimer - Time between running client presence flushes to remove clients that are listed but no longer present (0 - 86400 sec, default = 1800).
- sta
Stats NumberInterval - Time between running client (station) reports (1 - 255 sec). On FortiOS versions 6.2.0-7.4.1: default = 1. On FortiOS versions >= 7.4.2: default = 10.
- vap
Stats NumberInterval - Time between running Virtual Access Point (VAP) reports (1 - 255 sec, default = 15).
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Outputs
All input properties are implicitly available as output properties. Additionally, the Timers 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 Timers Resource
Get an existing Timers 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?: TimersState, opts?: CustomResourceOptions): Timers
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
ap_reboot_wait_interval1: Optional[int] = None,
ap_reboot_wait_interval2: Optional[int] = None,
ap_reboot_wait_time: Optional[str] = None,
auth_timeout: Optional[int] = None,
ble_device_cleanup: Optional[int] = None,
ble_scan_report_intv: Optional[int] = None,
client_idle_rehome_timeout: Optional[int] = None,
client_idle_timeout: Optional[int] = None,
darrp_day: Optional[str] = None,
darrp_optimize: Optional[int] = None,
darrp_times: Optional[Sequence[TimersDarrpTimeArgs]] = None,
discovery_interval: Optional[int] = None,
drma_interval: Optional[int] = None,
dynamic_sort_subtable: Optional[str] = None,
echo_interval: Optional[int] = None,
fake_ap_log: Optional[int] = None,
get_all_tables: Optional[str] = None,
ipsec_intf_cleanup: Optional[int] = None,
nat_session_keep_alive: Optional[int] = None,
radio_stats_interval: Optional[int] = None,
rogue_ap_cleanup: Optional[int] = None,
rogue_ap_log: Optional[int] = None,
rogue_sta_cleanup: Optional[int] = None,
sta_cap_cleanup: Optional[int] = None,
sta_capability_interval: Optional[int] = None,
sta_locate_timer: Optional[int] = None,
sta_stats_interval: Optional[int] = None,
vap_stats_interval: Optional[int] = None,
vdomparam: Optional[str] = None) -> Timers
func GetTimers(ctx *Context, name string, id IDInput, state *TimersState, opts ...ResourceOption) (*Timers, error)
public static Timers Get(string name, Input<string> id, TimersState? state, CustomResourceOptions? opts = null)
public static Timers get(String name, Output<String> id, TimersState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Ap
Reboot intWait Interval1 - Time in minutes to wait before AP reboots when there is no controller detected (5 - 65535, default = 0, 0 for no reboot).
- Ap
Reboot intWait Interval2 - Time in minutes to wait before AP reboots when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session (5 - 65535, default = 0, 0 for no reboot).
- Ap
Reboot stringWait Time - Time to reboot the AP when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session, format hh:mm.
- Auth
Timeout int - Time after which a client is considered failed in RADIUS authentication and times out (5 - 30 sec, default = 5).
- Ble
Device intCleanup - Time period in minutes to keep BLE device after it is gone (default = 60).
- Ble
Scan intReport Intv - Time between running Bluetooth Low Energy (BLE) reports (10 - 3600 sec, default = 30).
- Client
Idle intRehome Timeout - Time after which a client is considered idle and disconnected from the home controller (2 - 3600 sec, default = 20, 0 for no timeout).
- Client
Idle intTimeout - Time after which a client is considered idle and times out (20 - 3600 sec, default = 300, 0 for no timeout).
- Darrp
Day string - Weekday on which to run DARRP optimization. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - Darrp
Optimize int - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 1800).
- Darrp
Times List<Pulumiverse.Fortios. Wirelesscontroller. Inputs. Timers Darrp Time> - Time at which DARRP optimizations run (you can add up to 8 times). The structure of
darrp_time
block is documented below. - Discovery
Interval int - Time between discovery requests (2 - 180 sec, default = 5).
- Drma
Interval int - Dynamic radio mode assignment (DRMA) schedule interval in minutes (10 - 1440, default = 60).
- Dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- Echo
Interval int - Time between echo requests sent by the managed WTP, AP, or FortiAP (1 - 255 sec, default = 30).
- Fake
Ap intLog - Time between recording logs about fake APs if periodic fake AP logging is configured (0 - 1440 min, default = 1).
- Get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Ipsec
Intf intCleanup - Time period to keep IPsec VPN interfaces up after WTP sessions are disconnected (30 - 3600 sec, default = 120).
- Nat
Session intKeep Alive - Maximal time in seconds between control requests sent by the managed WTP, AP, or FortiAP (0 - 255 sec, default = 0).
- Radio
Stats intInterval - Time between running radio reports (1 - 255 sec, default = 15).
- Rogue
Ap intCleanup - Time period in minutes to keep rogue AP after it is gone (default = 0).
- Rogue
Ap intLog - Time between logging rogue AP messages if periodic rogue AP logging is configured (0 - 1440 min, default = 0).
- Rogue
Sta intCleanup - Time period in minutes to keep rogue station after it is gone (default = 0).
- Sta
Cap intCleanup - Time period in minutes to keep station capability data after it is gone (default = 0).
- Sta
Capability intInterval - Time between running station capability reports (1 - 255 sec, default = 30).
- Sta
Locate intTimer - Time between running client presence flushes to remove clients that are listed but no longer present (0 - 86400 sec, default = 1800).
- Sta
Stats intInterval - Time between running client (station) reports (1 - 255 sec). On FortiOS versions 6.2.0-7.4.1: default = 1. On FortiOS versions >= 7.4.2: default = 10.
- Vap
Stats intInterval - Time between running Virtual Access Point (VAP) reports (1 - 255 sec, default = 15).
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Ap
Reboot intWait Interval1 - Time in minutes to wait before AP reboots when there is no controller detected (5 - 65535, default = 0, 0 for no reboot).
- Ap
Reboot intWait Interval2 - Time in minutes to wait before AP reboots when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session (5 - 65535, default = 0, 0 for no reboot).
- Ap
Reboot stringWait Time - Time to reboot the AP when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session, format hh:mm.
- Auth
Timeout int - Time after which a client is considered failed in RADIUS authentication and times out (5 - 30 sec, default = 5).
- Ble
Device intCleanup - Time period in minutes to keep BLE device after it is gone (default = 60).
- Ble
Scan intReport Intv - Time between running Bluetooth Low Energy (BLE) reports (10 - 3600 sec, default = 30).
- Client
Idle intRehome Timeout - Time after which a client is considered idle and disconnected from the home controller (2 - 3600 sec, default = 20, 0 for no timeout).
- Client
Idle intTimeout - Time after which a client is considered idle and times out (20 - 3600 sec, default = 300, 0 for no timeout).
- Darrp
Day string - Weekday on which to run DARRP optimization. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - Darrp
Optimize int - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 1800).
- Darrp
Times []TimersDarrp Time Args - Time at which DARRP optimizations run (you can add up to 8 times). The structure of
darrp_time
block is documented below. - Discovery
Interval int - Time between discovery requests (2 - 180 sec, default = 5).
- Drma
Interval int - Dynamic radio mode assignment (DRMA) schedule interval in minutes (10 - 1440, default = 60).
- Dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- Echo
Interval int - Time between echo requests sent by the managed WTP, AP, or FortiAP (1 - 255 sec, default = 30).
- Fake
Ap intLog - Time between recording logs about fake APs if periodic fake AP logging is configured (0 - 1440 min, default = 1).
- Get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Ipsec
Intf intCleanup - Time period to keep IPsec VPN interfaces up after WTP sessions are disconnected (30 - 3600 sec, default = 120).
- Nat
Session intKeep Alive - Maximal time in seconds between control requests sent by the managed WTP, AP, or FortiAP (0 - 255 sec, default = 0).
- Radio
Stats intInterval - Time between running radio reports (1 - 255 sec, default = 15).
- Rogue
Ap intCleanup - Time period in minutes to keep rogue AP after it is gone (default = 0).
- Rogue
Ap intLog - Time between logging rogue AP messages if periodic rogue AP logging is configured (0 - 1440 min, default = 0).
- Rogue
Sta intCleanup - Time period in minutes to keep rogue station after it is gone (default = 0).
- Sta
Cap intCleanup - Time period in minutes to keep station capability data after it is gone (default = 0).
- Sta
Capability intInterval - Time between running station capability reports (1 - 255 sec, default = 30).
- Sta
Locate intTimer - Time between running client presence flushes to remove clients that are listed but no longer present (0 - 86400 sec, default = 1800).
- Sta
Stats intInterval - Time between running client (station) reports (1 - 255 sec). On FortiOS versions 6.2.0-7.4.1: default = 1. On FortiOS versions >= 7.4.2: default = 10.
- Vap
Stats intInterval - Time between running Virtual Access Point (VAP) reports (1 - 255 sec, default = 15).
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- ap
Reboot IntegerWait Interval1 - Time in minutes to wait before AP reboots when there is no controller detected (5 - 65535, default = 0, 0 for no reboot).
- ap
Reboot IntegerWait Interval2 - Time in minutes to wait before AP reboots when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session (5 - 65535, default = 0, 0 for no reboot).
- ap
Reboot StringWait Time - Time to reboot the AP when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session, format hh:mm.
- auth
Timeout Integer - Time after which a client is considered failed in RADIUS authentication and times out (5 - 30 sec, default = 5).
- ble
Device IntegerCleanup - Time period in minutes to keep BLE device after it is gone (default = 60).
- ble
Scan IntegerReport Intv - Time between running Bluetooth Low Energy (BLE) reports (10 - 3600 sec, default = 30).
- client
Idle IntegerRehome Timeout - Time after which a client is considered idle and disconnected from the home controller (2 - 3600 sec, default = 20, 0 for no timeout).
- client
Idle IntegerTimeout - Time after which a client is considered idle and times out (20 - 3600 sec, default = 300, 0 for no timeout).
- darrp
Day String - Weekday on which to run DARRP optimization. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - darrp
Optimize Integer - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 1800).
- darrp
Times List<TimersDarrp Time> - Time at which DARRP optimizations run (you can add up to 8 times). The structure of
darrp_time
block is documented below. - discovery
Interval Integer - Time between discovery requests (2 - 180 sec, default = 5).
- drma
Interval Integer - Dynamic radio mode assignment (DRMA) schedule interval in minutes (10 - 1440, default = 60).
- dynamic
Sort StringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- echo
Interval Integer - Time between echo requests sent by the managed WTP, AP, or FortiAP (1 - 255 sec, default = 30).
- fake
Ap IntegerLog - Time between recording logs about fake APs if periodic fake AP logging is configured (0 - 1440 min, default = 1).
- get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- ipsec
Intf IntegerCleanup - Time period to keep IPsec VPN interfaces up after WTP sessions are disconnected (30 - 3600 sec, default = 120).
- nat
Session IntegerKeep Alive - Maximal time in seconds between control requests sent by the managed WTP, AP, or FortiAP (0 - 255 sec, default = 0).
- radio
Stats IntegerInterval - Time between running radio reports (1 - 255 sec, default = 15).
- rogue
Ap IntegerCleanup - Time period in minutes to keep rogue AP after it is gone (default = 0).
- rogue
Ap IntegerLog - Time between logging rogue AP messages if periodic rogue AP logging is configured (0 - 1440 min, default = 0).
- rogue
Sta IntegerCleanup - Time period in minutes to keep rogue station after it is gone (default = 0).
- sta
Cap IntegerCleanup - Time period in minutes to keep station capability data after it is gone (default = 0).
- sta
Capability IntegerInterval - Time between running station capability reports (1 - 255 sec, default = 30).
- sta
Locate IntegerTimer - Time between running client presence flushes to remove clients that are listed but no longer present (0 - 86400 sec, default = 1800).
- sta
Stats IntegerInterval - Time between running client (station) reports (1 - 255 sec). On FortiOS versions 6.2.0-7.4.1: default = 1. On FortiOS versions >= 7.4.2: default = 10.
- vap
Stats IntegerInterval - Time between running Virtual Access Point (VAP) reports (1 - 255 sec, default = 15).
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- ap
Reboot numberWait Interval1 - Time in minutes to wait before AP reboots when there is no controller detected (5 - 65535, default = 0, 0 for no reboot).
- ap
Reboot numberWait Interval2 - Time in minutes to wait before AP reboots when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session (5 - 65535, default = 0, 0 for no reboot).
- ap
Reboot stringWait Time - Time to reboot the AP when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session, format hh:mm.
- auth
Timeout number - Time after which a client is considered failed in RADIUS authentication and times out (5 - 30 sec, default = 5).
- ble
Device numberCleanup - Time period in minutes to keep BLE device after it is gone (default = 60).
- ble
Scan numberReport Intv - Time between running Bluetooth Low Energy (BLE) reports (10 - 3600 sec, default = 30).
- client
Idle numberRehome Timeout - Time after which a client is considered idle and disconnected from the home controller (2 - 3600 sec, default = 20, 0 for no timeout).
- client
Idle numberTimeout - Time after which a client is considered idle and times out (20 - 3600 sec, default = 300, 0 for no timeout).
- darrp
Day string - Weekday on which to run DARRP optimization. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - darrp
Optimize number - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 1800).
- darrp
Times TimersDarrp Time[] - Time at which DARRP optimizations run (you can add up to 8 times). The structure of
darrp_time
block is documented below. - discovery
Interval number - Time between discovery requests (2 - 180 sec, default = 5).
- drma
Interval number - Dynamic radio mode assignment (DRMA) schedule interval in minutes (10 - 1440, default = 60).
- dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- echo
Interval number - Time between echo requests sent by the managed WTP, AP, or FortiAP (1 - 255 sec, default = 30).
- fake
Ap numberLog - Time between recording logs about fake APs if periodic fake AP logging is configured (0 - 1440 min, default = 1).
- get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- ipsec
Intf numberCleanup - Time period to keep IPsec VPN interfaces up after WTP sessions are disconnected (30 - 3600 sec, default = 120).
- nat
Session numberKeep Alive - Maximal time in seconds between control requests sent by the managed WTP, AP, or FortiAP (0 - 255 sec, default = 0).
- radio
Stats numberInterval - Time between running radio reports (1 - 255 sec, default = 15).
- rogue
Ap numberCleanup - Time period in minutes to keep rogue AP after it is gone (default = 0).
- rogue
Ap numberLog - Time between logging rogue AP messages if periodic rogue AP logging is configured (0 - 1440 min, default = 0).
- rogue
Sta numberCleanup - Time period in minutes to keep rogue station after it is gone (default = 0).
- sta
Cap numberCleanup - Time period in minutes to keep station capability data after it is gone (default = 0).
- sta
Capability numberInterval - Time between running station capability reports (1 - 255 sec, default = 30).
- sta
Locate numberTimer - Time between running client presence flushes to remove clients that are listed but no longer present (0 - 86400 sec, default = 1800).
- sta
Stats numberInterval - Time between running client (station) reports (1 - 255 sec). On FortiOS versions 6.2.0-7.4.1: default = 1. On FortiOS versions >= 7.4.2: default = 10.
- vap
Stats numberInterval - Time between running Virtual Access Point (VAP) reports (1 - 255 sec, default = 15).
- vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- ap_
reboot_ intwait_ interval1 - Time in minutes to wait before AP reboots when there is no controller detected (5 - 65535, default = 0, 0 for no reboot).
- ap_
reboot_ intwait_ interval2 - Time in minutes to wait before AP reboots when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session (5 - 65535, default = 0, 0 for no reboot).
- ap_
reboot_ strwait_ time - Time to reboot the AP when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session, format hh:mm.
- auth_
timeout int - Time after which a client is considered failed in RADIUS authentication and times out (5 - 30 sec, default = 5).
- ble_
device_ intcleanup - Time period in minutes to keep BLE device after it is gone (default = 60).
- ble_
scan_ intreport_ intv - Time between running Bluetooth Low Energy (BLE) reports (10 - 3600 sec, default = 30).
- client_
idle_ intrehome_ timeout - Time after which a client is considered idle and disconnected from the home controller (2 - 3600 sec, default = 20, 0 for no timeout).
- client_
idle_ inttimeout - Time after which a client is considered idle and times out (20 - 3600 sec, default = 300, 0 for no timeout).
- darrp_
day str - Weekday on which to run DARRP optimization. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - darrp_
optimize int - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 1800).
- darrp_
times Sequence[TimersDarrp Time Args] - Time at which DARRP optimizations run (you can add up to 8 times). The structure of
darrp_time
block is documented below. - discovery_
interval int - Time between discovery requests (2 - 180 sec, default = 5).
- drma_
interval int - Dynamic radio mode assignment (DRMA) schedule interval in minutes (10 - 1440, default = 60).
- dynamic_
sort_ strsubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- echo_
interval int - Time between echo requests sent by the managed WTP, AP, or FortiAP (1 - 255 sec, default = 30).
- fake_
ap_ intlog - Time between recording logs about fake APs if periodic fake AP logging is configured (0 - 1440 min, default = 1).
- get_
all_ strtables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- ipsec_
intf_ intcleanup - Time period to keep IPsec VPN interfaces up after WTP sessions are disconnected (30 - 3600 sec, default = 120).
- nat_
session_ intkeep_ alive - Maximal time in seconds between control requests sent by the managed WTP, AP, or FortiAP (0 - 255 sec, default = 0).
- radio_
stats_ intinterval - Time between running radio reports (1 - 255 sec, default = 15).
- rogue_
ap_ intcleanup - Time period in minutes to keep rogue AP after it is gone (default = 0).
- rogue_
ap_ intlog - Time between logging rogue AP messages if periodic rogue AP logging is configured (0 - 1440 min, default = 0).
- rogue_
sta_ intcleanup - Time period in minutes to keep rogue station after it is gone (default = 0).
- sta_
cap_ intcleanup - Time period in minutes to keep station capability data after it is gone (default = 0).
- sta_
capability_ intinterval - Time between running station capability reports (1 - 255 sec, default = 30).
- sta_
locate_ inttimer - Time between running client presence flushes to remove clients that are listed but no longer present (0 - 86400 sec, default = 1800).
- sta_
stats_ intinterval - Time between running client (station) reports (1 - 255 sec). On FortiOS versions 6.2.0-7.4.1: default = 1. On FortiOS versions >= 7.4.2: default = 10.
- vap_
stats_ intinterval - Time between running Virtual Access Point (VAP) reports (1 - 255 sec, default = 15).
- vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- ap
Reboot NumberWait Interval1 - Time in minutes to wait before AP reboots when there is no controller detected (5 - 65535, default = 0, 0 for no reboot).
- ap
Reboot NumberWait Interval2 - Time in minutes to wait before AP reboots when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session (5 - 65535, default = 0, 0 for no reboot).
- ap
Reboot StringWait Time - Time to reboot the AP when there is no controller detected and standalone SSIDs are pushed to the AP in the previous session, format hh:mm.
- auth
Timeout Number - Time after which a client is considered failed in RADIUS authentication and times out (5 - 30 sec, default = 5).
- ble
Device NumberCleanup - Time period in minutes to keep BLE device after it is gone (default = 60).
- ble
Scan NumberReport Intv - Time between running Bluetooth Low Energy (BLE) reports (10 - 3600 sec, default = 30).
- client
Idle NumberRehome Timeout - Time after which a client is considered idle and disconnected from the home controller (2 - 3600 sec, default = 20, 0 for no timeout).
- client
Idle NumberTimeout - Time after which a client is considered idle and times out (20 - 3600 sec, default = 300, 0 for no timeout).
- darrp
Day String - Weekday on which to run DARRP optimization. Valid values:
sunday
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
. - darrp
Optimize Number - Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 1800).
- darrp
Times List<Property Map> - Time at which DARRP optimizations run (you can add up to 8 times). The structure of
darrp_time
block is documented below. - discovery
Interval Number - Time between discovery requests (2 - 180 sec, default = 5).
- drma
Interval Number - Dynamic radio mode assignment (DRMA) schedule interval in minutes (10 - 1440, default = 60).
- dynamic
Sort StringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- echo
Interval Number - Time between echo requests sent by the managed WTP, AP, or FortiAP (1 - 255 sec, default = 30).
- fake
Ap NumberLog - Time between recording logs about fake APs if periodic fake AP logging is configured (0 - 1440 min, default = 1).
- get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- ipsec
Intf NumberCleanup - Time period to keep IPsec VPN interfaces up after WTP sessions are disconnected (30 - 3600 sec, default = 120).
- nat
Session NumberKeep Alive - Maximal time in seconds between control requests sent by the managed WTP, AP, or FortiAP (0 - 255 sec, default = 0).
- radio
Stats NumberInterval - Time between running radio reports (1 - 255 sec, default = 15).
- rogue
Ap NumberCleanup - Time period in minutes to keep rogue AP after it is gone (default = 0).
- rogue
Ap NumberLog - Time between logging rogue AP messages if periodic rogue AP logging is configured (0 - 1440 min, default = 0).
- rogue
Sta NumberCleanup - Time period in minutes to keep rogue station after it is gone (default = 0).
- sta
Cap NumberCleanup - Time period in minutes to keep station capability data after it is gone (default = 0).
- sta
Capability NumberInterval - Time between running station capability reports (1 - 255 sec, default = 30).
- sta
Locate NumberTimer - Time between running client presence flushes to remove clients that are listed but no longer present (0 - 86400 sec, default = 1800).
- sta
Stats NumberInterval - Time between running client (station) reports (1 - 255 sec). On FortiOS versions 6.2.0-7.4.1: default = 1. On FortiOS versions >= 7.4.2: default = 10.
- vap
Stats NumberInterval - Time between running Virtual Access Point (VAP) reports (1 - 255 sec, default = 15).
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Supporting Types
TimersDarrpTime, TimersDarrpTimeArgs
- Time string
- Time.
- Time string
- Time.
- time String
- Time.
- time string
- Time.
- time str
- Time.
- time String
- Time.
Import
WirelessController Timers can be imported using any of these accepted formats:
$ pulumi import fortios:wirelesscontroller/timers:Timers labelname WirelessControllerTimers
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:wirelesscontroller/timers:Timers labelname WirelessControllerTimers
$ unset “FORTIOS_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.