Data Object - HostFirewallRuleset(vim.host.Ruleset)

Property of
HostFirewallInfo
Extends
DynamicData
See also
HostFirewallRule, HostFirewallRulesetIpList
Since
2.0

Data Object Description

Data object that describes a single network ruleset that can be allowed or blocked by the firewall using the HostFirewallSystem object.

Properties

Name Type Description
allowedHosts*HostFirewallRulesetIpList

List of ipaddress to allow access to the service

Since vSphere API 5.0
enabledxsd:boolean

Flag indicating whether the ruleset is enabled. If the ruleset is enabled, all ports specified in the ruleset are opened by the firewall.
keyxsd:string

Brief identifier for the ruleset.
labelxsd:string

Display label for the ruleset.
requiredxsd:boolean

Flag indicating whether the ruleset is required and cannot be disabled.
ruleHostFirewallRule[]

List of rules within the ruleset.
service*xsd:string

Managed service (if any) that uses this ruleset. Must be one of the services listed in service.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition