Data Object - HostFirewallRule

Property of
HostFirewallRuleset
Extends
DynamicData
See also
HostFirewallRuleDirection

Data Object Description

This data object type describes a port (or range of ports), identified by port number(s), direction and protocol. It is used as a convenient way for users to express what ports they want to permit through the firewall.

Properties

Name Type Description
directionHostFirewallRuleDirection

The port direction.
endPort*xsd:int

For a port range, the ending port number.
portxsd:int

The port number.
protocolxsd:string

The port protocol. Valid values are defined by the HostFirewallRuleProtocol enumeration.
Properties inherited from DynamicData
dynamicProperty, dynamicType
*Need not be set