public class HostFirewallRule extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
HostFirewallRuleDirection |
direction |
Integer |
endPort |
int |
port |
HostFirewallRulePortType |
portType |
String |
protocol |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostFirewallRule() |
| Modifier and Type | Method and Description |
|---|---|
HostFirewallRuleDirection |
getDirection() |
Integer |
getEndPort() |
int |
getPort() |
HostFirewallRulePortType |
getPortType() |
String |
getProtocol() |
void |
setDirection(HostFirewallRuleDirection direction) |
void |
setEndPort(Integer endPort) |
void |
setPort(int port) |
void |
setPortType(HostFirewallRulePortType portType) |
void |
setProtocol(String protocol) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic int port
public Integer endPort
public HostFirewallRuleDirection direction
public HostFirewallRulePortType portType
public String protocol
public int getPort()
public Integer getEndPort()
public HostFirewallRuleDirection getDirection()
public HostFirewallRulePortType getPortType()
public String getProtocol()
public void setPort(int port)
public void setEndPort(Integer endPort)
public void setDirection(HostFirewallRuleDirection direction)
public void setPortType(HostFirewallRulePortType portType)
public void setProtocol(String protocol)
Copyright © 2011-2012. All Rights Reserved.