Subclass of LMI_FirewalldRule
LMI_FirewalldPort represents a network port on given protocol which access is managed by the firewall.
uint16 Protocol
Protocol that the port belongs to.
ValueMap Values 1 TCP 2 UDP
uint16 PortRangeEnd
If not null this property represents ending of port range, beginning is specified by Port property
uint16 Port
Port that is managed by the firewall. It could be also beginning of a port range if PortRangeEnd property is not null.
None