public class HostFirewallRuleset extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
HostFirewallRulesetIpList |
allowedHosts |
boolean |
enabled |
String |
key |
String |
label |
boolean |
required |
HostFirewallRule[] |
rule |
String |
service |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostFirewallRuleset() |
| Modifier and Type | Method and Description |
|---|---|
HostFirewallRulesetIpList |
getAllowedHosts() |
String |
getKey() |
String |
getLabel() |
HostFirewallRule[] |
getRule() |
String |
getService() |
boolean |
isEnabled() |
boolean |
isRequired() |
void |
setAllowedHosts(HostFirewallRulesetIpList allowedHosts) |
void |
setEnabled(boolean enabled) |
void |
setKey(String key) |
void |
setLabel(String label) |
void |
setRequired(boolean required) |
void |
setRule(HostFirewallRule[] rule) |
void |
setService(String service) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String key
public String label
public boolean required
public HostFirewallRule[] rule
public String service
public boolean enabled
public HostFirewallRulesetIpList allowedHosts
public String getKey()
public String getLabel()
public boolean isRequired()
public HostFirewallRule[] getRule()
public String getService()
public boolean isEnabled()
public HostFirewallRulesetIpList getAllowedHosts()
public void setKey(String key)
public void setLabel(String label)
public void setRequired(boolean required)
public void setRule(HostFirewallRule[] rule)
public void setService(String service)
public void setEnabled(boolean enabled)
public void setAllowedHosts(HostFirewallRulesetIpList allowedHosts)
Copyright © 2011-2012. All Rights Reserved.