public class HostFirewallRulesetRulesetSpec extends DynamicData
Java class for HostFirewallRulesetRulesetSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostFirewallRulesetRulesetSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="allowedHosts" type="{urn:vim25}HostFirewallRulesetIpList"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostFirewallRulesetIpList |
allowedHosts |
| Constructor and Description |
|---|
HostFirewallRulesetRulesetSpec() |
| Modifier and Type | Method and Description |
|---|---|
HostFirewallRulesetIpList |
getAllowedHosts()
Gets the value of the allowedHosts property.
|
void |
setAllowedHosts(HostFirewallRulesetIpList value)
Sets the value of the allowedHosts property.
|
protected HostFirewallRulesetIpList allowedHosts
public HostFirewallRulesetIpList getAllowedHosts()
HostFirewallRulesetIpListpublic void setAllowedHosts(HostFirewallRulesetIpList value)
value - allowed object is
HostFirewallRulesetIpListCopyright © 2018. All rights reserved.