Security::FirewallWeeklySchedule::FWWeekDay

Introduced : BIG-IP_v11.3.0
An enum describing days of the week, for use in weekly schedules.

Members

Member

Value

Description

FW_UNKNOWN

0

The active day is unknown (or unsupported by iControl).

FW_SUNDAY

1

The Firewall Weekly Schedule is active on Sundays.

FW_MONDAY

2

The Firewall Weekly Schedule is active on Mondays.

FW_TUESDAY

3

The Firewall Weekly Schedule is active on Tuesdays.

FW_WEDNESDAY

4

The Firewall Weekly Schedule is active on Wednesdays.

FW_THURSDAY

5

The Firewall Weekly Schedule is active on Thursdays.

FW_FRIDAY

6

The Firewall Weekly Schedule is active on Fridays.

FW_SATURDAY

7

The Firewall Weekly Schedule is active on Saturdays.

FW_ALL_DAYS

8

The Firewall Weekly Schedule is active on all days of the week. This functions as a convenience, rather than having to set all seven separate days (you will get all seven days after querying, rather than this value).


See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.