public class NatPortForwardingRule extends Object
Java class for NatPortForwardingRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NatPortForwardingRule">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}VCloudExtensibleType">
<sequence>
<element name="ExternalIpAddress" type="{http://www.vmware.com/vcloud/v1.5}IpAddressType"/>
<element name="ExternalPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="InternalIpAddress" type="{http://www.vmware.com/vcloud/v1.5}IpAddressType"/>
<element name="InternalPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Protocol" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
NatPortForwardingRule.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
externalIpAddress |
protected int |
externalPort |
protected String |
internalIpAddress |
protected int |
internalPort |
protected String |
protocol |
| Modifier and Type | Method and Description |
|---|---|
static NatPortForwardingRule.Builder |
builder() |
boolean |
equals(Object o) |
String |
getExternalIpAddress()
Gets the value of the externalIpAddress property.
|
int |
getExternalPort()
Gets the value of the externalPort property.
|
String |
getInternalIpAddress()
Gets the value of the internalIpAddress property.
|
int |
getInternalPort()
Gets the value of the internalPort property.
|
String |
getProtocol()
Gets the value of the protocol property.
|
int |
hashCode() |
NatPortForwardingRule.Builder |
toBuilder() |
String |
toString() |
protected String externalIpAddress
protected int externalPort
protected String internalIpAddress
protected int internalPort
protected String protocol
public static NatPortForwardingRule.Builder builder()
public NatPortForwardingRule.Builder toBuilder()
public String getExternalIpAddress()
Stringpublic int getExternalPort()
public String getInternalIpAddress()
Stringpublic int getInternalPort()
public String getProtocol()
StringCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.