public class HostFirewallConfigRuleSetConfig extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
HostFirewallRulesetIpList |
allowedHosts |
boolean |
enabled |
String |
rulesetId |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostFirewallConfigRuleSetConfig() |
| Modifier and Type | Method and Description |
|---|---|
HostFirewallRulesetIpList |
getAllowedHosts() |
String |
getRulesetId() |
boolean |
isEnabled() |
void |
setAllowedHosts(HostFirewallRulesetIpList allowedHosts) |
void |
setEnabled(boolean enabled) |
void |
setRulesetId(String rulesetId) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String rulesetId
public boolean enabled
public HostFirewallRulesetIpList allowedHosts
public String getRulesetId()
public boolean isEnabled()
public HostFirewallRulesetIpList getAllowedHosts()
public void setRulesetId(String rulesetId)
public void setEnabled(boolean enabled)
public void setAllowedHosts(HostFirewallRulesetIpList allowedHosts)
Copyright © 2011-2012. All Rights Reserved.