Package com.vmware.vim25
Class HostFirewallRule
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostFirewallRule
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetPort()voidsetDirection(HostFirewallRuleDirection direction) voidsetEndPort(Integer endPort) voidsetPort(int port) voidsetPortType(HostFirewallRulePortType portType) voidsetProtocol(String protocol) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
port
public int port -
endPort
-
direction
-
portType
-
protocol
-
-
Constructor Details
-
HostFirewallRule
public HostFirewallRule()
-
-
Method Details
-
getPort
public int getPort() -
getEndPort
-
getDirection
-
getPortType
-
getProtocol
-
setPort
public void setPort(int port) -
setEndPort
-
setDirection
-
setPortType
-
setProtocol
-