Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - HostFirewallRule(vim.host.Ruleset.Rule)
- Property of
- HostFirewallRuleset
- Extends
- DynamicData
- See also
- HostFirewallRuleDirection, HostFirewallRulePortType
- Since
- 2.0
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 |
---|---|---|
direction | HostFirewallRuleDirection |
The port direction.
|
endPort* | xsd:int |
For a port range, the ending port number.
|
port | xsd:int |
The port number.
|
portType* | HostFirewallRulePortType |
The port type.
Since vSphere API Release 5.0 |
protocol | xsd:string |
The port protocol. Valid values are defined by the
HostFirewallRuleProtocol enumeration.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |