![]() |
NDEVR
API Documentation
|
Stores information relating to a particular FireWallException needed by a Module or feature. More...
Public Attributes | |
| bool | ignore_failure = true |
| Whether to silently ignore failures to register this exception. | |
| uint04 | port = Constant<uint04>::Invalid |
| Port number to allow through the firewall. | |
| StringAllocatingView | profile = StringAllocatingView("domain") |
| Firewall profile: "domain", "private", "public", or "all". | |
| StringAllocatingView | protocol = StringAllocatingView("tcp") |
| Network protocol: "tcp" or "udp". | |
| Buffer< String > | remote_addresses |
| Remote addresses allowed through the firewall. | |
| StringAllocatingView | scope = StringAllocatingView("any") |
| Firewall scope: "any" or "localSubnet". | |
| Public Attributes inherited from ModuleFeatureBase | |
| TranslatedString | description |
| User-facing description (e.g., displayed in Windows Firewall manager). | |
| String | id |
| Unique identifier for this feature. | |
| TranslatedString | name |
| User-facing display name. | |
Stores information relating to a particular FireWallException needed by a Module or feature.
Definition at line 150 of file ModuleResourceManager.h.