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