public class HostNatServicePortForwardSpec extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
guestIpAddress |
int |
guestPort |
int |
hostPort |
String |
name |
String |
type |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostNatServicePortForwardSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGuestIpAddress() |
int |
getGuestPort() |
int |
getHostPort() |
String |
getName() |
String |
getType() |
void |
setGuestIpAddress(String guestIpAddress) |
void |
setGuestPort(int guestPort) |
void |
setHostPort(int hostPort) |
void |
setName(String name) |
void |
setType(String type) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String type
public String name
public int hostPort
public int guestPort
public String guestIpAddress
public String getType()
public String getName()
public int getHostPort()
public int getGuestPort()
public String getGuestIpAddress()
public void setType(String type)
public void setName(String name)
public void setHostPort(int hostPort)
public void setGuestPort(int guestPort)
public void setGuestIpAddress(String guestIpAddress)
Copyright © 2011-2012. All Rights Reserved.