public class HostFirewallConfigRuleSetConfig extends DynamicData
Java class for HostFirewallConfigRuleSetConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostFirewallConfigRuleSetConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="rulesetId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="allowedHosts" type="{urn:vim25}HostFirewallRulesetIpList" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostFirewallRulesetIpList |
allowedHosts |
protected boolean |
enabled |
protected String |
rulesetId |
| Constructor and Description |
|---|
HostFirewallConfigRuleSetConfig() |
| Modifier and Type | Method and Description |
|---|---|
HostFirewallRulesetIpList |
getAllowedHosts()
Gets the value of the allowedHosts property.
|
String |
getRulesetId()
Gets the value of the rulesetId property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setAllowedHosts(HostFirewallRulesetIpList value)
Sets the value of the allowedHosts property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setRulesetId(String value)
Sets the value of the rulesetId property.
|
protected String rulesetId
protected boolean enabled
protected HostFirewallRulesetIpList allowedHosts
public String getRulesetId()
Stringpublic void setRulesetId(String value)
value - allowed object is
Stringpublic boolean isEnabled()
public void setEnabled(boolean value)
public HostFirewallRulesetIpList getAllowedHosts()
HostFirewallRulesetIpListpublic void setAllowedHosts(HostFirewallRulesetIpList value)
value - allowed object is
HostFirewallRulesetIpListCopyright © 2018. All rights reserved.