Package com.vmware.vim25
Class HostNatServicePortForwardSpec
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostNatServicePortForwardSpec
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetName()getType()voidsetGuestIpAddress(String guestIpAddress) voidsetGuestPort(int guestPort) voidsetHostPort(int hostPort) voidvoidMethods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
type
-
name
-
hostPort
public int hostPort -
guestPort
public int guestPort -
guestIpAddress
-
-
Constructor Details
-
HostNatServicePortForwardSpec
public HostNatServicePortForwardSpec()
-
-
Method Details
-
getType
-
getName
-
getHostPort
public int getHostPort() -
getGuestPort
public int getGuestPort() -
getGuestIpAddress
-
setType
-
setName
-
setHostPort
public void setHostPort(int hostPort) -
setGuestPort
public void setGuestPort(int guestPort) -
setGuestIpAddress
-