|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.network.NatOneToOneBasicRule
public class NatOneToOneBasicRule
Represents the NAT basic rule for one to one mapping of internal and external IP addresses from a network.
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>
| Nested Class Summary | |
|---|---|
static class |
NatOneToOneBasicRule.Builder
|
| Field Summary | |
|---|---|
protected String |
externalIpAddress
|
protected String |
internalIpAddress
|
protected String |
mappingMode
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String mappingMode
protected String externalIpAddress
protected String internalIpAddress
| Method Detail |
|---|
public static NatOneToOneBasicRule.Builder builder()
public NatOneToOneBasicRule.Builder toBuilder()
public String getMappingMode()
Stringpublic String getExternalIpAddress()
Stringpublic String getInternalIpAddress()
Stringpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||