NDEVR
API Documentation
FireWallException

Stores information relating to a particular FireWallException needed by a Module or feature. More...

Inheritance diagram for FireWallException:
[legend]
Collaboration diagram for FireWallException:
[legend]

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< Stringremote_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.

Detailed Description

Stores information relating to a particular FireWallException needed by a Module or feature.


Definition at line 150 of file ModuleResourceManager.h.


The documentation for this struct was generated from the following file: