public class HostNatServicePortForwardSpec extends DynamicData
Java class for HostNatServicePortForwardSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostNatServicePortForwardSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hostPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="guestPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="guestIpAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
guestIpAddress |
protected int |
guestPort |
protected int |
hostPort |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
HostNatServicePortForwardSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGuestIpAddress()
Gets the value of the guestIpAddress property.
|
int |
getGuestPort()
Gets the value of the guestPort property.
|
int |
getHostPort()
Gets the value of the hostPort property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
void |
setGuestIpAddress(String value)
Sets the value of the guestIpAddress property.
|
void |
setGuestPort(int value)
Sets the value of the guestPort property.
|
void |
setHostPort(int value)
Sets the value of the hostPort property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
protected String name
protected int hostPort
protected int guestPort
protected String guestIpAddress
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic int getHostPort()
public void setHostPort(int value)
public int getGuestPort()
public void setGuestPort(int value)
public String getGuestIpAddress()
StringCopyright © 2018. All rights reserved.